2024-05-14, 02:58 PM
(This post was last modified: 2024-05-14, 03:02 PM by playserver. Edited 1 time in total.)
tvshowsa is the correct path. The a is added because I have a shows directory for anime and for normal shows. So the normal shows would be tvshow and the anime shows would be tvshowa. I only added trickplay to tvshowsa but I don't think there should be any path issue because everything else works completely fine with this path system. It also adds nfo's to my file system, so I don't know what permission problem it should be. Any ideas what else I could check?
Edit: Permissions for the folder are set to root. I am however using the following composefrom linuxserver
Edit: Permissions for the folder are set to root. I am however using the following composefrom linuxserver
Code:
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin-ls
environment:
- DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
- JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
volumes:
- /home/nas/jellyfin-ls/config:/config
- /media/ntfs2/jellyfin/Serien:/data/tvshows
- /media/ntfs3/jellyfin/Serien:/data/tvshows1
- /media/ntfs2/jellyfin/Anime/Serien:/data/tvshowsa
- /media/ntfs3/jellyfin/Anime/Serien:/data/tvshowsa1
- /media/ntfs2/jellyfin/Filme:/data/movies
- /media/ntfs3/jellyfin/Filme:/data/movies1
- /media/ntfs2/jellyfin/Anime/Filme:/data/moviesa
- /media/ntfs3/jellyfin/Anime/Filme:/data/moviesa1
- /media/ntfs2/jellyfin/Musik:/data/music
- /media/ntfs3/jellyfin/Musik:/data/music1
network_mode: 'host'
restart: unless-stopped
devices:
- /dev/dri:/dev/dri