2024-04-26, 09:24 PM
It's nice to know we think alike - I have done that but actually created a smaller directory with just 3 files. But doing it exactly as you suggested I get:
And with this structure it only finds the 11 songs in the 'La Rocca' directory
Code:
>tree -l newMusic/
newMusic/
├── La Rocca -> /mediaData/Family/Music/L-Z/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 -> /mediaData/Family/Music/L-Z/Labelle/
│ ├── 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
└── Lacuna Coil -> /mediaData/Family/Music/L-Z/Lacuna Coil/
├── 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
├── desktop.ini
├── playList.m3u
└── playList.xml
5 directories, 36 files
And with this structure it only finds the 11 songs in the 'La Rocca' directory