From 41a65e662fdd6bf2c80d7a971036e52792cd7cda Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Fri, 22 Nov 2024 00:54:55 +0100 Subject: [PATCH] update --- jellyfin/readme.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/jellyfin/readme.md b/jellyfin/readme.md index bc354eb..e9abbca 100644 --- a/jellyfin/readme.md +++ b/jellyfin/readme.md @@ -76,9 +76,8 @@ services: volumes: - ./jellyfin_config:/config - ./jellyfin_cache:/cache - - /mnt/bigdisk/tv:/media/tv:ro - - /mnt/bigdisk/movies:/media/movies:ro - - /mnt/bigdisk/music:/media/music:ro + - /mnt/bigdisk/serialy:/media/tv:ro + - /mnt/bigdisk/filmy_2:/media/movies:ro ports: - "8096:8096" # webGUI - "1900:1900/udp" # autodiscovery on local networks @@ -175,11 +174,13 @@ heavily desaturated - washed out. * If video is in H.265 but firefox on linux cant decode it, jellyfin detects this and transcodes it to something that can be played. +### intel igpu +to get "Enable Intel Low-Power H.264 hardware encoder" working - - - +* `echo "options i915 enable_guc=2" > /etc/modprobe.d/i915.conf` +* `mkinitcpio -P` +* reboot The above compose basic setup worked for me