View Single Post
Old 08-24-2010, 01:36 AM   #8
Cryolithic
Junior Member
Cryolithic began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Aug 2010
Device: Android - Personal Ebook App
It will probably take a couple of passes (I'm doing the same thing with my collection as I write this)

I'll post the steps and regexes for Bulk Rename Util as I do it.

First step, stripping out Series Name/#

Match: ([A-Za-zA-Z0-9'\. ]*)(-? ?[0-9\.]* ?- ?)(.*)
replace: \3

In the box that says Append Folder name, set prefix, a seperator, and level.

Make sure you check the box for subfolders

This *should* get most of the items.

Last edited by Cryolithic; 08-24-2010 at 02:06 AM.
Cryolithic is offline   Reply With Quote