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
๐ธ U2's latest album automatically added to your library
๐ Stats, album timeline
๐ค Dive deeper with ChatGPT or local Ollama model for additional insights.
-
Warning
musicat is currently in major version zero (0.x) active development, and features are being added regularly. Things may break or change at any time! Keep an eye out for new releases, report bugs and give feedback!
Important
musicat is moving away from WebAudio towards native playback in Rust, read more and discuss here
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.