Bibliophagist
Posts: 46,864
Karma: 169716272
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
Originally Posted by optoabhi
Image removed to avoid attracting moderator attention.
Well the imported books shows all formats (epub, mobi, opf, txt, etc.) but the Delete option only recognizes Epub or generic ebook formats, as you can see it clearly is ignoring the *.opf books.
|
Umm.. opf is not an ebook format -- it is an Open Packaging Format file that stores information about an ebook such as title, creator, book id, etc.. As for the rest, I've attached a snip with various formats (thanks to Baen who still support older formats). It does show a .txt file correctly after it was imported. Sample metadata.opf file is in the spoiler tag.
Spoiler:
Code:
<?xml version='1.0' encoding='utf-8'?>
<package xmlns="http://www.idpf.org/2007/opf" unique-identifier="uuid_id" version="2.0">
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf">
<dc:identifier opf:scheme="calibre" id="calibre_id">6722</dc:identifier>
<dc:identifier opf:scheme="uuid" id="uuid_id">63ad4fc9-38e6-49ff-bd21-ffdeb6119b34</dc:identifier>
<dc:title>Lorem Ipsum Test</dc:title>
<dc:creator opf:file-as="Pseudonym, Ima" opf:role="aut">Ima Pseudonym</dc:creator>
<dc:contributor opf:file-as="calibre" opf:role="bkp">calibre (3.44.0) [https://calibre-ebook.com]</dc:contributor>
<dc:date>0101-01-01T00:00:00+00:00</dc:date>
<dc:language>eng</dc:language>
<meta content="{"Ima Pseudonym": ""}" name="calibre:author_link_map"/>
<meta content="2019-05-21T07:00:00+00:00" name="calibre:timestamp"/>
<meta content="Lorem Ipsum Test" name="calibre:title_sort"/>
<meta name="calibre:user_metadata:#mm_annotations" content="{"name": "Annotations", "is_csp": false, "column": "value", "kind": "field", "display": {}, "search_terms": ["#mm_annotations"], "is_multiple2": {}, "category_sort": "value", "#extra#": null, "colnum": 2, "is_multiple": null, "label": "mm_annotations", "link_column": "value", "datatype": "comments", "rec_index": 23, "#value#": null, "table": "custom_column_2", "is_category": false, "is_custom": true, "is_editable": true}"/>
<meta name="calibre:user_metadata:#author_sort" content="{"name": "Author Sort", "is_csp": false, "column": "value", "kind": "field", "display": {"description": "", "make_category": false, "use_decorations": 0, "contains_html": false, "composite_sort": "text", "composite_template": "{author_sort}"}, "search_terms": ["#author_sort"], "is_multiple2": {}, "category_sort": "value", "#extra#": null, "colnum": 1, "is_multiple": null, "label": "author_sort", "link_column": "value", "datatype": "composite", "rec_index": 22, "#value#": "Pseudonym, Ima", "table": "custom_column_1", "is_category": false, "is_custom": true, "is_editable": true}"/>
</metadata>
<guide>
<reference href="cover.jpg" title="Cover" type="cover"/>
</guide>
</package>
|