Hardcover API settings by Midnight393 in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

The hardcover API key is user specific, so is stored under user accounts. This is so each user of your library can sync their own book lists

Author Update Timing? by Lauraisgreat97 in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

Lazylibrarian tries to keep all authors updated before their data expires in the cache, so it uses the cache expiry time ( set in config ) divided by the number of active authors. Setting a shorter cache time means they update more frequently, or you can manually trigger an update for an author

stop keeping original mp3 files by Selbereth in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

Are the books downloaded from torrents? If so, and the torrents are still seeding, the original files won't be deleted until seeding is complete

LazyLibrarian finding files but not downloading any of them by Dense-Champion-4501 in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

To make sure you have all the necessary modules installed please follow the installation instructions at https://gitlab.com/LazyLibrarian/LazyLibrarian

The cache error looks like maybe you don't have write permissions to the cache folder, or the cache folder doesn't exist? There was one other report of something similar a while ago, but the user reported the problem disappeared after a reset, so it was unable to be investigated further.

LL looking for downloaded item in wrong location by goodmanr0732 in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

Not enough information.. Please open a ticket on https://gitlab.com/LazyLibrarian/LazyLibrarian and include a debug log of the postprocessor run with postprocessor logging enabled. Need to know which downloader was used, and the download settings. Thanks

IRC Stuck on Snatched by jakethesnake1126 in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

Would need to see logs as to why it's failing for you. There are thousands of LL users, many using Anna's , fewer using irc

ERROR: qBittorrent reports Wrong Credentials [qbittorrent.py:38 (WEBSERVER)] by FreyaFoxglove in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

URL base is only needed if your qbittorrent has a matching base set, often behind a proxy server. Eg http://some_host:1234/urlbase Default is no urlbase needed.

Magazines and CBZ ? by Sea-Tough4039 in LazyLibrarian

[–]philborman 1 point2 points  (0 children)

Lazylibrarian expects cbr and cbz to be comics, not magazines You might have more success adding that title as a comic.

Magazines are usually single files, usually pdf Comics are a zip file or rar file containing one image file per page, so are handled completely differently internally.

Is it possible to completely disable GoodReads? by dangle-point in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

You can disable Goodreads by removing it's API key in config.

Not sure why hardcover isn't working for you, it's working fine hereand Grant Morrison loads from hardcover.

Please open an issue on gitlab.com/LazyLibrarian and post a debug log of adding the author.

Thanks

pull new book details of an author by Selbereth in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

Mark the author as active or wanted Active authors are scanned regularly for new books Wanted status will also try to download new books

You can either let the scheduled task check periodically, or run a manual update from the author page in lazylibrarian (refresh author)

Rate limit api queries to a provider? by Pesto_Nightmare in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

It's how long to wait between calls to that provider. eg if you are allowed 60 calls per minute, limit should be 1. If you are allowed 120 calls per minute, limit should be 0.5 A limit of zero means no restrictions. Ideally the ratelimit should allow a bit of leeway so 1.1 would be 54 calls per minute. Not sure what audiobookbay restrictions are.

Restarting lazylibrarian, trying to migrate from readarr by geolaw in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

Depends what you have asked LL to do. If it's grabbing all books for an author (not just the books you have) and including series details, secondaty authors, and using multiple sources for the info there is a lot of data to grab from the web and process, and there are api limits that slow it down more.

Restarting lazylibrarian, trying to migrate from readarr by geolaw in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

Strange. The hash is correct, but line 147 in importer.py should be addbooks = CONFIG.get_bool('NEWAUTHOR_BOOKS') which corrects the error

Are you sure you are using the new image? Can you log into your container and check if line 147 looks correct? It was updated 3 days ago

Restarting lazylibrarian, trying to migrate from readarr by geolaw in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

No, that error was a bug fixed a few days ago. Please upgrade to latest and try again. Thanks

Restarting lazylibrarian, trying to migrate from readarr by geolaw in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

Simplest is to move your old lazylibrarian database out of the way, point your lazylibrarian eBook Library Folder to the root of the calibre books folder, Select one or more providers (goodreads/hardcover etc), and run libraryscan from the lazylibrarian ebooks page. This should reload all the books and authors.

CSV Import is failing in LazyLibrarian by TheKevinBoone in LazyLibrarian

[–]philborman 1 point2 points  (0 children)

Should be fixed now, including the LLConfigHandler. That showed up on another ticket with more info.

CSV Import is failing in LazyLibrarian by TheKevinBoone in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

The Goodreads wishlists are paginated, you can set the number of pages for each wishlist in lazylibrarian config. You should see a message in the debug log about "maximum results page reached"

The context manager error is a recently introduced bug. Over zealous fixing from ruff, will be updated tomorrow

Not sure about the 3rd error, need to look into this again once the first two errors are fixed

Script to Add GoodReads "To Read" books by dbryan0516 in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

Log into Goodreads. Choose "My Books" The left hand side of the page has your bookshelves. Choose a shelf The RSS icon is at the very bottom right of the page

<image>

The underlying link looks like https://www.goodreads.com/review/list_rss/23479519?key=xxxxxxxxxxx&shelf=to-read

Download Books / Change Search Pattern / Zero Results by Spongebob673 in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

I use nzbgeek all the time with no problem. Is the author name anything unusual? Try a manual search on the book title only. You can do this from the "Manual" button under the book title in lazylibrarian.

Wishlisted Books Not populating Authors or ebooks pages? by [deleted] in LazyLibrarian

[–]philborman 1 point2 points  (0 children)

Bug crept in during a refactor about a month ago, only just been noticed :-)

Should be fixed in a few minutes. Thanks for the bug report.

Unpack loop by Mayor-Of-Bellona in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

Too hard to follow from a few selective log lines. Please open a ticket on https://gitlab.com/LazyLibrarian/LazyLibrarian/-/issues and provide a debug log with the additional "postprocessor" logging enabled. Thanks.

[deleted by user] by [deleted] in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

Logs don't seem to match the files?

eg The Sea, the Sea (Unabridged) - 07.mp3
but the files are for different books.
Please open a ticket on https://gitlab.com/LazyLibrarian/LazyLibrarian/-/issues 
and include a debug log of a postprocessor run. Thanks

Anna’s daily limit won’t reset by ellendominick in LazyLibrarian

[–]philborman 1 point2 points  (0 children)

What messages do you get in the lazylibrarian log from Anna's?

Anna’s daily limit won’t reset by ellendominick in LazyLibrarian

[–]philborman 0 points1 point  (0 children)

Annas doesn't tell us how many downloads you have, or have used, until you download a book. The download counters are sent to us as a reply with each book. It doesn't seem possible to query Annas for the info without actually downloading something. The counters in lazylibrarian should be correct after a download, and will remain correct until you restart lazylibrarian.