-
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
Allow fetchart to manipulate cover art candidates using all selected options #5440
base: master
Are you sure you want to change the base?
Allow fetchart to manipulate cover art candidates using all selected options #5440
Commits on Sep 25, 2024
-
Replace resize and deinterlace with convert for IMBackend
This consolidates options passed to the fetchart plugin that would require ImageMagick to adjust the cover art into a single function.
Configuration menu - View commit details
-
Copy full SHA for 11790db - Browse repository at this point
Copy the full SHA 11790dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce5570 - Browse repository at this point
Copy the full SHA 0ce5570View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4594187 - Browse repository at this point
Copy the full SHA 4594187View commit details -
Update fetchart plugin Candidate validation and add convert function
Candidate now returns False if Candidate is not valid and True if it is. It is no longer concerned about any adjustments the plugin needs to make to the Candidate. The convert function will determine if the maxwidth, max_filesize, cover_format, or deinterlace options should be applied and passes all applicable options to ArtResizer's convert.
Configuration menu - View commit details
-
Copy full SHA for e667bf5 - Browse repository at this point
Copy the full SHA e667bf5View commit details -
Update ArtResizer tests to use new convert method
A test for cover format was also added to ensure that an image can be converted from png to jpg with deinterlacing
Configuration menu - View commit details
-
Copy full SHA for 201743e - Browse repository at this point
Copy the full SHA 201743eView commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 015d1e7 - Browse repository at this point
Copy the full SHA 015d1e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 244c9d0 - Browse repository at this point
Copy the full SHA 244c9d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26a5fa3 - Browse repository at this point
Copy the full SHA 26a5fa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1af1ea1 - Browse repository at this point
Copy the full SHA 1af1ea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e71bad7 - Browse repository at this point
Copy the full SHA e71bad7View commit details -
Artresizer: Remove convert_format functions for PIL and IM backends
These functions have been replaced by `convert`
Configuration menu - View commit details
-
Copy full SHA for 90d026a - Browse repository at this point
Copy the full SHA 90d026aView commit details