Hi. I'm a new user to MP3Tag and I'm trying to figure out how to rename my folders a certain way. I've created an action with the default value of "_DIRECTORY" and then trying to use a format string for the naming convention.
Basically what I want to do is have the folder name be "Year - Album [FLAC or Bitrate)
I want to do this so that if the file is FLAC, it obviously shows FLAC. But if it's an MP3, I want it to show the bitrate. So I'm assuming this is done using an IF function, but I can't get it right. I've played around with a bunch of variations (few below) but I keep getting errors and I'm obviously not a coder.
I based this off the $if(x,y,z) if x is true, y is returned, otherwise z
I can get Year - Album [%_extention] to work perfectly, but I'm lost of the IF statement and can't get it work. Is this even possible? Any advise would be greatly appreciated.
Before I invest any more brainpower, please note that MP3tag looks at every file individually and then renames the folder.
So if you have a mixture of VBR and CBR files, you will see only one of the properties in the folder name (depending which file won).
So, I doubt that this information is really beneficial.
And why not make it easier and simply add the property %_VBR% to the bitrate output so that you know how to interpret that data.
No mixtures. My folders are same CBR bitrate, or VBR - V0, V1 etc, I was not talking about having a mixture of different bitrate files in same folder. Sorry for confusion.
And no worries, I appreciate your efforts!