Skip to content
Update Expressions authored by l3uddz's avatar l3uddz
...@@ -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