-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replaygain: Handle invalid XML output from bs1770gain #2983
Comments
It looks like <track total="50" number="3" file="Aim & Execute - Phantom energy.flac">
<integrated lufs="-7.90" lu="-15.10" />
<sample-peak spfs="-0.03" factor="0.996765" />
</track> I'm pretty sure this should like this (and xmlvalidation.com agrees); <track total="50" number="3" file="Aim & Execute - Phantom energy.flac">
<integrated lufs="-7.90" lu="-15.10" />
<sample-peak spfs="-0.03" factor="0.996765" />
</track> |
Aha! You know, sometimes I really miss XML. JSON doesn't have nearly as many fun surprises— The right way to proceed here would be to add a |
@breversa can you check what version of Running this should output the version you're on; dpkg -s bs1770gain | grep "^Version:" |
@jackwilsdon, there you go : I'll upgrade my version and test again. |
Darn… There's no upgraded version of bs177gain for my distro (since Linux Mint 19 has dropped KDE which I'm using). I guess I'll have to find another solution. Can somebody else test meanwhile ? |
Looks like you can download a pre-compiled version here. Try downloading it somewhere and adding it to your |
Problem
Beets crashes when calculating ReplayGain. I initially tought it was the import function (#2982), but it's indeed the RG plugin.
Running this command in verbose (
-vv
) mode:Led to this problem:
Setup
My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: