-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add maxwidth setting for album art #108
Add maxwidth setting for album art #108
Conversation
Thanks for your contribution, @returntoreality! Would you mind adding documentation and tests for this feature? You can document the feature by adding A test can be added to the Feel free to reach out if you need support. And let me know if you don’t have time to tackle this. |
Thanks for looking at it, I can add the docs and unit test of course. I'll look into it the next days. I think the |
Awesome!
I think you’re right, that should work, too. |
The test failures have been fixed upstream and on the main branch. If you rebase, they should go away. |
b8cd3bf
to
f44141a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! There are some Ruff and pyright issues that need to be addressed and then I’ll merge it.
69f4597
to
ec92d55
Compare
Co-authored-by: Thomas Scholtes <geigerzaehler@axiom.fm>
ec92d55
to
ec917ed
Compare
I think I have the issues now fixed |
Hm, the last failure seems to be caused by this issue in beets: beetbox/beets#5414 |
Thanks for the fixes. Yeah, the test failure on windows is annoying. I think the easiest solution would be to separate the resizing test and just skip it on windows. But that shouldn’t block this PR so I’ll go ahead and merge it. Thanks again for the contribution 🙇♂️ |
This allows setting
album_art_maxwidth
(same setting name as in the convert plugin) to restrict the maximum size of the embedded album art.