Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/basharovV/musicat

A sleek desktop music player and tagger for offline music 🪕. With gapless playback, smart playlists, and a map view! Built with Svelte and Tauri
https://github.com/basharovV/musicat

audio audio-player gpt-3 gpt-4 jsvectormap macos-app mp3 music music-library music-player ollama player svelte sveltejs tauri tauri-app tauri-apps windows-app

Last synced: about 1 month ago
JSON representation

A sleek desktop music player and tagger for offline music 🪕. With gapless playback, smart playlists, and a map view! Built with Svelte and Tauri

Awesome Lists containing this project

README

        




Musicat



A sleek player for your local music library


-


🎵 supports MP3, FLAC, WAV, AAC, OGG


🔊 gapless playback (same sample rate only)


🎛️ auto-switch device sample rate


🔗 linked library, using original files on disk


👀 auto-watch and re-scan folders


🏷 with metadata tagging support (read and write ID3v2, Vorbis)


🧠 smart playlists


🖼 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



-

![screenshot](docs/musicat-feb-2024.jpg)

> [!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](https://github.com/basharovV/musicat/discussions/6)

## Screenshots
![screenshot](docs/albums.jpg)
![screenshot](docs/queue.jpg)
![screenshot](docs/track-info.jpg)
![screenshot](docs/smart-query.jpg)
![screenshot](docs/map.jpg)
![screenshot](docs/stats.jpg)

## Build locally

Pre-requisites: Set up the [Tauri](https://tauri.app/) 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.`