Hey, y'all,
This is my current naming scheme, which almost works perfectly for my desired folder structure…
[extension]\[IFCOMP]Compilations\[GRAB]1,1,[tag]album sort[][]\[tag]album sort[] ([year])\[IFMULTI][disc].[][track]. [artist][][IF!COMP]Album Artist\[GRAB]1,1,[tag]album artist sort[][]\[tag]album artist sort[]\([year]) [album]\[IFMULTI][disc].[][track]. [artist][] – [title]
This string outputs something like this, for example…
D:\Music\Lossless Audio\flac\Album Artist\R\Radiohead\(1997-07-01) OK Computer\04. Radiohead – Exit Music (for a Film).flac
The problem I'm trying to solve pertains to album artists whose name begins with a number, i.e. 2Pac, 30 Seconds to Mars, 808 State.
My current naming scheme handles these artists like this…
D:\Music\Lossless Audio\flac\Album Artist\2\2 Bad Mice\(1995-09-19) Kaotic Chemistry\15. 2 Bad Mice – Bombscare (E94 US mix).flac
I would like these artists to be funneled into a folder named '0-9' and then a placed into a sub-folder of the first digit, basically like this…
D:\Music\Lossless Audio\flac\Album Artist\0-9\2\2 Bad Mice\(1995-09-19) Kaotic Chemistry\15. 2 Bad Mice – Bombscare (E94 US mix).flac
I know I could just manually create the '0-9' folder and then move the numbered folders into it, but I would prefer to just have the naming scheme handle it when ripping the CD.
Is this even possible? Has anyone ever attempted something similar to this? And if so, how did you accomplish it?
Thanks in advance!
Buck
This is my current naming scheme, which almost works perfectly for my desired folder structure…
[extension]\[IFCOMP]Compilations\[GRAB]1,1,[tag]album sort[][]\[tag]album sort[] ([year])\[IFMULTI][disc].[][track]. [artist][][IF!COMP]Album Artist\[GRAB]1,1,[tag]album artist sort[][]\[tag]album artist sort[]\([year]) [album]\[IFMULTI][disc].[][track]. [artist][] – [title]
This string outputs something like this, for example…
D:\Music\Lossless Audio\flac\Album Artist\R\Radiohead\(1997-07-01) OK Computer\04. Radiohead – Exit Music (for a Film).flac
The problem I'm trying to solve pertains to album artists whose name begins with a number, i.e. 2Pac, 30 Seconds to Mars, 808 State.
My current naming scheme handles these artists like this…
D:\Music\Lossless Audio\flac\Album Artist\2\2 Bad Mice\(1995-09-19) Kaotic Chemistry\15. 2 Bad Mice – Bombscare (E94 US mix).flac
I would like these artists to be funneled into a folder named '0-9' and then a placed into a sub-folder of the first digit, basically like this…
D:\Music\Lossless Audio\flac\Album Artist\0-9\2\2 Bad Mice\(1995-09-19) Kaotic Chemistry\15. 2 Bad Mice – Bombscare (E94 US mix).flac
I know I could just manually create the '0-9' folder and then move the numbered folders into it, but I would prefer to just have the naming scheme handle it when ripping the CD.
Is this even possible? Has anyone ever attempted something similar to this? And if so, how did you accomplish it?
Thanks in advance!
Buck
Comment