SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

Creating multiple levels of sub folders on Mac OSX 10.7

I can not create sub folder on Mac OSX 10.7
I tried several things without success …

I would just get the “tags” of my pieces to classify music this way:

Artist/Album/My Mp3 file

Could you tell me how to write the code correctly?

(albumartist.length> 0? albumartist + folderseparator (artist.length> 0? + folderseparator artist:'')) + Album

Thank[img]

Have you still got as problem, or is this related to other post and now resolved ?

Hello,
I can not create subfolders in this way:

Artist name/Album/mp3 file

Could you give me the correct code?

thank you

There a mask for the fiiename that is fixed by Correct Filename from Metadata and a mask for the subfolder path that is fixed by Correct SubFolder from Metadata. The total filename is made up from the

BaseFolder +SubFolder+ Filename

All three columns can be displayed in the main edit window if you wish.

I think you should have the subfolder mask set to

artist + folderseparator + album