Search Results

Found 1 results for "1e4e31b48c622986090f2e9b28caf1c3" across all boards searching md5.

Anonymous /g/105957405#105999209
7/23/2025, 4:35:02 PM
How to install jellyfin and enable hardware transcoding?
podman run -it \
--rm
--name=jellyfin \
-e PUID=1000 \
-e PGID=1000 \
--device=/dev/dri:/dev/dri
-p 8096:8096 \
-v /mnt/tvshows:/data/tvshows \
lscr.io/linuxserver/jellyfin:latest
And I can't seem to get it to use intel iGPU.
Also I think it's dumoing some config files somewhere because I'm not getting into the setup wizard anymore.