Hello,
I need your support regarding my renaming mask in Songkong. For example: I have 2 Versions of 1 Album (Deluxe and Standard Edition). For example:
Standard:
Metallica/(1988) And Justice for All/01-Blackened.flac
…
Deluxe Edition:
Metallica/(1988) And Justice for All (Deluxe Edition)/01-01-Blackened.flac
The following is my current renaming mask:
ifnotempty(albumartist,’/’)
- ‘(’ + (originalalbumyear.length>4 ? originalalbumyear.substring(0,4):albumyear) +’)’+ ’ ’
- ifnotempty(album,’/’)
- ifmultidisc(ifnotempty(pad(discno,2),’-’))
- ifnotempty(pad(trackno,2),’-’)
- title
I just don’t know how to add the albumversion.
Thanks in advance!