A best-native and elegant music player for MacOS Tahoe 26+
Go to file
2026-06-21 23:45:29 -05:00
.github add patreon to FUNDING.yml 2026-06-21 23:45:29 -05:00
appicon.icon Fix apps issues and bump to v1.1 2026-06-20 17:12:06 -05:00
preview Update preview2.png 2026-06-21 20:03:57 -05:00
Valentine Reorganize source code and optimize API use 2026-06-21 12:14:48 -05:00
Valentine.xcodeproj Reorganize source code and optimize API use 2026-06-21 12:14:48 -05:00
.gitignore (feat.) add last.fm API 2026-06-20 20:46:11 -05:00
create-pkg-release.sh add app icon and pkg release script 2026-06-19 23:34:06 -05:00
distribution.xml Reorganize source code and optimize API use 2026-06-21 12:14:48 -05:00
LICENSE Add LICENSE 2026-06-18 23:30:17 -05:00
README.md Reorganize source code and optimize API use 2026-06-21 12:14:48 -05:00

Valentine App

♥️ Valentine

The best local music player for MacOS

The most elegant way to listen to your music files on your Mac, with a native and intuitive interface

macOS Swift Homebrew UI Open Source
GitHub Stars GitHub Issues Latest Release Liberapay


🌟 Overview

Valentine is a premium, beautifully crafted macOS application designed to play multiple files and audio formats on your Mac, all in an intuitive and modern player, with built-in lyrics support and a lyrics editor with search functions using lrclib.

Synchronized lyrics

Valentine App UI

Mini-Player

Valentine Mini Player UI

Key Features

  • Mutagen Powered ID3 Editing: Valentine uses Python's mutagen under the hood to ensure robust, standard-compliant writing of metadata and lyrics directly into audio files (.mp3, .flac, .m4a, etc.).
  • Synchronized Lyrics Player: Watch your lyrics highlight in real time, natively parsing LRC timestamps.
  • Dynamic Themes: Adapts instantly to macOS Light and Dark mode. Features vivid neon glows, customizable typefaces, and a heavy use of Glassmorphism (blur backgrounds).
  • Native Media Controls: Fully integrates with macOS media keys. Control your music right from your keyboard, Touch Bar, or your AirPods.
  • Drag & Drop: Seamlessly drag your audio files and folders from Finder directly into the application window to populate your playlist.

🛠️ Built With (APIs & Libraries)

Valentine is made possible by these incredible open-source projects:

  • LRCLib: The open-source lyrics API used to seamlessly search and fetch precise, time-synchronized .lrc lyrics.
  • Mutagen: A highly robust Python multimedia tagging library used by our MutagenInstallerService to inject the lyrics securely into the ID3 metadata.
  • AVFoundation: Apple's native framework driving the AudioEngine, providing flawless audio playback and waveform data.
  • Last.fm API: Used to scrobble tracks in your Last.fm account

📦 Installation

The easiest way to install Valentine is using Homebrew. Simply run the following command in your terminal:

brew tap jesuschapman/homebrew https://github.com/JesusChapman/homebrew
brew trust jesuschapman/homebrew
brew install --cask valentine

Note: If macOS Gatekeeper blocks the app on its first launch, you can remove the quarantine flag by executing this command: xattr -cr /Applications/Valentine.app


🚀 How to Compile

To build Valentine from source, you need a Mac running macOS Tahoe 26 or newer, and Xcode installed.

  1. Clone the repository:
    git clone https://github.com/jesuschapman/valentine.git
    cd valentine
    
  2. Open the Xcode Project:
    open Valentine.xcodeproj
    
  3. Configure the Project:
    • Go to the project settings and ensure you have selected your Apple Developer ID team.
    • Valentine uses Xcode 16's Synchronized Folders, so everything is ready to go out of the box.
    • Note: You will need to provide your own Last.fm API Key in Secrets.swift for use Last.fm api, the compilations released by me include my personal api key.
  4. Build & Run:
    • Select your Mac as the destination.
    • Press Cmd + R to compile and launch. (Note: The app will prompt you to install Mutagen via its UI dynamically if Python 3 is present on your system).

💖 Sponsor this project

If you enjoy using Valentine or simply want to support its continued development, please consider buying me a coffee. Your support means the world and helps keep this app maintained and free!

Donate using Liberapay

📄 License

This project is licensed under the GNU General Public License. See the LICENSE file for more details.