View Single Post
Old 02-01-2014, 03:10 AM   #1
cybmole
Wizard
cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.
 
Posts: 3,720
Karma: 1759970
Join Date: Sep 2010
Device: none
addbooks - where does calibre get title from?

I have an instance where ADE seems to get the title "right", but calibre - add book gets it "wrong" - because it uses the dc:title field ? the correct title in this instance is the one in the dc:identifier field.

I assume there's a spec somewhere of how these fields are supposed to be used. where should the correct title be ?

Code:
<package xmlns="http://www.idpf.org/2007/opf" unique-identifier="DeathsHeadMaximumOffence" version="1.0">
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf">
<dc:title>Death's Head</dc:title>
<dc:creator opf:file-as="David Gunn" opf:role="aut">David Gunn</dc:creator>
<dc:publisher>Transworld</dc:publisher>
<dc:identifier id="DeathsHeadMaximumOffence" opf:scheme="isbn">9781407037684</dc:identifier>
cybmole is offline   Reply With Quote