Ferkner / mediarenamer

Automatically exported from code.google.com/p/mediarenamer
0 stars 0 forks source link

Add ability to use custom regular expression for parsing and substitution #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to rename a file in the format: <Series> - S01E01 - [720P][x264].mkv
2.
3.

What is the expected output? What do you see instead?
Ability to keep the remaining portion of the file name.

What version of the product are you using? On what operating system?
Windows XP, 2.0b4

Please provide any additional information below.
It would be ideal if there was a way to enter in custom regexp to perform
the rename and also a custom regexp for the replacement.

Having the current default as an available drop down and an option for
manual entry would be one method of providing both basic and advanced
functionality.

Original issue reported on code.google.com by mur...@gmail.com on 15 Feb 2009 at 5:25

GoogleCodeExporter commented 8 years ago
The format mentioned works as intended in MediaRenamer 2.0 RC 1.

At the moment there are 10 different regular expressions included in the 
application
itself. I might add a custom input option later but for now I try to keep it as
simple as possible and have the application include all common formats.

Original comment by codename...@gmail.com on 14 Mar 2009 at 6:18

GoogleCodeExporter commented 8 years ago
I'm still having problems with 2.0 RC 1 and file names with additional 
information
within brackets []'s.

version: 2.0.3326.32583
Output format: <series> - S<season2>E<episode2> (<episode2>)<title: - ><title>
Input filename:
SomeSeries - S01E10 (10) - [x264][720P][DTS]...[other text].mkv
Renames to:
SomeSeries - S01E10 (10) - TitleOfEpisode.mkv

What output format should I use to recover the remainder of the input file name?

Original comment by mur...@gmail.com on 18 May 2009 at 2:26