DBDigital / nookapps

Automatically exported from code.google.com/p/nookapps Please note I am not a developer. I only created this to prevent the code from being lost with the shutdown of GoogleCode. If you wish to work on this, contact me and I will add you. :)
0 stars 0 forks source link

Problem downloading rated books via Trook + calibre2opds #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm not sure if this is a Trook bug or a calibre2opds bug; however, there is a 
problem using Trook to download books that have been rated in Calibre.  
Calibre2opds puts the rating stars in the <title> element in the XML it 
generates--i.e. "Book Title ***".  There is currently no option to disable 
that, though someone else has requested it (see 
https://bugs.launchpad.net/calibre2opds/+bug/578298).  What happens in Trook is 
that for some reason it tries to download "Book Title ***.epub"--which doesn't 
exist--instead of "Book Title.epub".  I'm not sure why Trook just doesn't use 
the <link> element, which correctly indicates the actual filename of the epub.

Original issue reported on code.google.com by jmc...@gmail.com on 9 Jun 2010 at 11:06

GoogleCodeExporter commented 8 years ago
Just noticed that the same problem occurs with books that have a "?" in the 
title (and probably other characters that are not permissible in 
filenames--Calibre replaces these with "_").

Original comment by jmc...@gmail.com on 10 Jun 2010 at 1:05