Quote:
Originally Posted by droopy
Hi betterred.
I'd like to see all my epubs that have the word "calibre" in the opf file.
|
In your opening post you wrote:
the keyword will appear in a "dc:" tag
The only dc:elements in the content.opf files I get with 'calibre' in them are lines like this:
Code:
<dc:contributor opf:role="bkp">calibre (4.17.0) [https://calibre-ebook.com]</dc:contributor>
<dc:identifier opf:scheme="calibre">19ae3927-c955-4304-9795-1c0b8c54a5f7</dc:identifier>
If your epubs were created via conversion, or you have used the Polish or Embed metadata tools then the content.opf files will have lines like this:
Code:
<meta name="calibre:title_sort" content="Book of Words"/>
<meta name="calibre:author_link_map" content="{"George Wordsmith": ""}"/>
<meta name="calibre:timestamp" content="2012-03-21T22:47:08+00:00"/>
<meta name="calibre:user_metadata:#meta" content="{"column":…< blah blah>…
If you want to get rid of the non-dc elements you can do that with the Modify Epub plugin, and if you want to go further than that, the Sigil editor has an easy to use metadata editing tool.
I still don't understand why you want this, just idle curiosity or is it to add, change or delete them ???
BR