I have a large library of music of various sample rates, bit depths and formats which I need to clean up and sanitise and I would like to try to make easier to navigate by retrospectively retagging the files adding information relating to bit depth, sample rate and (ideally) file type information to the album name tag...
e.g. Tango In The Night [24 Bit 192kHz FLAC]
Is it possible with Batch Converter to pull this information out of the files and retag them accordingly?
Phil
e.g. Tango In The Night [24 Bit 192kHz FLAC]
Is it possible with Batch Converter to pull this information out of the files and retag them accordingly?
Phil

They are incredibly powerful tools for bringing consistency and thoroughness to your metadata. What you're doing can be accomplished with a single "format value" operation, as you're doing. I simply employed a macro to add a step that saves the original album tag. One difference is that I used $upper(%_extension%) rather than %codec%, so as to return, for example, "FLAC" rather than the long-form "Free Lossless Audio Codec."
Comment