A fun update bringing you a new and improved double queue (spotify-like), transcoding and more :)
Queue:
- There are now 2 queues. The new (temporary) queue has priority over the regular one and is treated differently. Read more about it in the README or by pressing
'?'
inside jellyfin-tui
Colors:
- You can let the program generate a new primary color for each album you listen to :)
auto_color: true
- If that's too distracting, you can instead set a custom color to be the primary color (if you don't like blue) in the config
primary_color: '#7db757'
What's Changed
- feat: advanced queue by @dhonus in #11
- feat: custom primary color option by @dhonus in #12
- Feat/help screen by @dhonus in #13
- feat: transcoding by @dhonus in #14
I also fixed a bunch of bugs and made the program just a bit nicer to use.
Full Changelog: v1.0.1...v1.0.2