View Single Post
Old 11-21-2011, 01:03 PM   #41
biodu
Enthusiast
biodu began at the beginning.
 
Posts: 27
Karma: 12
Join Date: Aug 2010
Location: Country with the most cheese in the world
Device: Kindle DXG
Hello micokonsep,

you could try Mr Agapow's python script, which can be found here.

However it might require some adjustments in the script ...

To rename epubs in a directory you could create a batch file (for Windows only). Create a file with notepad and name it <whatsoever>.bat. Then insert the following:
Code:
@echo off
for /f %%i in ('dir /b .\*.epub') DO python epubmetareader.py rename %%i
Ensure that the epub renamer file (epubmetareader.py) is also in the directory.

Greetings
biodu is offline   Reply With Quote