crocodilestick / Calibre-Web-Automated

Calibre-Web but automated and with Calibre features! Fully automate and simplify your eBook set up!
https://github.com/crocodilestick/Calibre-Web-Automated
GNU General Public License v3.0
643 stars 12 forks source link

delete cwa-ingest-service & rename library_refresh to library_ingest #111

Closed jmarmstrong1207 closed 2 weeks ago

jmarmstrong1207 commented 2 weeks ago

I've been looking at several bugs I've encountered with the ingest code, and due to inherent bugs in the inotifywait code itself, we should be deprecating it and push the users to just click "Refresh Library" (Now called "Ingest Books"). This will make not only the code simpler, but the code work essentially 100% of the time; It'll work much more reliably. image

The user's workflow will be 1 extra step, which is to press "Ingest Books" after moving the books to ingest. The ingest processor code is exactly the same, it's just that it'll be started with this button rather than through inotifywait