I was wondering if there is a specific way to configure the File Naming so as to automatically append any instance of 'The ' in an artist name to the end for the name of that directory.
My current configuration is as follows:
[IFVALUE]album artist,[album artist],[IFCOMP]Various Artists[][IF!COMP][artist][][]\[album]\[IFMULTI][disc]-[][track] [title]
Basically, if I were ripping a CD by The Smashing Pumpkins, it currently enters a directory titled 'The Smashing Pumpkins'. But I'd like for it to be 'Smashing Pumpkins, The'.
I've tried hashing out a deep string of embedded if strings, but my logic (or lack thereof) has yet to produce anything that works.
Thanks for any help!
My current configuration is as follows:
[IFVALUE]album artist,[album artist],[IFCOMP]Various Artists[][IF!COMP][artist][][]\[album]\[IFMULTI][disc]-[][track] [title]
Basically, if I were ripping a CD by The Smashing Pumpkins, it currently enters a directory titled 'The Smashing Pumpkins'. But I'd like for it to be 'Smashing Pumpkins, The'.
I've tried hashing out a deep string of embedded if strings, but my logic (or lack thereof) has yet to produce anything that works.
Thanks for any help!
Comment