View Single Post
Old 05-11-2023, 12:44 AM   #2
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,738
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by XVR View Post
Is there a way to keep non-standard metadata tags in the *.opf file?XVR
This is a known Sigil issue.

@KevinH if you're looking for a test case, here's a minimal Kindle epub dictionary.
When opened with Sigil, the following metadata section is silently stripped:

Code:
    <x-metadata>
        <output encoding="utf-8"/>
        <DefaultLookupIndex>russian</DefaultLookupIndex>
        <DictionaryInLanguage>ru</DictionaryInLanguage>
        <DictionaryOutLanguage>en</DictionaryOutLanguage>
    </x-metadata>
Here are the relevant Amazon KDP recommendations for creating dictionaries.
Doitsu is offline   Reply With Quote