-
Notifications
You must be signed in to change notification settings - Fork 13
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
Given known information, change which rules to apply #1
Comments
Generic information about the media could also be provided, such as whether it is a movie or a TV show/season/episode, which could also automatically filter out appropriate rules. |
Haven't found any rules that match too liberally that would benefit from some known information, so not actively working towards this. |
Could add a flag to An example list of 'simple' fields could be:
The aim of this list is to contain fields that are a) often useful b) mismatch rarely and c) enough to be able to still split the title correctly (as anything unmatched just after the title would be included with it). Additionally, this would improve performance, as we are going through fewer fields. This isn't very important though, as the average parse already takes just a couple milliseconds. |
Possible search 'types' could be:
|
Often, the user will know more information than just the torrent title - for example, for movies, a release year is usually already known.
It would be useful to provide an optional
**kwargs
argument - the provided information would then be stripped from the title, skipping the appropriate rules, and the values added directly to the return dict.The text was updated successfully, but these errors were encountered: