Author Topic: Tip for less width in the bitrate field (Also V0 V2 talk)  (Read 16242 times)

greenday1987

  • Sr. Member
  • ****
  • Posts: 627
  • Long live OiNK!
Displaying V0 or V2 or whatever would be much better imho.
This
RIP OiNK


I've recently joined last.fm - http://www.last.fm/user/drjswho
Feel free to add me if you wish :)

EAC V1.0 beta 3 can be downloaded here
And a full guide on setting it up and ripping a CD can be here

lnminente

  • Sr. Member
  • ****
  • Posts: 1049
Now we have the $Right function, we can see 128~ instead of 128 VBR and still will be sortable using the following algorithm:
$Left(<Bitrate>,3)$If($Right(<Bitrate>,3)="VBR",~,)

EnduringGuerila

  • Jr. Member
  • **
  • Posts: 72

Thorbjorn

  • Guest
+1 for displaying v0, v2 etc. if possible. I'm tagging it manually now, so would love it to be automatic. I don't think it's straight forward to show that though?

greenday1987

  • Sr. Member
  • ****
  • Posts: 627
  • Long live OiNK!
I doubt it's that difficult although I'm not a coder so I could easily be wrong :/
RIP OiNK


I've recently joined last.fm - http://www.last.fm/user/drjswho
Feel free to add me if you wish :)

EAC V1.0 beta 3 can be downloaded here
And a full guide on setting it up and ripping a CD can be here

HHM

  • Sr. Member
  • ****
  • Posts: 389
I'm -1 as for V0, V1... option, here's why:
I think only more advanced users will understand it. people who know this terminology will know that 207k means V1 (dunno if it's correct - just gave an example), but most casual users don't what what V1 stands for.

+ (i'm not fully sure about it) isn't it 100% accurate only with these files you've decoded yourself?

Thorbjorn

  • Guest
If they don't know what v0 is they probably don't know what VBR is either. Having it as a separate field or option would be good enough for me.
But yes accuracy is what I thought could be a problem too. I just remember using this program long ago that could detect the encoding parameters, but it was never completely accurate and would only work for mp3's encoded with LAME.
Anyway I just did a quick search and I see foobar can display this, so it's possible at least.

greenday1987

  • Sr. Member
  • ****
  • Posts: 627
  • Long live OiNK!
If they don't know what v0 is they probably don't know what VBR is either. Having it as a separate field or option would be good enough for me.
But yes accuracy is what I thought could be a problem too. I just remember using this program long ago that could detect the encoding parameters, but it was never completely accurate and would only work for mp3's encoded with LAME.
Anyway I just did a quick search and I see foobar can display this, so it's possible at least.
This is because they are Lame presets
RIP OiNK


I've recently joined last.fm - http://www.last.fm/user/drjswho
Feel free to add me if you wish :)

EAC V1.0 beta 3 can be downloaded here
And a full guide on setting it up and ripping a CD can be here

Thorbjorn

  • Guest

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34351
i'm replying to this topic now as its not easy to find. I have mostly done an implementation that reads the encoding quality from lame encoded files.
The field will be available as a separate "encoding quality" field (that field might already be in the version you are using but doesnt currently display anything).
Additionally via preference setting you can display it in place of bitrate where a value is available.
It will require you to rescan your files though, but i will make that automated when the preference setting is first ticked

greenday1987

  • Sr. Member
  • ****
  • Posts: 627
  • Long live OiNK!
Wow, that sounds epic Steven
RIP OiNK


I've recently joined last.fm - http://www.last.fm/user/drjswho
Feel free to add me if you wish :)

EAC V1.0 beta 3 can be downloaded here
And a full guide on setting it up and ripping a CD can be here

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34351
this has the change:
http://musicbee.niblseed.com/V2_1/MusicBee_Exe_Patched.zip

- Encoding Quality field
- setting in Preferences/ Layout/ Fields/ tick "replace Bitrate with Encoding Quality" if you would rather see encoding quality (when available) instead of the bitrate
- encoding quality displays in the Now Playing panel properties line and in the tag editor Properties page

However for MB to get the data you will need to rescan your library files (quickest way is File/ Advanced/ Rescan All Files)

beeing good

  • Guest
Steven, does this change/write to the tags at all or it is just reading the data already in the tags?


beeing good

  • Guest
Ok, thanks. This is wonderful, no more sending to foobar to check the preset for me!