Skip to content
Update Expressions authored by l3uddz's avatar l3uddz
...@@ -45,6 +45,16 @@ The `Files` array will only ever be populated when bencode has been enabled for ...@@ -45,6 +45,16 @@ The `Files` array will only ever be populated when bencode has been enabled for
Release filters are evaluated in the following order: Release filters are evaluated in the following order:
1. `ignores` - If the release **matches** an ignore, check the next enabled PVR. 1. `ignores`
2. `accepts` - If the release **does not match** an accept, check the next enabled PVR. 2. `accepts`
3. `delays` - If the release **matches** a delay, sleep for N seconds for pushing to PVR. 3. `delays`
## Ignores
`ignores` are used, as the name suggests, to ignore releases that match certain criteria from being pushed to the associated PVR.
In the case of the example above, we are explicitly saying ignore releases that match any of the following:
- Disk Rip files (bdmv/mpls etc...)
- ISO/RAR Files
- HEVC/X265 or [HorribleSubs] in the release name
\ No newline at end of file