1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

version 0.3:

- added metadata extraction for epub documents, these will now have full entries where metadata is available
 - metadata is cached in the database
 - feed 'entry' template updated to 'full entry' according to OPDS v1.1
This commit is contained in:
frankdelange 2014-12-13 02:47:12 +01:00
parent fdeb32755a
commit ab06703347
8 changed files with 224 additions and 11 deletions

View file

@ -16,7 +16,7 @@ The first method gives you the latest, greatest and potentially buggiest version
files_opds
----------
The OPDS catalog app enables Owncloud users to publish a sub-tree of their personal filesystem as an OPDS feed. Since Owncloud currently has limited to no support for metadata, the OPDS entries are rather sparse for now: only title (as in 'filename'), file size, cover image (where available), modification time and content links are provided.
The OPDS catalog app enables Owncloud users to publish a sub-tree of their personal filesystem as an OPDS feed. Since Owncloud currently has limited to no support for metadata, these are for now stored in a separate table. As of v0.3 OPDS catalog can extract all relevant metadata from EPUB documents; other document types will appear with sparse entries for now: only title (as in 'filename'), file size, cover image (where available), modification time and content links are provided.
The root feed links to a hierarchical navigation feed mirroring the directory structure as well as a 'personal bookshelf' containing all downloaded books in order (most recent download first). This 'personal bookshelf' will be empty (0 books) at first. Use the 'Browse catalog' link to download a book and it'll appear on the 'personal bookshelf'. Download another, and it will appear above the one you previously downloaded. This makes it possible to get at books you are in the process of reading from different devices, or to easily re-visit a book you downloaded earlier.
@ -44,6 +44,7 @@ The feed has been tested on these clients:
- KyBook on iOS: OK
- Marvin on iOS: OK
- eBook Search on iOS: browsing works, downloading does not (401 error, 'Unauthorised')
- Gecko-based browsers: OK, feed can be browsed and books can be downloaded without additional software.