mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-15 09:12:49 +02:00
[Enhancement]: Add confirmation if, during book match, the new image is of lower resolution than current resolution #3255
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ZLoth on GitHub (Mar 6, 2026).
Type of Enhancement
None
Describe the Feature/Enhancement
When performing a book match, add some sort of check in case the resolution of the cover being returned is lower than the cover that exists in ABS.
Why would this be helpful?
This is most noticeable when using https://provider.vito0912.de/graphicaudio as the GraphicAudio Metadata provider. Usually, the 600×600 resolution cover is being returned even though there is a higher resolution cover available. This will still override the high-resolution I have online at 2560×2560 unless I uncheck the appropriate match box. It would be nice if some sanity checking was included to confirm that yes, I want to overwrite the higher-resolution image with a lower-resolution image.
Future Implementation (Screenshot)
Audiobookshelf Server Version
2.32.1
Current Implementation (Screenshot)
@nichwall commented on GitHub (Mar 6, 2026):
I think this falls under unchecking the box to overwrite the cover. It can be probably be made more clear whether the resolution is lower, but I think adding an extra control adds more complication than functionality.
If you are using the manual match view, you should be checking whether the data is correct before clicking submit.
Related/duplicate of undoing Quick Matches https://github.com/advplyr/audiobookshelf/issues/841