Normal
Please provide a small list of actual folder+filenames, showing a parsing expression by itself is always going to be a working one.Also reading your original question, when a filename is parsed in small letters, it means the raw parsing results were used, because no connection could be made to thetvdb.com (they have been down a lot lately, undergoing upgrades). It can also simply mean no positive match was found, so manually verify that.PS: Also be sure that your shorter RegExp rule goes before the longer one, because chances are the longer one is able to get a partial result, which means it is used and the other rule is ignored. Damien has added new fixes to the way the expressions are done, as well as fixed the up/down arrow, per: http://code.google.com/p/mptvseries/source/detail?r=908
Please provide a small list of actual folder+filenames, showing a parsing expression by itself is always going to be a working one.
Also reading your original question, when a filename is parsed in small letters, it means the raw parsing results were used, because no connection could be made to thetvdb.com (they have been down a lot lately, undergoing upgrades). It can also simply mean no positive match was found, so manually verify that.
PS: Also be sure that your shorter RegExp rule goes before the longer one, because chances are the longer one is able to get a partial result, which means it is used and the other rule is ignored. Damien has added new fixes to the way the expressions are done, as well as fixed the up/down arrow, per: http://code.google.com/p/mptvseries/source/detail?r=908