Hello everyone, I am using Jaikoz Pro, but my java coding skills are just as good as non existing. I have been struggling trying to create a rule/code that would rename the folder structure for compilations as per two options as follows:
When it is a compilation with only one disc:
Dream Dance, Vol. 01\
for this I had:
ifnotempty(album,folderseparator)
OR (In case the compilation has more than one disc)
Dream Dance, Vol. 01\Dream Dance, Vol. 01 - Cd 1
for this I had:
ifnotempty(album,folderseparator) + ifnotempty(album," - Cd ",discno,folderseparator)
But I’ve been trying to have one string that would combine the two of them, so it would do either one or the other depending on the discno variant…
Any help would be greatly appreciated…
Thanks in advance,
-Chris