github dhonus/jellyfin-tui v1.3.3

10 hours ago

Minor version update featuring a few QoL changes and bug fixes from multiple contributors 🎉

What's Changed

  • You can now reorder tracks in your playlists. Start moving with Shift + (Up / Down) or Shift + (j / k), move to the new position and either apply with Enter or cancel with ESC

recording-ezgif com-optimize(1)

  • Made the discord Listening to status configurable. Also changed to Listening to Artist by default instead of song name
# Sets the text shown in your Discord status. (Listening to {})
# state: artist
# details: track title
# name: jellyfin-tui
discord_status: "state"
  • Added the Catppuccin Frappe theme
  • Added Dracula theme by @Squiddim in #127

Fixed bugs

  • auto_color in the configuration file didn't work properly. Now it correctly turns off album art color fetching and uses the themes' accent color.
  • Updated dependencies which fixes a bug in ratatui where the app breaks if you zoom out too much
  • Fixed a SQL bug causing very large playlists not to load
  • Didn't stop properly at the end of a queue if Repeat mode was set to None
  • Fixed a bug in the background update service that made artists not appear when added unless you restarted the app
  • Fixed some build issues due to the reqwest crate @Knucklesfan in #137
  • Do full redraw on SIGWINCH if terminal's size hasn't changed by @pborzenkov in #136
  • Cli flags not working with an instance open by @koibtw in #143

New Contributors

Full Changelog: v1.3.2...v1.3.3

Don't miss a new jellyfin-tui release

NewReleases is sending notifications on new releases.