Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming files in subfolders #123

Open
GoogleCodeExporter opened this issue Apr 4, 2015 · 0 comments
Open

Renaming files in subfolders #123

GoogleCodeExporter opened this issue Apr 4, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create series episode structure like so (N being a number):
   [Series Location]\Series Name NxNN\Series Name - NxNN - Episode Title
2. Create the following filename processor (generated in Expresso)
   .+\\.+s?(?<s>[0-9]+)[ex](?<e>[0-9]{2,})(e[0-9]{2,})*.+
3. Tick Full Path and run the test in filename processor or run a Rename check

What is the expected output? What do you see instead?
I expect it to match the episode names and retrieve the correct series name and 
episode name (the regex matched a sample in Expresso), but no results appear. 
If the files are in the [Series Location] they are matched by the top rule, 
which the logic is lifted from.

What version of the product are you using? On what operating system?
2.2.4, Windows Server 2012 Essentials.

Please provide any additional information below.
I can't figure out if there is a problem with the regex (tried multiple ways of 
writing it) or a bug with processing the folder.

Original issue reported on code.google.com by [email protected] on 29 Mar 2013 at 3:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant