Changes
Page history
Update Expressions
authored
Dec 22, 2019
by
l3uddz
Hide whitespace changes
Inline
Side-by-side
Configuration/Expressions.md
View page @
c3599b60
...
@@ -88,5 +88,7 @@ ignores:
...
@@ -88,5 +88,7 @@ ignores:
-
TorrentName contains "x265" && not (TorrentName contains "2160")
-
TorrentName contains "x265" && not (TorrentName contains "2160")
```
```
The above will ignore releases from IPT with
`COMPLETE`
in the torrent/release name.
The above will:
It will also ignore releases with HEVC or x265 in the torrent/release name where 2160 is not there aswell (e.g. ignore
**non**
UHD HEVC/x265 releases)
\ No newline at end of file
-
Ignore releases from IPT with
`COMPLETE`
in the torrent/release name.
-
Ignore releases with
`HEVC`
or
`x265`
in the torrent/release name where
`2160`
is not also present.
\ No newline at end of file