Skip to main content
Version: Latest

Advanced

Releases

info

Full regex support (Golang flavour, check https://regex101.com). These fields hardcode the mode (?i) case-insensitive

FieldDescriptionExamplesAvailability
* Match releasesComma separated list of release names to match.e.g. *Movie*remux*, That Other movie, *that?game*Always
* Except releasesComma separated list of release names to ignore (takes priority over Match releases).e.g. Bad?Movie, *bad*Always
Substring matching

Unlike most other filter fields, in non-regex mode each comma separated term here is matched as a case-insensitive substring of the release name. Wildcards still work but are not required for partial matches, and exact-only matching is not possible without regex. Be careful with short Except terms: web also rejects every WEB-DL release.

Release groups

FieldDescriptionExamplesAvailability
Match release groupsComma separated list of release groups to match.e.g. GROUP1, OTHERGROUPAlways
Except release groupsComma separated list of release groups to ignore (takes priority over Match releases).e.g. BADGROUP1, OTHERBADGROUPAlways

Categories

Not all announces category, check this list for indexer specifics.

FieldDescriptionExamplesAvailability
Match categoriesComma separated list of categories to match.e.g. tv,tv/1080pDepends on Indexer
Except categoriesComma separated list of categories to ignore (takes priority over Match releases).e.g. tv/anime,tv/sportsDepends on Indexer

Tags

FieldDescriptionExamplesAvailability
Match tagsComma separated list of tags to match.e.g. action,romanceDepends on Indexer
Match logicHow multiple Match tags combine: ANY matches if at least one tag is present, ALL requires every tag.ANY (default)Always
Except tagsComma separated list of tags to ignore (takes priority over Match releases).e.g. foreignDepends on Indexer
Except logicHow multiple Except tags combine: ANY rejects if at least one tag is present, ALL requires every tag.ANY (default)Always

Uploaders

FieldDescriptionExamplesAvailability
Match uploadersComma separated list of uploaders to match.e.g. uploader1,otheruploaderDepends on Indexer
Except uploadersComma separated list of uploaders to ignore (takes priority over Match releases).e.g. anonymous,slow_uploaderDepends on Indexer
info

On Redacted and Orpheus, announces do not include the uploader. autobrr fetches it from the tracker API instead and re-checks the filter, so uploader filtering still works there. This requires the indexer's API key to be configured in autobrr.

Languages

Only works when the indexer announces language information.

FieldDescriptionExamplesAvailability
Match languageMatch releases containing any of the selected languages.e.g. MULTiDepends on Indexer
Except languageIgnore releases containing any of the selected languages (takes priority).e.g. FRENCHDepends on Indexer

Origins

Only works when the indexer announces the release origin.

FieldDescriptionExamplesAvailability
Match originsMatch releases with any of the selected origins: P2P, Internal, SCENE, O-SCENE.e.g. InternalDepends on Indexer
Except originsIgnore releases with any of the selected origins (takes priority).e.g. P2PDepends on Indexer

Freeleech

Not supported by all indexers. Check this list for indexer specifics.

FieldDescriptionExamplesAvailability
FreeleechShould this filter match only Freeleech releases?Depends on Indexer
Freeleech PercentAllowed Freeleech Percentage for this filter to match.e.g. 50%,75-100%Depends on Indexer, might not use percent.

RSS/Torznab/Newznab-specific

These options only work for Feeds such as RSS, Torznab and Newznab. They have no effect on IRC announces.

FieldDescriptionExamplesAvailability
Match descriptionComma separated list matched against the feed item description.e.g. *some?movie*,*some?show*s01*Feeds only
Except descriptionComma separated list to ignore in the description (takes priority over Match description).e.g. *hardcoded*subs*Feeds only
Use regexToggle regex mode for the two description fields above.Feeds only
Min / Max seedersOnly match when the number of seeders is within the given bounds.e.g. 1 / 100Torznab feeds only
Min / Max leechersOnly match when the number of leechers is within the given bounds.e.g. 0 / 50Torznab feeds only

Raw Release Tags

For advanced users. These fields match against the raw, unparsed releaseTags string from the announce, like FLAC / Lossless / Log / Cue or x264 / 1080p / MKV, before autobrr parses it into separate fields.

FieldDescriptionExamplesAvailability
Match release tagsComma separated list to match, wildcards supported.e.g. *mkv*,*foreign*Depends on Indexer
Except release tagsComma separated list to ignore (takes priority over Match release tags).e.g. *log?100*Depends on Indexer
Use regexToggle regex mode for the two release tag fields above.Depends on Indexer