2024-04-26, 01:13 AM
Thanks for your response
Yes under L-Z I have a folder for each artist and (notmally within that I have a folder for each album) - was basing it on https://jellyfin.org/docs/general/server/media/music/ though in some cases where it is just individual songs I just put them in a folder called the artist name (which i presume it will treat the artist name as the album). Doing a further test last night I created a new directory called LZ , pointed to that and then copied the first 2 directories across.
A tree on my test mount point shows
A scan here only picks up 13 files (the ones under La Rocca and In a Reverie). It ignores the Nightbirds folder completely. If I move Nightbirds up a level even with the artist name then it gets picked up fine ..... but to be honest I think this is a different problem to by whole directory being shunned
Yes under L-Z I have a folder for each artist and (notmally within that I have a folder for each album) - was basing it on https://jellyfin.org/docs/general/server/media/music/ though in some cases where it is just individual songs I just put them in a folder called the artist name (which i presume it will treat the artist name as the album). Doing a further test last night I created a new directory called LZ , pointed to that and then copied the first 2 directories across.
A tree on my test mount point shows
Code:
tree
.
├── In a Reverie
│ ├── AlbumArtSmall.jpg
│ ├── AlbumArt_{461ACD51-0CB0-45C2-8FAE-AD13D8DDA332}_Large.jpg
│ ├── AlbumArt_{461ACD51-0CB0-45C2-8FAE-AD13D8DDA332}_Small.jpg
│ ├── Folder.jpg
│ ├── Lacuna Coil - Circle.mp3
│ ├── Lacuna Coil - My Wings.mp3
│ └── desktop.ini
├── La Rocca
│ ├── 01-la_rocca-sketches_(20_something_life).mp3
│ ├── 02-la_rocca-if_you_need_the_morning.mp3
│ ├── 03-la_rocca-this_life.mp3
│ ├── 04-la_rocca-the_truth.mp3
│ ├── 05-la_rocca-goodnight.mp3
│ ├── 06-la_rocca-some_you_give_away.mp3
│ ├── 07-la_rocca-sing_song_sung.mp3
│ ├── 08-la_rocca-eyes_while_open.mp3
│ ├── 09-la_rocca-cats.mp3
│ ├── 10-la_rocca-non_believer.mp3
│ └── 11-la_rocca-capital_pill.mp3
└── Labelle
├── Nightbirds
│ ├── 01 - Labelle - Lady Marmalade.mp3
│ ├── 02 - Labelle - Somebody Somewhere.mp3
│ ├── 03 - Labelle - Are You Lonely.mp3
│ ├── 04 - Labelle - It Took A Long Time.mp3
│ ├── 05 - Labelle - Don't Bring Me Down.mp3
│ ├── 06 - Labelle - What Can I Do For You.mp3
│ ├── 07 - Labelle - Nightbird.mp3
│ ├── 08 - Labelle - Space Children.mp3
│ ├── 09 - Labelle - All Girl Band.mp3
│ ├── 10 - Labelle - You Turn Me On.mp3
│ ├── RL500.jpg
│ ├── Thumbs.db
│ └── list.txt
├── playList.m3u
└── playList.xml
A scan here only picks up 13 files (the ones under La Rocca and In a Reverie). It ignores the Nightbirds folder completely. If I move Nightbirds up a level even with the artist name then it gets picked up fine ..... but to be honest I think this is a different problem to by whole directory being shunned