-
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
bs1770gain 0.6.0 failing initialization #3367
Comments
Please include the verbose output. |
I've been running into the same problem. library: ~/music/beets.blb
directory: ~/music
plugins: fetchart embedart replaygain
import:
move: yes
group_albums: yes
embedart:
auto: no
replaygain:
backend: bs1770gain
overwrite: yes
method: replaygain
It looks like version 0.6 now exits with 1 if you don't pass it any arguments. Passing |
Sorry for the delay. The output's the same as @Streetwalrus's $ beet -v
user configuration: /home/r3b311i0n/.config/beets/config.yaml
data directory: /home/r3b311i0n/.config/beets
plugin paths:
Sending event: pluginload
error: replaygain initialization failed: bs1770gain exited with status 1 |
I'm getting bit by this too. However, the commit @Streetwalrus found was commit merged in over a year ago, #3065. I think this error is creeping in from somewhere else... The message is coming from: https://github.com/beetbox/beets/blob/master/beetsplug/replaygain.py#L1208, but I haven't had a chance to trace this back to the actual initialization of bs1770gain. |
Actually, no. The pull request was submitted last year and that's what the commit date is, but looking at the actual thread, it was merged this July, after 1.4.9 was released in May. 1.4.9 definitely does not include the change that I pointed out, and applying it manually fixes the issue on my end. |
🤦♂️ Doh! I missed that merge date... |
So this can be closed and we are just waiting for an updated version in our repos :) |
Yes. I don't know what the plans are for a new release, but in the meantime you can run the latest version from master, make the change yourself, or bug your distro maintainers to patch it for you since they upgraded to an incompatible version. |
Sounds good; I'll close this now! And note the request for a new release. |
Problem
bs1770gain failing initialization after upgrading to v0.6.0 from v0.5.2. Downgrading to v0.5.2 fixes the issue.
Setup
My configuration is:
The text was updated successfully, but these errors were encountered: