From cae375e089079d6d82261bb03922bdfa7a96089e Mon Sep 17 00:00:00 2001 From: Uchechukwu Orji Date: Fri, 12 Jun 2026 15:50:40 +0100 Subject: [PATCH] add zim metadata to offliner spec --- offliner-definition.json | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/offliner-definition.json b/offliner-definition.json index beef36a..818f4d5 100644 --- a/offliner-definition.json +++ b/offliner-definition.json @@ -97,5 +97,35 @@ "title": "Debug", "description": "Enable verbose output." } - } + }, + "zimMetadata": [ + { + "field": "Name", + "flag": "name_format" + }, + { + "field": "Title", + "flag": "title_format" + }, + { + "field": "Description", + "flag": "description_format" + }, + { + "field": "LongDescription", + "flag": "long_description_format" + }, + { + "field": "Creator", + "flag": "creator" + }, + { + "field": "Publisher", + "flag": "publisher" + }, + { + "field": "Illustration", + "flag": "logo_format" + } + ] }