What version of LAME are you using? Older versions don't show codec profile information. Neither do some other mp3 encoders. Most of my mp3's are LAME 3.97 through 3.98.2 and the codec profile info is in there, and the tagz info that I gave you yesterday worked fine with those files encoded with the newer versions.
Hi, thanks! Both last two expressions work, but in case of VBR they create for each file with different bitrate a new folder, so several folders with one file. I thought %_bitrate% should actually show album average bitrate.
though this thread is a bit old, I just add one expression based on the ones posted above (thanks a lot to everyone here as I have no idea how to write this sort of thing!! )
if like me you don't want to have your folder name modified (cuz you have other info) and just want the bitrate added to it
e.g:
Artist - Album - year [Japanese Edition] (remastered 20XX)
becomes
Artist - Album - year [Japanese Edition] (remastered 20XX) [320]
choose: Format value
field: _directory
format string: %_directory% '['$if($eql(%_vbr%,'VBR'),VBR %_bitrate%,%_bitrate%)']'
well this ...i dont know! as I said I just changed one of the xpression here a wee bit... but it still works well, I've used it for a while now and use it almost everyday.
all the other expression I used from here were always modifying the name of my folder, which as I explained is something i dont want.
why do you think it shouldnt work (if it's not too technical explain)? or what's the problem...I'm not too sure what your link was intended at...
I understand that you got no problems when renaming a folder in the path to the media file with an appended number of CBR or VBR by formatting the pseudo tag-field _DIRECTORY.
what's explained in this link of yours is rather different from what I do... I just want the bitrate added and my folder unchanged as I said, ...they want to use tag info to create some sort of a foldername template... whatsoever, I have no problem no matter whether the files are CBR or VBR and that's all that matters to me, so if like me people want to add the bitrate and leave all other things unchanged, this expression is great!
I want to mention that using a dynamic value like VBR in the name of a folder within a folderpath, when writing to the pseudo tag-field _DIRECTORY, this will result in several new folders, one per each VBR value.
Previously it was certainly always the case ... but maybe I am wrong.
Well, you can check it out for yourself.
No, _DIRECTORY renames the current folder, it does not create new folders. So it works fine for this purpose.
Although it renames the folder with the bitrate of the first file, not the average bitrate of the whole folder. That's not possible without some extra steps with the export tool.