View Single Post
Old 10-14-2024, 04:54 PM   #173
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,745
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
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.

Last edited by Doitsu; 10-14-2024 at 05:00 PM.
Doitsu is offline   Reply With Quote