Hi Oda,
By defaullt, the plugin will also set the EBOK file type for AZW3 books.
If that's not desired, KindleGenQt plugin users will need to change the following line in
dualmetafix_mmap.py:
Code:
rec0 = add_exth(rec0, 501, b'EBOK')
to:
Code:
rec0 = add_exth(rec0, 501, b'PDOC')
This line needs to be changed twice. The line numbers are 225 and 254.