View Single Post
Old 10-06-2010, 01:43 AM   #7
ATDrake
Wizzard
ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.
 
Posts: 11,517
Karma: 33048258
Join Date: Mar 2010
Location: Roundworld
Device: Kindle 2 International, Sony PRS-T1, BlackBerry PlayBook, Acer Iconia
Er. I'm afraid the scripts would have to be of the DIY variety, as I don't think anyone's formally written up and distributed anything yet.

Personally I just type 'for m in *.mobi; do mkdir "${m/.mobi/}"; mobiunpack "$m" "${m/.mobi/}"; done' directly into the Terminal whenever I want to do a batch unpack and I'd probably run sed or something similar the same way for the batch search and replace before regenerating the .mobi.

Sorry for getting your hopes up.

Calibre does have a "bulk convert" mode if that's of any help.

Last edited by ATDrake; 10-06-2010 at 01:49 AM. Reason: Remembered a possibly useful feature.
ATDrake is offline   Reply With Quote