A macOS app empowering you to listen to music on your own terms.
Coming soon...
Sampled is highly inspired by the Meta music tag editor and Doppler music player.
Note
Sampled is in development and has limited feature support.
Important
Sampled has not been notarized by Apple. To run the app, open it and follow these instructions.
You can either download a release from the Releases page or build from source.
macOS Sequoia 15 or later is required.
The project uses Nix to manage dependencies outside of Swift Package Manager. You can install Nix from the website.
The first time you build the project in a given configuration, it will take a long time to complete. Subsequent builds should perform much better.
- Clone the Git repository (e.g.,
git clone https://github.com/kyleerhabor/sampled Sampled) - Open the project (e.g.,
open Sampled/Sampled.xcodeproj) - Select
Product > Archiveto build using release configuration - From Organizer, select
Distribute App > Custom > Copy Appto export the app - Open the app
If you encounter an error like 'libavutil/avutil.h' file not found, you may need to execute Tools/setup.sh before step 3.
If you'd like to contribute, I recommend using Base to browse the database in ~/Library/Containers/[...]/Data/Library/Application Support/[...]/Database/Data.sqlite3, where [...] is either com.kyleerhabor.Sampled or com.kyleerhabor.SampledDebug.
If package resolutions fails, it's possible Command Line Tools for Xcode is out of sync. See Xcode > Settings... > Locations > Command Line Tools.
