jiaorihua / ebookdroid

Automatically exported from code.google.com/p/ebookdroid
0 stars 0 forks source link

cbr/cbz not working with opds #265

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Add cbz or cbr book in you opds catalog
<link href="/download/1558/5132/cbr" 
rel="http://opds-spec.org/acquisition/open-access" type="application/x-cbr" />
2.go to the opds catalog 
3. try to download book

What is the expected output?
downloading/adding book

What do you see instead?
Loading book: -1 B/-1 B
few seconds later (mabye 30s) return to opds catalog

What version of the product are you using?
1.5 (arm7-cortex-a9-neon)

Thanks

Original issue reported on code.google.com by syx...@gmail.com on 28 Jul 2012 at 3:52

GoogleCodeExporter commented 8 years ago
Can you give root url for catalog with cbr/cbz? Cbr/cbz should be downloaded  
from opds, but we not tested this because of lack of such catalog.

Original comment by Andrei.K...@gmail.com on 28 Jul 2012 at 4:17

GoogleCodeExporter commented 8 years ago
We've created a solution for basic authentication and relative paths of book 
thumbnails

but at the moment we have another little problem 

During book download server returns us the following response header:

Content-Disposition: attachement; filename="xxxxxxxx"

It cannot be correctly parsed, because the correct form is:

Content-Disposition: attachment; 

without "e" between "attach" and "ment".

Could you please ask site's support team to fix this problem?

Original comment by Alexander.V.Kasatkin@gmail.com on 30 Jul 2012 at 3:56

GoogleCodeExporter commented 8 years ago
Fixed in trunk.

Original comment by Alexander.V.Kasatkin@gmail.com on 30 Jul 2012 at 5:02

GoogleCodeExporter commented 8 years ago

Original comment by Alexander.V.Kasatkin@gmail.com on 30 Jul 2012 at 5:48

Attachments:

GoogleCodeExporter commented 8 years ago
rev 1472 work great
Thanks

Original comment by syx...@gmail.com on 30 Jul 2012 at 6:12

GoogleCodeExporter commented 8 years ago

Original comment by Alexander.V.Kasatkin@gmail.com on 2 Sep 2012 at 12:38