2024-04-25, 12:30 AM
(This post was last modified: 2024-04-25, 12:32 AM by kc1. Edited 1 time in total.)
TLDR:
I have 2 directories with identical permissions. One scans fine and finds music - one doesn't find anything
I am at a loss here.
I am running jellyfin/jellyfin:unstable in a container.
I have the config and media as external mounts.
My music directory is divided into directories A-L and L-Z (forced on me by another device with limited memory).
The mount in the container is to /mediaData
in the container I can see:
and for the A-K directory
gid of jellyfin in the container is 1000
I have stopped the container, cleared out the config, deleted the container rebuilt the container and then added in a single library which only points to the L-K directory and it has produced the attached debug log.
jellyfinScanL-Z.txt (Size: 8.01 KB / Downloads: 37)
At no point will it find any files
If I do the same with the A-K directory it scans properly
Any suggestions? If I could see an error I could try to address it but I am not seeing/recognising any
In the container as the jellyfin user I can access the files:
I have 2 directories with identical permissions. One scans fine and finds music - one doesn't find anything
I am at a loss here.
I am running jellyfin/jellyfin:unstable in a container.
I have the config and media as external mounts.
My music directory is divided into directories A-L and L-Z (forced on me by another device with limited memory).
The mount in the container is to /mediaData
in the container I can see:
Code:
I have no name!@7b808a7fec5f:/mediaData/Family/Music$ ls -al
total 79664
drwxrwxr-x 13 1000 1000 12288 Apr 24 08:28 .
drwxrwxr-x 26 1000 1000 4096 Mar 31 12:38 ..
drwxrwxr-x 443 1000 1000 28672 Apr 25 01:00 A-K
drwxrwxr-x 508 1000 1000 36864 Apr 25 01:00 L-Z
I have no name!@7b808a7fec5f:/mediaData/Family/Music$ cd L-Z
I have no name!@7b808a7fec5f:/mediaData/Family/Music/L-Z$ ls -al
total 2136
drwxrwxr-x 508 1000 1000 36864 Apr 25 01:00 .
drwxrwxr-x 13 1000 1000 12288 Apr 24 08:28 ..
drwxrwxr-x 3 1000 1000 4096 Apr 25 01:00 Labelle
drwxrwxr-x 3 1000 1000 4096 Apr 25 01:00 'Lacuna Coil'
drwxrwxr-x 3 1000 1000 4096 Apr 25 01:00 'Lady Antebellum'
drwxrwxr-x 4 1000 1000 4096 Apr 25 01:00 'Lady Gaga'
drwxrwxr-x 4 1000 1000 4096 Apr 25 01:00 'Lana Del Rey'
and for the A-K directory
Code:
I have no name!@7b808a7fec5f:/mediaData/Family/Music$ ls -al A-K/
total 1852
drwxrwxr-x 443 1000 1000 28672 Apr 25 01:00 .
drwxrwxr-x 13 1000 1000 12288 Apr 24 08:28 ..
drwxrwxr-x 3 1000 1000 4096 Apr 8 09:04 10CC
drwxrwxr-x 5 1000 1000 4096 Apr 25 01:00 1927
drwxrwxr-x 2 1000 1000 4096 Apr 20 13:35 '30 Seconds to Mars'
drwxrwxr-x 3 1000 1000 4096 Apr 25 01:00 '3 Doors Down'
gid of jellyfin in the container is 1000
I have stopped the container, cleared out the config, deleted the container rebuilt the container and then added in a single library which only points to the L-K directory and it has produced the attached debug log.
jellyfinScanL-Z.txt (Size: 8.01 KB / Downloads: 37)
At no point will it find any files
If I do the same with the A-K directory it scans properly
Any suggestions? If I could see an error I could try to address it but I am not seeing/recognising any
In the container as the jellyfin user I can access the files:
Code:
I have no name!@7b808a7fec5f:/mediaData/Family/Music/L-Z/Van Morrison$ cat Van\ Morrison\ -\ moondance\ .mp3 | head -1
VAN MORRISONTALB
I have no name!@7b808a7fec5f:/mediaData/Family/Music/L-Z/Van Morrison$