iamdb / hifi.rs

a high resolution Qobuz streamer built in Rust
GNU General Public License v3.0
75 stars 10 forks source link

allow for 3 digit track/playlist numbers #166

Closed iamdb closed 1 year ago

iamdb commented 1 year ago

This makes room for an extra digit in the player for playlists with over 100 items.

I've also added a fix for the mpris album display, some tweaks to the buffering logic, and show the buffering in the TUI.

fixes #167 attempts to fix #159