Hello all,
I tried to search but did not find something. I need to search my 5500 tracks based library for files that are VBR coded (these need to be CBR, otherwise my oh so clever car radio won't play them).
So I loaded the whole collection into Mp3Tag - but don't see the encoding method mentioned. I can have Codec and sample rate and bit rate in the columns, but not VBR/CBR, it seems.
Is there a way to do a search for this property?
Find forum posts about VBR ...
https://www.google.de/search?q=site%3Aforum...g.de+%25_vbr%25
Find the variable %_vbr% in the Mp3tag manual ...
https://docs.mp3tag.de/export
... in the section "Technical Info".
Create a column in the listview ...
Name: VBR
Value: [$left(%_vbr%,1)]
Apply a filter [F3] expression ...
"%_vbr%" HAS "VBR"
... or ...
"%_vbr%" HAS "CBR"
DD.20150517.0954.CEST
Create a column in the listview ...
Name: VBR
Value: [$left(%_vbr%,1)]
Da habe ich das vbr in der Auswahlliste für die Spalte (Infofelder) doch glatt übersehen - vielen Dank, hat funktioniert!