A minor bugfix release for jellyfin-tui.
What's Changed
- now uses album artists instead of regular artists in the main library list. This makes more sense in a discography view like this music player. If you disagree do open an issue.
- moved all persistent data to $XDG_DATA_HOME (or equivalent), avoiding cache clearing issues
- added a command to repair offline downloads you can use if something is off (it also runs automatically if it detects something wrong)
- the database self-corrects when it sees a file it didn't think was downloaded
- improved seeking to last known position in a song when you reopen
- fixed a bug that caused 100% CPU usage (oops)
- when playing transcoded songs, the "NN:NN / MM:MM" duration meter now doesn't change around while the file loads up
- scrobble on quit
- and a load of other small bugs with playback, background playlist updates and all sorts of other jazz
New Contributors
- @throwaway-lmao made their first contribution in #47
Full Changelog: v1.2.0...v1.2.1