rvolz / BicBucStriim

BicBucStriim streams books, digital books. It fills a gap in the functionality of current NAS devices that provide access to music, videos and photos -- but not books. BicBucStriim fills this gap and provides web-based access to your e-book collection.
Other
408 stars 73 forks source link

OPDS Feed - Creation Date & Publisher #213

Closed Lugasch closed 1 year ago

Lugasch commented 8 years ago

Hi,

Is it possible to add publisher and publishing date r extra calibre columns to opds feed. Some apps like bookari/ mantano use these terms.

eg.

<dcterms:issued>2014-09-16</dcterms:issued>
<published>2016-05-17T08:08:08Z</published> 
<dcterms:publisher>KGF-Meerbusch</dcterms:publisher>
<dcterms:extent>356 Seiten</dcterms:extent>
<dcterms:extent>0.96 MB</dcterms:extent>
<dcterms:extent>96430 Wörter</dcterms:extent>

Regards Lugasch

rvolz commented 8 years ago

published is reserved for meta data about the catalog entry itself:

OPDS Catalog Entries MAY use "atom:published" to indicate when the OPDS Catalog Entry was first accessible.

The other fields could be added together with #75.