Quote:
Originally Posted by tompe
n.
Is there a EXTH header entry for genre? I did not find it in my documentation.
I do not think you can set the language with mobi2mobi now but I will try to add it and go through my tickets and do a new release in the weekend.
|
I'm not sure about the 'genre' EXTH header. But I can see it when I use Notepad++ to open a simple test book I made from a Word file.
The book is called: This is a test Book
The language is: English US
The author is: This is the Author
The genre is: Technology
The information is also in the OPF file
Code:
<?xml version="1.0" encoding="utf-8"?>
<package unique-identifier="uid"><metadata><dc-metadata xmlns:dc="http://purl.org/metadata/dublin_core" xmlns:oebpackage="http://openebook.org/namespaces/oeb-package/1.0/">
<dc:Title>This is a test Book</dc:Title>
<dc:Language>en-us</dc:Language>
<dc:Identifier id="uid">98B2B26D1F</dc:Identifier>
<dc:Creator>This is the Author</dc:Creator>
<dc:Publisher>This is the Publisher</dc:Publisher>
<dc:Subject BASICCode="TEC000000">Technology</dc:Subject>
<dc:Description>This is the Description</dc:Description>
</dc-metadata><x-metadata>
<output encoding="Windows-1252"></output>
</x-metadata></metadata>
<manifest>
<item id="item1" media-type="text/x-oeb1-document" href="This is a test Book.html"></item></manifest>
<spine><itemref idref="item1"/></spine>
<tours></tours>
<guide></guide>
</package>
It looks like it is called "Subject"