[Enhancement]: Scrape updated covers using audnexus &update=1 flag. #1497

Open
opened 2026-04-24 23:47:26 +02:00 by adam · 0 comments
Owner

Originally created by @tehguitarist on GitHub (Oct 30, 2023).

Describe the feature/enhancement

So I noticed that when books have their covers changed by the publisher (retaining ASIN, and likely the same audio) that audiobookshelf (and assumedly audnexus, if that's what's being used to scrape data) is returning the old cover.

Would it be possible to implement a secondary check using the &update=1 flag to also look for updated covers? Perhaps with a setting where you set a preference for original or updated cover when scraping.

One example of this are the Legend of Drizzt novels.

https://api.audnex.us/books/B00FMUW24K?region=au
vs
https://api.audnex.us/books/B00FMUW24K?region=au?update=1

It looks like most of the data is the same, but there is also an ISBN field on that particular book which is fun, so this method may result in some additional metadata not present before.

Originally created by @tehguitarist on GitHub (Oct 30, 2023). ### Describe the feature/enhancement So I noticed that when books have their covers changed by the publisher (retaining ASIN, and likely the same audio) that audiobookshelf (and assumedly audnexus, if that's what's being used to scrape data) is returning the old cover. Would it be possible to implement a secondary check using the &update=1 flag to also look for updated covers? Perhaps with a setting where you set a preference for original or updated cover when scraping. One example of this are the Legend of Drizzt novels. https://api.audnex.us/books/B00FMUW24K?region=au vs https://api.audnex.us/books/B00FMUW24K?region=au?update=1 It looks like most of the data is the same, but there is also an ISBN field on that particular book which is fun, so this method may result in some additional metadata not present before.
adam added the enhancement label 2026-04-24 23:47:26 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1497