Hi!
Im using an older SongKong 6.8.2 and im trying to create folders that only contains the year and nothing more. What am i doing wrong?
This is my filename mask:
ifnotempty2(albumartist.substring(0,1),artist.substring(0,1),'/')
+ ifnotempty2(albumartistsort,artist,'')
+ '/'
+ ifnotempty2(albumartistsort,artist,' - ')
+ ifnotempty(pad(mbreleasetype,2),' - ')
+ (year.length>0 ? '' + year + '- ' : '')
+ ifnotempty(pad(album,2),' - ')
+ ifnotempty(pad(discsubtitle,2),' ')
+ ifnotempty2(bracketValue(substring(catalogno)),'(Unknown Catalognr)',' ')
+ ifnotempty2(bracketValue(substring(recordlabel)),'(Unknown Recordlabel)',' ')
+ '(' + audioformat + ')'
+ '/'
+ ifnotempty(pad(discno,2),'-')
+ ifnotempty(pad(trackno,2),' - ')
+ ifnotempty(pad(artist,2),' - ')
+ title
function bracketValue(value1){
return value1.length > 0 ? '(' + value1 + ')' :'' ;
}
This gives me:
K\Klingande\Klingande - album - 2019-11-14- The Album - (Unknown Catalognr) (Ultra Records) (Flac)