SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

handling multi-disc albums in directory creation

Hello All!

question, I’d like to have my directory structure for albums not be:

album name (disc 1)
album name (disc 2)
album name (disc 3)
etc, but instead be
album name/disc 1
album name/disc 2
album name/disc 3

but I can’t quite figure out how to do this, can anyone that knows how help me out?

thanks!!

Hi,

I am currently achieving what you said by using that renaming mask:

%bestartist%%folderseperator%$if(%year%,[%year%] - )%album%$if(%disctotal%,%folderseperator%Disc %discno%)

You should be mostly interested by the last part.
The drawback is that it always put Disc X, even if only one.

I have, in my turn, a question regarding that point.
Is there an advanced if functionality ? like $if(%disctotal% > 1, …)

Thank you in advance, and hope it helped.

Remember there are Rename SubFolder and Rename Filename masks, you need to edit both.

There is no advanced if yet, but I have worked out how to support a full javascript syntax in the rename masks and am keen to get that released very soon, hopefully in 4.2.0 (but 4.1.1 is coming first)

[quote=paultaylor]Remember there are Rename SubFolder and Rename Filename masks, you need to edit both.

There is no advanced if yet, but I have worked out how to support a full javascript syntax in the rename masks and am keen to get that released very soon, hopefully in 4.2.0 (but 4.1.1 is coming first)[/quote]

Oh my…i think this warms the cockles of my heart.