Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@wildeyedskies wildeyedskies released this 29 Oct 18:20
· 2 commits to main since this release
dc2d778

Changes by me

  • Fixes playlist loading for Subsonic & Navidrome

Huge thanks to @xxxserxxx for the following improvements :)

  • Resume after pause was not working with Navidrome; pause simply stopped playback, and could not be resumed. Changing the command to "cycle pause" fixes this
  • Because the code didn't tell the API to listen to changes, the play counter wasn't updated (again, with Navidrome)
  • Log viewer in 4th panel
  • The currently selected card is now displayed in the center-top
  • Search the artists list, with '/ (enter search term)', 'n' (continue searching forward), and 'N' (continue searching backward)
  • 'a' to add items to the queue now also advances the seleceted item by one; this allows adding multiple items by pressing 'a' repeatedly, rather than requiring the combination of 'a'+'down'
  • Adds MPRIS2 support. Supports play/pause & volume, not much else in this version.

Thanks to @spezifisch for adding scrobbling support!