Auditorium v1.2.2 release: MPRIS support, better track sorting, optional cover art, faster track loading (all under 2% CPU usage!)
from nate@programming.dev to rust@programming.dev on 04 Oct 17:00
https://programming.dev/post/38555120

cross-posted from: programming.dev/post/38555081

I’ve just finished up version 1.2.2 for Auditorium - a fast local music player powered by Ratatui.

Since my last update, I’ve added a few new fun features:

  • Optional MPRIS support to allow global access to the underlying music player (pause, play, seek, view album art, and more from your desktop environment!)
  • Album/track sorting based on track number metadata
  • Switched from FfProbe to ID3 crate for huge load time decreases
  • Optional cover art display
  • Made lots of efficiency tweaks to take down CPU usage to < 2% while still running at 60 fps (fast TUI is a good TUI)

Lots of things I still would like to add (and a few issues already underway), so I hope to find time to improve more when I can.

Cheers

Image of ratatui interface

#rust

threaded - newest