A sleek player for your local music library
-
π΅ supports MP3, FLAC, WAV, AAC, OGG
π linked library, using original files on disk
π auto-watch and re-scan folders
π· with metadata tagging support (read and write ID3v2, Vorbis)
πΌ download album art, origin country from Wikipedia
π€ fetch lyrics for current song
πΊ World Map view - see your library on a map
πΏ a neat mini-player
πͺ Artist's toolkit for musicians
π Stats, album timeline
π€ Dive deeper with ChatGPT or local Ollama model for additional insights.
-
This app has some experimental features for artists to manage their own music.
- Keep your messy ideas in the Scrapbook - audio/video clips, text files, links, etc. Tag them and easily find them later.
- Manage your music in the Artist's toolkit
- Manage your artists and musical projects
- Create song entries, add info and lyrics
- Attach files (or drag from the scrapbook), from cool riffs to final masters.
- Look up chords/lyrics in DuckDuckGo, go to artist on Wikipedia
Pre-requisites: Set up the Tauri framework.
You can then create a development build using npm run tauri dev
.
To generate a Universal build for macOS:
npm run tauri build -- --target universal-apple-darwin
Windows and Linux builds have not been tested yet, but you can generate this using npm run tauri build
on your system.
Cmd
+F
: SearchUp
/Down
: Highlight next, prev track (also in metadata viewer/editor)ENTER
: Play highlighted trackShift
+Click
: Highlight multiple tracksSpace
: Play / pauseI
: Show Info & Metadata
This app is built using Svelte + Tauri.