Skip to content

basharovV/musicat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Musicat

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.
-

screenshot

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

Screenshots

screenshot screenshot screenshot screenshot screenshot screenshot

Build locally

Pre-requisites: Set up the Tauri framework.

You can then create a development build using npm run tauri dev.

macOS Universal build

To generate a Universal build for macOS: npm run tauri build -- --target universal-apple-darwin

Windows, Linux

Windows and Linux builds have not been tested yet, but you can generate this using npm run tauri build on your system.

Keyboard Shortcuts

  • Cmd + F : Search
  • Up / Down : Highlight next, prev track (also in metadata viewer/editor)
  • ENTER : Play highlighted track
  • Shift + Click : Highlight multiple tracks
  • Space : Play / pause
  • I: Show Info & Metadata

This app is built using Svelte + Tauri.