Closed jcassette closed 3 years ago
I have also added the properties encoder_info and encoder_settings since they are available. This will allow to get information about the VBR quality, even though it would be better if mutagen exposed it directly.
Nice; this all seems great!!
The style checker has one suggestion: a few of the places where there's a dictionary literal, like this:
'encoder_info' : '',
Should have one less space, like this:
'encoder_info': '',
Otherwise, I think this is good to go. Thanks again for sorting this out!
Oops, I removed the extra spaces, thank you!
Awesome; thanks!! I bumped this to v0.9.0 to indicate a new feature, but I think it's good to go.
Thanks, I have updated the doc index :-)