Install jellyfin in Container Manager
Open Container Manager and create a project named jellyfin
and create docker-compose.yml
The following configuration uses nvidia hardware decoding. You can delete the nvidia content if it is not needed.
|
|
Try set the fallback font folder path
I tried to put some woff font files in the /config/fonts
directory, and then set the path in the dashboard Playback > Fallback font folder path, but it didn’t work.
So I add another volume mapping in docker-compose.yml
, /volume1/docker/fonts:/usr/share/fonts/woff
.
It works.