Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Categorizer is not working reliable #18

Closed
reloxx13 opened this issue Oct 1, 2023 · 2 comments
Closed

Categorizer is not working reliable #18

reloxx13 opened this issue Oct 1, 2023 · 2 comments

Comments

@reloxx13
Copy link
Contributor

reloxx13 commented Oct 1, 2023

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):

[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)"
@reloxx13
Copy link
Contributor Author

reloxx13 commented Oct 1, 2023

grafik

@Tensai75
Copy link
Owner

Tensai75 commented Oct 1, 2023

Fixed with v0.1.8 (51f2dfe)

@Tensai75 Tensai75 closed this as completed Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants