Reply to thread

Hey tki, I have made a few changes to the Expressions table in the latest SVN .


Im not sure if it will fix your problem but it might (you got nothing to loose), after upgrading click the reset button to get the default list of expressions. Then add your simple expression above. It should also now recognize if you disable an expression.


Also note you have to be careful in what order you put the expressions in otherwise it will only partially recognize when parsing, take this set for an example:


House\Season 3\04 - Lines in the Sand.avi

Kyle XY\Season 1\s01e01.avi

Kyle XY\Season 1\s01e02-test.avi

Kyle XY\Season 1\s01e03 - test.avi


To correctly parse these using Simple Expressions alone, you will need ensure the order is defined like so:

<series>\Season <season>\s<season>e<episode> - <title>.<ext>

<series>\Season <season>\s<season>e<episode>-<title>.<ext>

<series>\Season <season>\s<season>e<episode>.<ext>

<series>\Season <season>\<episode> - <title>.<ext>


I hope this help you.


Note: in the latest svn I have disable the Up/Dn buttons in expressions because it wasn't working anyway. Something happened from Release v2.0.0.


Damien


Top Bottom