Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kamiyaa kamiyaa released this 24 Oct 15:13
· 147 commits to main since this release

First release

Features completed

Server-side

  • play/pause support
  • get audio duration (requires rodio and symphonia to work together on this)
  • volume support
  • directory playing
    • shuffle
    • repeat
    • next
    • sorting
  • playlist support
    • add/delete/update songs
    • shuffle
    • repeat
    • next
    • loading
    • clearing
    • save on exit
  • show music progress
  • configurable audio system
    • ALSA support
    • JACK support (current default)
    • Pipewire support (requires cpal to support it)
  • querying
    • file name
    • file path
    • song name
  • on song change hook

Client-side

  • show hidden files
  • searching
    • glob search
    • case-insensitive search
    • skim search (fzf)
  • show player progression
  • playlist support
    • show playlist
    • add/delete/update songs
    • shuffle
    • repeat
    • next
    • clearing
  • show audio metadata
  • theming support
  • custom layout support