To late for edits, but other notes:
calibredb check_library --with-library calibre-library
Shows that the daily-reading.epub file doesn't have a valid author. This makes sense because the receipe doesn't collect the author, just title.
calibredb --with-library calibre-library search daily
Yields nothing. "Daily" should be in the book title.
However, running calibre db add without --automerge overwrite indicates that it IS there:
calibredb add calibre-library/daily-reading.epub --with-library 192.168.86.29:8080 --username XYZ --password ABC
The following books were not added as they already exist in the database (see --duplicates option or --automerge option):
Daily Readings [Thu, 28 Oct 2021]
/home/lucas/calibre-library/daily-reading.epub
So the db seems to have a phantom version, or something, and it's not surfacing in the server.
|