Quote:
Originally Posted by judyni
Thank you! Plus I'm assuming that "custom columns" are not written to epubs.
|
They are for me.
Steps I took to check:
- Open the epub and check content.opf. Custom columns were not there.
- Run polish books with "Update metadata" checked.
- Open the ebook and check content.opf. All the custom columns were there, each separately under the attribute name "user_metadata", including ones with null values.
I don't know why I see this and BR does not.
Example of one integer custom column:
Spoiler:
Code:
<meta name="calibre:user_metadata:#myint2" content="{
"is_category": false,
"#extra#": null,
"kind": "field",
"is_custom": true,
"is_csp": false,
"colnum": 1,
"column": "value",
"rec_index": 34,
"search_terms": ["#myint2"],
"link_column": "value",
"is_multiple2": {},
"is_multiple": null,
"datatype": "int",
"#value#": 1,
"category_sort": "value",
"table": "custom_column_1",
"is_editable": true,
"label": "myint2",
"display": {"number_format": "${0:04d}"},
"name": "myint2"}"/>