mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 08:17:02 +00:00
tweak(everything): Banned overhaul (#67)
- create(regex): add various banned groups - YTS, YIFY, SHD, NhaNc3, AOC - create(format): IMAX - create(format): Sing Along - tweak(everything): change "UnWanted' to 'Banned' - tweak(profile): remove UHDBits negation from profiles - tweak(profile): ban sing along Co-authored-by: Seraphys <156842860+xshatterx@users.noreply.github.com>
This commit is contained in:
28
custom_formats/Banned Remux.yml
Normal file
28
custom_formats/Banned Remux.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
name: Banned Remux
|
||||
description: Matches otherwise unfavourable remux groups - bloated audio tracks, fake
|
||||
HDR, etc.
|
||||
tags:
|
||||
- Banned
|
||||
- Release Group
|
||||
conditions:
|
||||
- name: Remux
|
||||
negate: false
|
||||
pattern: Remux
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Not DVD
|
||||
negate: true
|
||||
required: true
|
||||
source: dvd
|
||||
type: source
|
||||
- name: LEGi0N
|
||||
negate: false
|
||||
pattern: LEGi0N
|
||||
required: false
|
||||
type: release_group
|
||||
- name: RARGB
|
||||
negate: false
|
||||
pattern: RARGB
|
||||
required: false
|
||||
type: release_group
|
||||
tests: []
|
||||
Reference in New Issue
Block a user