n3-rd / aulauraa

A sleek desktop music player made for musicians πŸͺ•

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Musicat

A sleek player for your local music library
-
πŸ”— linked music library, using original files on disk
🏷 with metadata tagging support (read and write ID3v2, Vorbis)
πŸ’Ώ a neat mini-player
πŸͺ• Artist's toolkit for musicians
-

screenshot

Note: 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!

Features

  • Music player with support for MP3, FLAC, WAV, AAC, OGG
  • Albums view
  • Mini-player and oscilloscope visualizer
  • Sorting releases chronologically within artist sort (discography sort)
  • Toggle library view between lossy/lossless/both
  • Edit file metadata including embedded artwork
  • Use Smart Query to create smart auto-updating playlists based on rules eg. "tracks that contains 'love' released after 1950, longer than 4 mins"

For musicians

  • 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

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.

About

A sleek desktop music player made for musicians πŸͺ•

License:GNU General Public License v3.0


Languages

Language:Svelte 80.5%Language:TypeScript 16.2%Language:Rust 2.2%Language:CSS 0.9%Language:HTML 0.1%Language:JavaScript 0.1%