View Single Post
Old 09-23-2008, 07:41 PM   #15
GeneS
eBook Enthusiast
GeneS will become famous soon enoughGeneS will become famous soon enoughGeneS will become famous soon enoughGeneS will become famous soon enoughGeneS will become famous soon enoughGeneS will become famous soon enoughGeneS will become famous soon enough
 
GeneS's Avatar
 
Posts: 120
Karma: 726
Join Date: Dec 2007
Location: US
Device: Sony PRS-350, Astak PocketPro, iPhone, Asus eee Pad Transformer
Quote:
Originally Posted by nrapallo View Post
If you were using, say, the PrcConverter.py, then you could try replacing lines 88-89:
Code:
        path, shelf = os.path.split(impserve.config.shelf_dirs[0])
        shutil.move(fname+ext, shelf+'/impserve-'+fname+ext)
with
Code:
        shelf = impserve.config.shelf_dirs[0]
        shutil.copy(fname+ext, shelf+'/impserve-'+fname+ext)
        os.remove(fname+ext)
If you're adventurous and don't want to wait until later, that is. Tough, I have to be honest, I haven't tested this so be careful, very careful, ..... Boo!...did I get you?
Nick,
All I can say is Maahhhhhhvelous, simply Maahhhhhvelous! I managed to overcome my fears, stepped out in the face of unknown danger, and ..... IT WORKED!! That lets me keep my carefully orchestrated file structure and still use the converter -- at least with mobi conversions. Now on to checking out .lit and .pdf

Thanks again.
GeneS is offline   Reply With Quote