Šarūnas Nejus
Šarūnas Nejus
> With the changes you described there was a merge conflict in CHANGELOG.md as in the meantime there was a release. It's all good now!! Sorry for the release in...
Could you check `beetcamp` version please? Try running `pip list`
Sorry for a late answer, but it seems to me that your issue should get fixed by upgrading `beets`. Let me know if this works
I remember we had issues with versioning that release. Best if you update to the most recent version, 2.2.0!
Same issue. Unfortunately, this is happening with a 192kbit/s MP3 file. I'm attaching a video of how it feels / looks in practice. https://github.com/user-attachments/assets/f6c52ae0-5da3-4ce9-ad8a-d51a11eda709
Have you seen this PR by any chance? #5223
#5223 was merged so this is not required anymore.
Hi @khrystianc , thanks for this! I did a quick test using the same shell command as I mentioned in the issue ```sh for fi in test/plugins/*.py; do print Testing...
@khrystianc from what I've seen most of the offending tests use inherit from the [`TestHelper`](https://github.com/khrystianc/beets/blob/f4070e60509926007c578cd962ed1837f86bcf15/beets/test/helper.py#L137) class in `beets/test/helpers.py`. If you have a look at its `setup_beets` method I think it...
This got superseded by #5345