SUMMARY The cover is not retrieved for books that do not have an ISBN listed. Documentation, Open Library Covers API: https://openlibrary.org/dev/docs/api/covers Tellico retrieves covers using this API call: https://covers.openlibrary.org/b/isbn/$value-M.jpg?default=false Perhaps it would be better to use OLID (Open Library ID) rather than ISBN to retrieve a book cover: https://covers.openlibrary.org/b/olid/$value-M.jpg?default=false STEPS TO REPRODUCE 1. Create a new book collection 2. Add entry from Internet Search 3. Search "Sonnets. Volume 8" or "nous. n°1" Search type: Title Search source: Open Library 4. The returned book has no cover. Yet the cover is present on OpenLibrary : https://openlibrary.org/books/OL32223354M/Sonnets._Volume_8 https://openlibrary.org/books/OL59631618M/nous._n%C2%B01 SOFTWARE/OS VERSIONS OS: Linux Mint 22.1 (Xia) - Cinnamon Tellico: 4.1.3 KDE Frameworks: 6.13.0 Qt: Using 6.9.0 and built against 6.9.0 KDE Flatpak runtime (Xcb) Build ABI: x86_64-little_endian-lp64 Kernel: linux 6.14.0-27-generic
Fixed in https://invent.kde.org/office/tellico/-/commit/5784d46651e44564fc83f7229ba657d0c0560dec
Git commit 7200a1794a728fe8b0c181ec1aa6448b7efae863 by Robby Stephenson. Committed on 22/08/2025 at 01:36. Pushed by rstephenson into branch 'master'. Use OpenLibrary ID for cover images, instead of ISBNs only FIXED-IN: 4.1.4 M +4 -0 ChangeLog M +26 -12 src/fetch/openlibraryfetcher.cpp M +22 -0 src/tests/openlibraryfetchertest.cpp M +1 -0 src/tests/openlibraryfetchertest.h https://invent.kde.org/office/tellico/-/commit/7200a1794a728fe8b0c181ec1aa6448b7efae863
Git commit 5784d46651e44564fc83f7229ba657d0c0560dec by Robby Stephenson. Committed on 22/08/2025 at 01:39. Pushed by rstephenson into branch '4.1'. Use OpenLibrary ID for cover images, instead of ISBNs only FIXED-IN: 4.1.4 M +4 -0 ChangeLog M +26 -12 src/fetch/openlibraryfetcher.cpp M +22 -0 src/tests/openlibraryfetchertest.cpp M +1 -0 src/tests/openlibraryfetchertest.h https://invent.kde.org/office/tellico/-/commit/5784d46651e44564fc83f7229ba657d0c0560dec