View Single Post
Old 12-02-2011, 01:08 PM   #42
micokonsep
Junior Member
micokonsep began at the beginning.
 
Posts: 4
Karma: 10
Join Date: May 2008
Device: prs-505
thx

Quote:
Originally Posted by biodu View Post
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
thx..
I will try it.



regards,
mico
micokonsep is offline   Reply With Quote