So, I searched a bit in forums and was using the following parameter:
Format Value
Field: _DIRECTORY
Formatstring: %album% '['$if($eql(%_vbr%,'VBR'),VBR %_bitrate%,%_bitrate%),$replace(%_samplerate%,44100,44,48000,48)']'
This parameter rename my folder to the following format:
C:\XXXXXX\Music<Album Name> <[bitrate,edited sample rate]>\
What I want: a parameter that can put the year too and create sub-folders with the numbers of CDs (just if they exist in tags), and also always remove the last 3 digits of the "sample rate", becoming something like this:
C:\XXXXXX\Music<year> - <[bitrate,sample rate without last 3 digits]>\CD 1
Ex's:
C:\XXXXXX\Music\2010 - Extreme Album [320,48]\CD 1
C:\XXXXXX\Music\2010 - Extreme Album [320,48]\CD 2
C:\XXXXXX\Music\2009 - Ultra Album [320,44]
C:\XXXXXX\Music\Super Album [128,22]\
It's possible to do that? I think there's a smarter way to do this than manually...
Thanks in advantage! And please, don't mind my poor english....