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

TV titles with some chars are not parsed properly #1424

Closed
ghost opened this issue Sep 30, 2023 · 1 comment
Closed

TV titles with some chars are not parsed properly #1424

ghost opened this issue Sep 30, 2023 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 30, 2023

} elseif (preg_match('/^(?P<name>[a-z0-9][\w\' .-]*?)'.$following.'/i', $relname, $hits)) {

This regex does not match searchnames which contain stuff like parentheses or brackets for example. ( ) [ ] and maybe more.

So something like: This Showname (Australia) 10x07 won't match.

@DariusIII
Copy link
Member

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant