I'm trying to parse the new Simpsons episode (filename: The Simpsons - 20x01.mkv), but I can't get it parsed.
No mather what parsing expression I choose (even when I choose non/zero) it won't parse, and other files do.
The expressions I thought I used are:
(?<series>[^\\\[]*) - \[(?<season>[0-9]{1,2})x(?<episode>[0-9\W]+)\](( |)(-( |)|))(?<title>(?![^\\]*?sample)[^$]*?)\.(?<ext>[^.]*)
(?<series>[^\\$]*) - season (?<season>[0-9]{1,2}) - (?<title>(?![^\\]*?sample)[^$]*?)\.(?<ext>[^.]*)
But if these expressions are used or not is unclear to me because of the following:
I noticed that in the log, it says that all the 6 expressions are used for parsing (? strange, since only the ones i posted are enabled ?). If I disable all of them, it still works. Is it possible that enabling one of these expressions doesn't do anything else then normal? And that by default all of them are used, whatever you have selected (making the selection useless)?
I could (and should) be wrong about this (otherwise, why would the option exist). Can somebody tell me how the change the selection of enable parsing expressions? And maybe change them in a way so the above mentioned Simpsons episode is parsed correctly?
Changing/deleting them doesn't matter (if you restart the MP tv series config, the original ones are all loaded again).
No mather what parsing expression I choose (even when I choose non/zero) it won't parse, and other files do.
The expressions I thought I used are:
(?<series>[^\\\[]*) - \[(?<season>[0-9]{1,2})x(?<episode>[0-9\W]+)\](( |)(-( |)|))(?<title>(?![^\\]*?sample)[^$]*?)\.(?<ext>[^.]*)
(?<series>[^\\$]*) - season (?<season>[0-9]{1,2}) - (?<title>(?![^\\]*?sample)[^$]*?)\.(?<ext>[^.]*)
But if these expressions are used or not is unclear to me because of the following:
I noticed that in the log, it says that all the 6 expressions are used for parsing (? strange, since only the ones i posted are enabled ?). If I disable all of them, it still works. Is it possible that enabling one of these expressions doesn't do anything else then normal? And that by default all of them are used, whatever you have selected (making the selection useless)?
I could (and should) be wrong about this (otherwise, why would the option exist). Can somebody tell me how the change the selection of enable parsing expressions? And maybe change them in a way so the above mentioned Simpsons episode is parsed correctly?
Changing/deleting them doesn't matter (if you restart the MP tv series config, the original ones are all loaded again).
Netherlands