Long time user here!
Everytime a major update happens I need to recreate my preferred filename masks as follows to get the output I’m looking for:
ifnotempty(albumartist, '/')
+ '(' + (albumyear.length>4 ? albumyear.substring(0,4):albumyear) +') '
+ ifnotempty(album,'/')
+ifnotempty(pad(trackno,2),' - ')
+ ifnotempty(artist,' - ')
+ title
I’ve created a custom mask and change it in the preferences, however it keeps reverting to the original default. What am I missing to change the default to my preferred setting?
Sent logs over, appreciate your help here.