Enjoy this new jellyfin-tui version! A lot of stuff has been added. I have decided to deal with the potential influx of bug reports instead of hoping that 2 people try a pre-release version :). Fingers crossed.
What's Changed
-
Switched to an offline-first architecture. This means massively faster (<1s) load times (everything is saved locally automatically), faster in-app navigation and the option to use the app offline
-
You can now download a song, album or playlist simply by pressing the
d
key on the item you want to download. You will see the progress of the download in the ⇊ column. ◴ means queued, ◰ means downloading and ⇊ means downloaded. You can also quit and come back and you won't lose any queued downloads.
-
You will also see the progress of downloads in the bottom corner.
-
You can delete or cancel downloads while they're ongoing (of course) with
d
again and there is a global command to stop everything too
-
Every 10 minutes, an update runs in the background and refreshes your library. It will show if any new music has been added
-
If you are offline, or by passing the
--offline
flag, you can use the fully offline mode. It will not connect to the internet and you can play any music you downloaded, lyrics and cover art included of course! :) -
Multi-server support, you can now define more than 1 server in the configuration file. You will be asked to pick one at startup! You can mark a server as default = true to avoid this and use
--select-server
instead. -
New initial setup questionaire. Much prettier and actually connects to the server before letting you save it.
-
All operations are offloaded to a background task now to make the UI more responsive and faster.
-
The bitrate of a song now updates dynamically while playing and the a more readable channel format is shown (2 channels -> stereo)
-
Added a key binding to seek +-1 minute with
,
and.
like in CMUS.
Fixed bugs
- Preferences are now saved separately from server state. This means you won't keep losing your preferred List filters / order and similar in-app options like Large cover art.
- Repeat mode didn't work after a restart.
- Transcoding is now saved in-app and is remembered, instead of being defined in the config. #41
e
to add to queue didn't work on the Album tab #40- Crashes on login #38
- MPRIS metadata not updating on the playlist view #39
- Playlists over 300 items were being truncated. Now they are fetched in the background #44
Full Changelog: v1.1.3...v1.2.0