You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First time it was matched as movie, then I add it again, and now it's correctly matched as series. Mostly happens if I click multiple lnk links quickly one after the other and multiple nmg´s console windows open.
Regexes (Worked fine like forever in nzbdonkey):
[CATEGORIZER]
# Place your category and you regex here
# Please uncomment the following lines
series = "(s\d+e\d+|s\d+ complete)"
4k = "(2160p)"
movies = "(x264|xvid|bluray|720p|1080p|untouched)"
games = "(Z|Y|X)"
The text was updated successfully, but these errors were encountered:
The categorizer is not working reliable, it looks like a race-condition and sometimes movie regex wins before the series regex.
example:
XYZ.S17E26.Ger.Eng.AAC.720p.WebDL.x264-XYZ-UVW
First time it was matched as movie, then I add it again, and now it's correctly matched as series. Mostly happens if I click multiple lnk links quickly one after the other and multiple nmg´s console windows open.
Regexes (Worked fine like forever in nzbdonkey):
The text was updated successfully, but these errors were encountered: