Quote:
Originally Posted by kaizoku
Is there any tutorial on how to run test mobiunpack on mac without a apple script support? I think new lion come with python installed.
|
Hi,
On a Mac you can use Terminal.app
In a new folder called "test" on your Desktop, copy in mobiunpack_test.py, and a non-drm .mobi ebook file of your choice. Then inside of that "test" folder create an output folder called "out".
Now double-click to run Terminal.app and enter the following commands
(replacing YOUR_MOBI_EBOOK.mobi with the name of the ebook you copied into the test folder):
cd ~/Desktop/test
python ./mobiunpack_test.py YOUR_MOBI_EBOOK.mobi out/ > debug.log
A few different files will be created:
indx0.dat
indx1.dat
ctoc.dat
debug.log
and inside of the out/ directory you should find the ncx, opf, html, etc