MichaIng/DietPi-Docs

Small change needed in documentation for Jellyfin after migrating to Bookworm

echtfrank opened this issue · 5 comments

After migrating from Bullseye to Bookworm, Jellyfin doesn't use "jellyfin-ffmpeg" anymore, but uses "jellyfin-ffmpeg5" instead.
In the documentation under tab "Update to latest version" the code block must be changed as well:

From (Bullseye and earlier):

apt update
apt install jellyfin jellyfin-ffmpeg

To (Bookworm):

apt update
apt install jellyfin jellyfin-ffmpeg5

Thanks for the hint. It is not only on Bookworm but the same package is available on their Bullseye and Buster suites as well (with jellyfin depending on it). FFmpeg 5 vs FFmpeg 4 this is.

Done: 13deb3a

Thanks for your better investigation ;-)

I was thinking: is there any functional difference between executing the aforementioned CLI-commands versus dietpi-sofware reinstall 178?

Not as long as nothing is broken. The reinstall will reinstall the APT key and list, re-create resp. resets the jellyfin user and permissions of the data directory. However, as long as this did not change, it is all a no-op.