2024-09-11, 10:23 AM
(2024-09-10, 04:29 PM)TheDreadPirate Wrote: Can you share your docker compose with us? Also, would you be willing to switch from the Linuxserver Jellyfin image to the official Jellyfin image? Occasionally the Linuxserver image has weird quirks like this that can't be explained. You will have to start over since the Linuxserver image located their files a bit differently to the point of not being interchangeable.
Thanks for HELP!
1) I switch to Jellyfin image in docker (jellyfin/jellyfin) but everything remained the same - the SHOWS are recognized, but there were no pictures, posters...
The only thing that has changed in the file system is that the jellyfin_cashу and jellyfin_config folders now have locks. Now it looks like this
Code:
dakononov@U59:~$ ls -al /mnt/torrents/jellyfin_cashe
total 24
drwxr-xr-x 6 root root 4096 Sep 11 13:01 .
drwxrwxrwx 10 root root 4096 Sep 11 11:16 ..
drwxr-xr-x 3 root root 4096 Sep 11 11:18 images
drwxr-xr-x 2 root root 4096 Sep 11 11:19 omdb
drwxr-xr-x 2 root root 4096 Sep 11 12:16 temp
drwxr-xr-x 2 root root 4096 Sep 11 13:01 transcodes
You can see that the access rights have changed from DAKONONOV to ROOT
docker configuration
Code:
ENTRYPOINT /jellyfin/jellyfin
ENV
DEBIAN_FRONTEND noninteractive
HEALTHCHECK_URL http://localhost:8096/health
HOME /root
JELLYFIN_CACHE_DIR /cache
JELLYFIN_CONFIG_DIR /config/config
JELLYFIN_DATA_DIR /config
JELLYFIN_FFMPEG /usr/lib/jellyfin-ffmpeg/ffmpeg
JELLYFIN_LOG_DIR /config/log
JELLYFIN_WEB_DIR /jellyfin/jellyfin-web
LANG en_US.UTF-8
LANGUAGE en_US.UTF-8
LC_ALL en_US.UTF-8
LSIO_FIRST_PARTY true
MALLOC_TRIM_THRESHOLD_ 131072
NVIDIA_DRIVER_CAPABILITIES compute,video,utility
NVIDIA_VISIBLE_DEVICES all
PATH /lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID 1000
PUID 1000
S6_CMD_WAIT_FOR_SERVICES_MAXTIME 0
S6_STAGE2_HOOK /docker-mods
S6_VERBOSITY 1
TERM xterm
TZ Europe/Moscow
VIRTUAL_ENV /lsiopy
XDG_CACHE_HOME /cache
Code:
Host/volume Path in container
/mnt/torrents/jellyfin_config /config
/mnt/torrents/downloads/complete/FILMS /data/movies
/mnt/torrents/downloads/complete/SER /data/tvshows
/mnt/torrents/jellyfin_cashe /cache