Hi Guys and Gals,
I LOVE DB poweramp and especially the CD Ripper, but I need a little help with my script for naming and locating files when ripping.
At present I am using the following:
[IFVALUE]album artist,[album artist],[IFCOMP]Various Artists[][IF!COMP][artist][][]\[album]\[disc]-[track] - [title]
but it's not quite right.
If a disc is NOT a compilation I'd like it to rip as follows:
Artist/Album/01 - title.mp3, 02 - title.mp3 (in other words track - title.ext) UNLESS it has more than one disc when it should rip:
Artist/Title/1-01 - title.mp3, 1-02 - title.mp3 (discnumber-track - title.ext)
If the disc IS a compilation I'd like it to always rip to my Various Artists folder:
Various Artists/Album/01 - artist - title.mp3 or when it has more than one disc
Various Artists/Album/1-01 - Artist - Title.mp3 (discnumber-track - title.ext)
But I can't seem to program this without tying myself in knots!
I think it's the two different conditionals - "is it a compilation?" and "does it have more than one disc?" that are doing my fuddled brain in!
Any help, as always, gratefully received!
I LOVE DB poweramp and especially the CD Ripper, but I need a little help with my script for naming and locating files when ripping.
At present I am using the following:
[IFVALUE]album artist,[album artist],[IFCOMP]Various Artists[][IF!COMP][artist][][]\[album]\[disc]-[track] - [title]
but it's not quite right.
If a disc is NOT a compilation I'd like it to rip as follows:
Artist/Album/01 - title.mp3, 02 - title.mp3 (in other words track - title.ext) UNLESS it has more than one disc when it should rip:
Artist/Title/1-01 - title.mp3, 1-02 - title.mp3 (discnumber-track - title.ext)
If the disc IS a compilation I'd like it to always rip to my Various Artists folder:
Various Artists/Album/01 - artist - title.mp3 or when it has more than one disc
Various Artists/Album/1-01 - Artist - Title.mp3 (discnumber-track - title.ext)
But I can't seem to program this without tying myself in knots!
I think it's the two different conditionals - "is it a compilation?" and "does it have more than one disc?" that are doing my fuddled brain in!
Any help, as always, gratefully received!
Comment