Thanks... but what am I missing?
These are the metadata on the epub before importing it.
Code:
<dc:title>[Divine Comedy 01] Inferno</dc:title>
<dc:creator opf:role="aut">Dante Alighieri</dc:creator>
<dc:identifier id="BookID" opf:scheme="UUID">123</dc:identifier>
<dc:language>it</dc:language>
<meta name="cover" content="cover.jpg"/>
I add it to the Calibre library and change this:

into this:
Then I open the epub clicking
edit book; in the opf I find:
Code:
<dc:title>Inferno</dc:title>
<dc:creator opf:role="aut" opf:file-as="Alighieri, Dante">Dante Alighieri</dc:creator>
<dc:identifier id="BookID" opf:scheme="UUID">123</dc:identifier>
<dc:date>0101-01-01T00:00:00+00:00</dc:date>
<dc:language>it</dc:language>
<dc:identifier opf:scheme="calibre">85d48496-d53a-46f2-9765-bd64f89e15a2</dc:identifier>
<meta name="cover" content="cover.jpg"/>
<meta name="calibre:title_sort" content="Inferno"/>
<meta name="calibre:series" content="Divine Comedy"/>
<meta name="calibre:series_index" content="1.0"/>
<meta name="calibre:author_link_map" content="{"Dante Alighieri": ""}"/>
Plus a pair of meta regarding 2 custom columns I use:
Quote:
<meta name="calibre:user_metadata:#notes" content="{"is_custom": true, "rec_index": 23, "table": "custom_column_4", "is_category": true, "#extra#": null, "#value#": [], "display": {"is_names": false, "description": ""}, "datatype": "text", "is_csp": false, "is_editable": true, "is_multiple": "|", "search_terms": ["#notes"], "category_sort": "value", "label": "notes", "column": "value", "is_multiple2": {"ui_to_list": ",", "list_to_ui": ", ", "cache_to_list": "|"}, "kind": "field", "name": "Note", "colnum": 4, "link_column": "value"}"/>
|