View Single Post
Old 01-27-2023, 02:13 PM   #13
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,741
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
IMHO, this is a non-issue.
  • That particular metadata entry is only used by Calibre and Calibre-adjacent software.
  • The Calibre metadata parser doesn't require any particular attribute order.

Spoiler:
Code:
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf">
	<dc:creator opf:file-as="Doe, John">John Doe</dc:creator>
	<dc:language>en</dc:language>
	<dc:title>Nitpicking for dummies</dc:title>
	<meta content="Nitpicking for dummies" name="calibre:title_sort"/>
	<meta content="The art of nitpicking" name="calibre:series"/>
	<meta content="1" name="calibre:series_index"/>
	<dc:date opf:event="modification" xmlns:opf="http://www.idpf.org/2007/opf">2023-01-27</dc:date>
	<dc:identifier id="BookId" opf:scheme="UUID">urn:uuid:d420bc81-9545-4313-b490-8bc75822cda2</dc:identifier>
</metadata>
Attached Thumbnails
Click image for larger version

Name:	nit.png
Views:	145
Size:	14.6 KB
ID:	199283  
Attached Files
File Type: epub meta_test.epub (2.3 KB, 153 views)
Doitsu is offline   Reply With Quote