Jellyfin Server
General Changes
- Fix subtitle and attachment extraction when input path contains quotes [PR #12575], by @dmitrylyzo
- Use filtered codecs to build appliedConditions [PR #12562], by @nyanmisaka
- Fix alt version name generation [PR #12558], by @Bond-009
- Create and use FormattingStreamWriter [PR #12550], by @Bond-009
- Fix CodecProfiles and video encoder profiles [PR #12521], by @nyanmisaka
- Don’t apply chapter image settings to music [PR #12531], by @gnattu
Jellyfin Web
Enhancements
- Show slideshow controls when touched [PR #6016], by @tcely
- Hide studios for collections and playlists [PR #6012], by @thornbill
- Fix overly strict dovi level testing [PR #5983], by @nyanmisaka
- Apply Maximum Allowed Audio Channels to DirectPlay [PR #5972], by @dmitrylyzo
General Changes
- Fix autocast when already connected [PR #6013], by @thornbill
- Fix touch events in experimental video player [PR #6015], by @thornbill
- Fix network mode for localhost server [PR #6011], by @thornbill
- Fix create library crashing when no path specified [PR #6010], by @jwaresoft
- Fix play all & shuffle not working on genres [PR #5949], by @viown
Although an auto-update feature would be very welcome, manually applying each update is getting annoying
Bro, just
docker-compose pull && docker-compose up -d
Throw it in a crontab job if you’re on Linux even, 1 line in cron to run everything there to update on whatever schedule you want
https://github.com/containrrr/watchtower is a bit cleaner than that
I’m a bit of a noob with all this stuff, I run it off a Mac Mini. Can I still do this?
Do you use a package manager? It should take care of updating everything for you at once.
I’m on a Mac, can I set something like that up?
Macos has homebrew, which I think can do the same thing!