View Single Post
Old 05-10-2011, 09:27 AM   #9
Agama
Guru
Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.
 
Agama's Avatar
 
Posts: 776
Karma: 2751519
Join Date: Jul 2010
Location: UK
Device: PW2, Nexus7
Quote:
Originally Posted by Stodder View Post
As a matter of interest, can you even tell if a file was made with Calibre? Or Mobipocket, or any of these software packages?
Calibre puts entries into the metadata of an ePub's OPF.

For example:

<dc:contributor opf:file-as="calibre" opf:role="bkp">calibre (0.7.28) [http://calibre-ebook.com]</dc:contributor>

<meta content="2010-12-07T07:18:36.758000+00:00" name="calibre:timestamp"/>
<meta content="Pride and Prejudice" name="calibre:title_sort"/>

This is quite an old conversion so things might have been changed in 0.8. I usually edit out the <meta content ... > lines but keep the <dc:contributor ...>

Update: There's also an entry in the OPF's XML namespace section -

xmlns:calibre="http://calibre.kovidgoyal.net/2009/metadata"

Last edited by Agama; 05-10-2011 at 09:45 AM. Reason: Further info
Agama is offline   Reply With Quote