View Single Post
Old 02-17-2011, 05:05 PM   #3
wholcomb
Junior Member
wholcomb began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Feb 2011
Device: kindle
Arrow Program for "open with" to convert to .mobi

The program I'm working on is a batch file to use in the "open with" menu in windows explorer. The program is at:

https://github.com/wholcomb/tip/raw/...nvert2mobi.bat

To get around the issue with the cover, I wrote a small javascript to extract it from the header if it is there:

https://github.com/wholcomb/tip/raw/.../find_cover.js

The regular expression somewhat brittle at the moment in the tags it will recognize. I'll make it more flexible later.
wholcomb is offline   Reply With Quote