Hello there
I have a folder album, in it have have all sub-folders like :
CD1
CD2
CD3
and so on. They all have the same ALBUM tag
I want to rename the ALBUM tags of all of those with an increment number, so that they will be :
(in CD1 folder) : ALBUM CD01
(in CD2 Folder) : ALBUM CD02
etc…
For now what I have found is :
%album% CD$num(%_counter%,2)
It sort of work, my problem is it increment every (selected) track, and not every folder, so each track have his own album name doing this
What is the function to use to make it understand that it should stick to the counter for every folder, and then increment it only at the next folder?
I have also think about using the disc number tag (DISC I think), but I prefer to use the folder change (and if I know how to do it this way, I will probably be able to guess how to do it witch disc change to)
Regards
