jaketmp / ePub-quicklook

NOTE: Not working in Mojave and later! ePub quicklook and spotlight plugins for Mac OS X.
BSD 3-Clause "New" or "Revised" License
570 stars 58 forks source link

[enhancement] show a few more contributor roles #48

Open Wandmalfarbe opened 7 years ago

Wandmalfarbe commented 7 years ago

Currently there are three contributor roles extracted from the ebook metadata.

  1. editors
  2. illustrators
  3. translators

It would be nice to have a few more such as cover designer, printer, book designer, compositor or reviewer. A complete list of the available roles can be seen here http://www.loc.gov/marc/relators/relaterm.html.

Example for cover designer:

<dc:contributor opf:file-as="Glazer-Naude, Ludvik" opf:role="cov">Ludvik Glazer-Naude</dc:contributor>

Example for printer:

<dc:contributor opf:role="prt">Ebner &amp; Spiegel</dc:contributor>

Example for compositor:

<dc:contributor opf:file-as="Reischmann, Barbara" opf:role="cmt">Barbara Reischmann</dc:contributor>