Reply to thread

For Series:

[PHP](?<series>[^\\$]+)?\-+?.*\((?<title>.*[^\\]?)\)\-?(?<FirstAired>((19|20)(\d{2})(\.|-|/)([0-3]\d)(\.|-|/)([0-3]\d))).*\.(?<ext>[^.]*)$[/PHP]

but only if the date is the original "first airdate" according to the online DB. Otherwise its not going to work (reruns etc.)


Movies? No, not what this plugin is for.


Inker




That is an interesting Expression and I see no reason why in theory it shouldn't work. I'll go and give this a try tomorrow to see if i can't figure it out. The plugin just calls the .NET regex engine, so its possible the engine differs a bit from what that tool you used uses.


Top Bottom