View Single Post
Old 07-01-2015, 12:45 AM   #35
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,746
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by shalym View Post
Ok--I just downloaded an updated version of Revival by Stephen King. I have the original already downloaded as well. If you can tell me how to look at the header of both books, I will do that.
You can extract the header information with DumpMobiHeader_v019.py, which is included in KindleUnpack. Simply unzip the archive, copy DumpMobiHeader_v019.py to the folder that contains both books, open a command prompt window and enter the following commands (replace User with your Windows user name):

Code:
cd "C:\Users\User\Downloads"
python DumpMobiHeader_v019.py book_1.azw3 > book_1.log
The above commands assume that you've Python installed and copied both books and the python file to your downloads folder. You can, of course, use any folder.

If all went well you should end up with a book_1.log file with the header information for the first book.
Doitsu is offline   Reply With Quote