Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Modified TVshow filter regex to ignore false-flags #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

honest-mule
Copy link

What is the purpose of this change?

Modified TVshow filter regex to ignore false-flags

Changed TV show regex from:
(?i)(S[0-9]{2}|SEASON|COMPLETE|[^457a-z\W\s]-[0-9]+)

to:
(?i)[\W](S[0-9]{2}|SEASON|COMPLETE|[^457a-z\W\s]-[0-9]+)

Was the change discussed in an issue or in the forum before?

Fixes: #45

Checklist

  • I have read the contribution guidelines.
  • I have added tests for all changes in this PR if appropriate.
  • I have added documentation for the changes if appropriate.
  • All commit messages are in house style.
  • I'm done, this Pull Request is ready for review :-)

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

Successfully merging this pull request may close these issues.

Sorting Movie releases with FS97 (Ex.) sorts into tvshows
1 participant