5 hours ago
OK - jumping in at the deep end:
I stopped the current Jelly fin server
I created a new compose file in a different directory (Jellyfin2):
# Version for people image issue
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin2
network_mode: 'host'
volumes:
- /srv/docker/Jellyfin2/data/configconfig
- /srv/docker/Jellyfin2/data/cachecache
- /mnt/middle/Mediamedia
- /mnt/lower/Media/media2
restart: 'unless-stopped'
So this is using the same codebase as the 'faulty' one with the mount option replaced and let it create the data directories for cache and config as root
Running the startup tool, I created a movie library and only added one of the drives, selecting English UK where required
This started adding the movies in while I added the TMDB Box Set plugin
Checking a movie THIS HAS DOWNLOADED THE PEOPLE IMAGES !!!!!!!!!!!!!!!!!!!!!!!!
Now I have a version that works, I will see if I can work out what breaks it:
No idea why this worked (and I know better than jumping in and changing so many things at once) but this is the fun of Docker - easy to unwind!
I stopped the current Jelly fin server
I created a new compose file in a different directory (Jellyfin2):
# Version for people image issue
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin2
network_mode: 'host'
volumes:
- /srv/docker/Jellyfin2/data/configconfig
- /srv/docker/Jellyfin2/data/cachecache
- /mnt/middle/Mediamedia
- /mnt/lower/Media/media2
restart: 'unless-stopped'
So this is using the same codebase as the 'faulty' one with the mount option replaced and let it create the data directories for cache and config as root
Running the startup tool, I created a movie library and only added one of the drives, selecting English UK where required
This started adding the movies in while I added the TMDB Box Set plugin
Checking a movie THIS HAS DOWNLOADED THE PEOPLE IMAGES !!!!!!!!!!!!!!!!!!!!!!!!
Now I have a version that works, I will see if I can work out what breaks it:
- Is it the mount in the compose file?
- Is it adding two media locations at the start?
- Is it adding the plug-ins that I have added?
- Is it the user?
No idea why this worked (and I know better than jumping in and changing so many things at once) but this is the fun of Docker - easy to unwind!