I would like to use the series plugin, but I only want it to download a show from a certain group. This question would also apply to, say, only wanting HDR, or only a release from a certain website, etc. Anything that can be determined from the title of a release that isn’t in the name or episode identifier.
The series plugin has name_regexp
, id_regexp
, and ep_regexp
, but I don’t want to modify how the plugin matches any of those things. I just want to accept or reject entries based on other free text in the title. And only this series, not all series.
Is there an existing plugin I can use for this? I can’t seem to find one in the docs. I assume that using name regexp for this would break things like series detection because the name is before the series identifier and the text I want to search for is after the series identifier, but maybe that isn’t the case?
Example: Show Name S01E02 Some Interesting Data - Group
I want to filter by only accepting an entry if Some Interesting Data contains something.
Thanks!
1 post - 1 participant