Quote:
Originally Posted by shikamer
Hi, so I'm facing the same problem as some of the users before - the subtitle data is not syncing on the first connection.
I have the following line in the calibre generated opf file on my laptop:
<meta name="calibre:user_metadata:#subtitle" content="{"table": "custom_column_11", "column": "value", "datatype": "composite", "is_multiple": null, "kind": "field", "name": "Subtitle", "search_terms": ["#subtitle"], "label": "subtitle", "colnum": 11, "display": {"composite_template": "{publisher} | {#pages} pp", "composite_sort": "text", "make_category": false, "contains_html": false, "composite_show_in_comments": false, "composite_store_template_value_in_opf&quo t;: true, "use_decorations": false, "description": "", "web_search_template": ""}, "is_custom": true, "is_category": false, "link_column": "value", "category_sort": "value", "is_csp": false, "is_editable": true, "rec_index": 29, "#value#": "Publisher | 500 pp", "is_multiple2": {}}"/>
I have epub files in calibre which get auto-converted to kepub while sending to kobo. Can someone help me figure out how to get the subtitles on first connection. Thanks!
|
I checked the opf file in the kepub file on the kobo and the subtitle related information is present like this:
"#subtitle": {
"#value#": "Publisher | 500 pp.",
"category_sort": "value",
"colnum": 11,
"column": "value",
"datatype": "composite",
"display": {
"composite_show_in_comments": false,
"composite_sort": "text",
"composite_store_template_value_in_opf": true,
"composite_template": "{publisher} | {#pages} pp.",
"contains_html": false,
"description": "",
"make_category": false,
"use_decorations": false,
"web_search_template": ""
},
"is_category": false,
"is_csp": false,
"is_custom": true,
"is_editable": true,
"is_multiple": null,
"is_multiple2": {},
"kind": "field",
"label": "subtitle",
"link_column": "value",
"name": "Subtitle",
"rec_index": 29,
"search_terms": [
"#subtitle"
],
"table": "custom_column_11"
},