SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

just need some mask help....

I am currenty using file folder rename to put all of my mp3’s in a format like MP3’s/Artist/Album/mp3 file.mp3

i am using artist + folderseparator + album mask. works fine unless the mp3 does not have an album, can someone give me an example of how to put all of these songs with no album tag into a Unknown Folder…

like artist + folderseperator + album (if album = 0 then “Unknown”)

or soemthing… i know the above is incorrect but you know where im going with this… :slight_smile:

Thanks

This should work:

artist +folderseparator + (album.length>0 ? album  : 'Unknown')