TV Show duplicates
Hello all
This might just be me not used to Docker, causing me this problem. I get duplicates of every TV Show. It's like it pulls the right data and front covers, then it pulls a second set where the covers don't match.
EDIT: Just for clarification, it's the first 3 seasons that works and the episodes are stored under, not the last 3. So it's not the ones that has the folder naming i have given them, that has the episodes attached to them.
I thought it might be because i copied all my data from the old Win10 installation, but deleting all that and doing a new install and scan, didn't change a thing.
This is my docker-compose:
Code: volumes:
- /home/carsten/Docks/Jellyfin/Config:/config
- /home/carsten/Docks/Jellyfin/Cache:/cache
- /mnt/JellyFin01/JellyMedia01:/JellyFin01
- /mnt/JellyFin02/JellyMedia02:/JellyFin02
My drive JellyFin01 has a main folder called JellyMedia01, which has a folder called Shows in it, where all my TV Shows are. And for the example used her a folder structure:
The Chelsea Detective (2022-)
- The Chelsea Detective - Season 01
- The Chelsea Detective - Season 02
- The Chelsea Detective - Season 03
So every data has been deleted, the complete Jellyfin folder under Docker, so nothing left.
So is my Volumes in docker-compose wrongly set or is there something else i'm missing her in Linux Fedora?
And none of the things the search gave has changed anything.
All the best
Carsten