My laptop crashed and I didn’t have a backup of my rename masks. Bangs head.
Anyways I had a method where I was always performing a rename to a named root folder (in this case ‘Music’). For some reason I cannot remember the syntax and every method I have tried results in some failure.
original:
ifnotempty2(albumartist,artist,folderseparator) + ifnotempty(album,folderseparator) + (disctotal>1 ? discno + folderseparator : ‘’) + ’ ’ + album
modified1 - complete error:
ifnotempty2(folderseperator + ‘Music’ + folderseperator) + (albumartist,artist,folderseparator) + ifnotempty(album,folderseparator) + (disctotal>1 ? discno + folderseparator : ‘’) + ’ ’ + album