Skip to content

v1.1.0

Choose a tag to compare

@Ars-byte Ars-byte released this 01 Aug 21:59

What's new in v1.1.0

  • Lyrics — press l for full-screen lyrics:
    • Synchronized .lrc files (current line highlighted in sync)
    • Lyrics embedded in the file tags (USLT in MP3, LYRICS in FLAC/OGG)
    • 100% offline — no network, no curl, no external services
  • UI in English
  • Lower memory usage (lyrics shared snapshot, no per-frame copies) — ~13 MB RSS

Controls: l toggles the lyrics view (was forward-seek; seek is now / h). In the lyrics view, j/k scroll unsynchronized (embedded) lyrics.

Packages

  • Void Linux (XBPS): cmuspp-1.1.0_1.x86_64.xbps — download it and install with:
sudo mkdir -p /var/db/xbps/cmuspp
sudo mv cmuspp-1.1.0_1.x86_64.xbps /var/db/xbps/cmuspp/
sudo xbps-rindex -a /var/db/xbps/cmuspp/*.xbps
sudo xbps-install -S --repository=/var/db/xbps/cmuspp cmuspp

Full instructions are in the READMEs.