And I've (more or less successfully) generated a catalog.
Setting the CALIBRE2OPDS_CONFIG variable made the difference. I created a subdirectory Calibre2OpdsConfig under the main program directory. Then I edited RUNGUI.CMD as follows:
Quote:
set CALIBRE2OPDS_CONFIG=F:\Calibre2Opds\Calibre2OpdsCo nfig
start java -cp OpdsOutput-2.3-SNAPSHOT.jar Gui
|
The GUI interface popped up, and I was able to get going.
The only problem I'm having now is that, although I have 50 books by 36 authors in my calibre database, the Opds catalog only includes the News items and the calibre guide (all items with author "calibre"). The other authors appear as subdirectories of the directory that contains metadata.db, if that's significant.
Many thanks for your patience and for all the explanations. You guys are great!
ETA: I noticed that the books included in the catalog are in either EPUB or MOBI format, while the excluded books are all AZW. The
OPDS Wiki entry says: "This standard, also called OpenPub, supports ePUB as the primary reading format although additional formats are supported." Is AZW perhaps not one of those additional formats?