-
Is it possible to find out whether an MP3 file is VBR-encoded? I'd like to extend an inline plugin item_field to also return 1 if the MP3 file was encoded with VBR:
I tried the I'm also up for any other ideas to find out whether the files are of a certain quality. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Using
Is it possible to access the information in the first brackets (...) from beets? |
Beta Was this translation helpful? Give feedback.
-
I just found out that I can access a field called
Unfortunately my extended inline plugin function does not work. Why?
I also tried to access this field with
It looks like the field is empty. If the variablename would be wrong the result would look like this:
Why? Any hints? Or bug? Or missing feature? Cheers in advance! |
Beta Was this translation helpful? Give feedback.
-
Found a partly solution but not the root cause: The bitrate_mode field often is empty in my collection (Total in lib about 2500):
Trying to update from the files into the beets db:
results in: some files contain the information and beets lib is updated:
Some files don't seem to contain the information and bitrate_mode stays empty. It's unclear why those files that contain it, haven't been updated on beets import. Not sure if this is of interest to anyone but if it is: Could this be a bug? Or is there certain situation when it is expected behaviour that bitrate_mode is not written to the lib/database on import? After beet update run was through only a few bitrate_mode fields could be filled (~50):
|
Beta Was this translation helpful? Give feedback.
Found a partly solution but not the root cause:
The bitrate_mode field often is empty in my collection (Total in lib about 2500):
Trying to update from the files into the beets db:
results in: some files contain the information and beets lib is updated: