Quote:
Originally Posted by kiwidude
There's a bunch of threads on this around the forums.
The one I use is this:
Code:
^(?P<author>((?!\s-\s).)+)\s-\s(?:(?:\[\s*)?(?P<series>.+)\s(?P<series_index>[\d\.]+)(?:\s*\])?\s-\s)?(?P<title>[^(]+)(?:\(.*\))?
|
@kiwidude
Would you please give me a plaintext example of a complete "author series seriesindex title" that your regex digests with whatever punctuation is used?
I can't read the regex and figure out what's code and punctuation from the expression and what is data expected to be in the filename. I'm a new user that needs to edit a bunch of filenames and want to make sure they are correct.
Thanks!