View Single Post
Old 01-05-2013, 09:54 PM   #23
eskimo1
Junior Member
eskimo1 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jan 2013
Device: kindle
for linux

Thanks for the script.
The instructions in the readme file are incorrect for Linux.
For Linux...
1. Ad this line at the start of python script
#!/usr/bin/python

2. open terminal and cd to /kidledrm.py/location then make kindledrm.py executable.
chmod +x kindledrm.py

3.run this from termial on mobi files. the results will be written to results.txt
find /location/of/mobi/files/ -exec ./kindledrm.py {} \; > results.txt
eskimo1 is offline   Reply With Quote