Reply to thread

Thanks, i tried to disable two of the original expressions, and the rar files turned up red, but ALL of them turned red, i want part01 to not turn up as red, but part02 and onwards.


The problem is, as you said when i add normal files, it wont pick up those with the new expressions enabled.

Is there any way i can make the original expressions and the new ones to work together?


I got these expressions from PUT on this forum, so i dont really know alot about regexp. :/



[CODE]\\(?<series>.+)\.s(?<season>[0-9]+)e(?<episode>[0-9]+).+?\\.+(?:(?<!part\d\d\d|part\d\d)\.rar|\.part0*1\.rar)


\\(?<series>.+)\.(?<season>[0-9]+)x(?<episode>[0-9]+).+?\\.+(?:(?<!part\d\d\d|part\d\d)\.rar|\.part0*1\.rar)[/CODE]


Top Bottom