Quote:
Originally Posted by KevinH
The upcoming release will recognize calibre:series and calibre:series_index epub2 metadata and convert them to the epub3 equivalent.
|
Could you also convert
calibre:title_sort metadata entries?
For example:
Code:
<meta name="calibre:title_sort" content="Canterbury Tales, The" />
could be mapped to a title refine:
Code:
<meta refines="#dc_title_id" property="file-as">Canterbury Tales, The</meta>