Hi, finally got around to trying Calibre2OPDS, very cool so far, but still learning all the ins and outs.
One thing I've discovered that is a borderline bug is that Calibre2OPDS uses Calibre's database to build it's URLs rather than the actual filesystem. On non-case sensitive file systems Calibre doesn't reliably match the case of directories/filenames to the actual book title/Author (Kovid has stated this is intentional). My server is a virtual host on Apache, so it is on a case sensitive filesystem. Since OPDS is using database case and not filesystem I'm getting 404's when the two don't match.
Not really a big deal, and I'm cleaning up the case of all the directories and filenames that don't match, but thought I'd mention it.
|