mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 15:57:00 +00:00
tweak(format): Ban GGEZ
This commit is contained in:
12
custom_formats/Banned Scene.yml
Normal file
12
custom_formats/Banned Scene.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Banned Scene
|
||||
description: Matches Scene Release Groups that are Banned
|
||||
tags:
|
||||
- Banned
|
||||
- Release Group
|
||||
conditions:
|
||||
- name: GGEZ
|
||||
negate: false
|
||||
pattern: GGEZ
|
||||
required: false
|
||||
type: release_group
|
||||
tests: []
|
||||
@@ -140,6 +140,8 @@ custom_formats:
|
||||
score: -999999
|
||||
- name: Banned Groups (Title)
|
||||
score: -999999
|
||||
- name: Banned Scene
|
||||
score: -999999
|
||||
- name: Banned WEBRip
|
||||
score: -999999
|
||||
- name: Dolby Vision (Without Fallback)
|
||||
|
||||
@@ -127,6 +127,8 @@ custom_formats:
|
||||
score: -999999
|
||||
- name: Banned Groups (Title)
|
||||
score: -999999
|
||||
- name: Banned Scene
|
||||
score: -999999
|
||||
- name: Banned WEBRip
|
||||
score: -999999
|
||||
- name: Dolby Vision
|
||||
|
||||
@@ -149,6 +149,8 @@ custom_formats:
|
||||
score: -999999
|
||||
- name: Banned Groups (Title)
|
||||
score: -999999
|
||||
- name: Banned Scene
|
||||
score: -999999
|
||||
- name: Banned WEBRip (Efficient)
|
||||
score: -999999
|
||||
- name: Dolby Vision (Without Fallback)
|
||||
|
||||
@@ -139,6 +139,8 @@ custom_formats:
|
||||
score: -999999
|
||||
- name: Banned Groups (Title)
|
||||
score: -999999
|
||||
- name: Banned Scene
|
||||
score: -999999
|
||||
- name: Banned WEBRip (Efficient)
|
||||
score: -999999
|
||||
- name: Dolby Vision (Without Fallback)
|
||||
|
||||
@@ -159,6 +159,8 @@ custom_formats:
|
||||
score: -999999
|
||||
- name: Banned Groups (Title)
|
||||
score: -999999
|
||||
- name: Banned Scene
|
||||
score: -999999
|
||||
- name: Banned WEBRip
|
||||
score: -999999
|
||||
- name: Dolby Vision (Without Fallback)
|
||||
|
||||
@@ -135,6 +135,8 @@ custom_formats:
|
||||
score: -999999
|
||||
- name: Banned Groups (Title)
|
||||
score: -999999
|
||||
- name: Banned Scene
|
||||
score: -999999
|
||||
- name: Banned WEBRip
|
||||
score: -999999
|
||||
- name: Dolby Vision
|
||||
|
||||
@@ -132,6 +132,8 @@ custom_formats:
|
||||
score: -999999
|
||||
- name: Banned Remux
|
||||
score: -999999
|
||||
- name: Banned Scene
|
||||
score: -999999
|
||||
- name: Dolby Vision
|
||||
score: -999999
|
||||
- name: Dolby Vision (Without Fallback)
|
||||
|
||||
@@ -154,6 +154,8 @@ custom_formats:
|
||||
score: -999999
|
||||
- name: Banned Groups (Title)
|
||||
score: -999999
|
||||
- name: Banned Scene
|
||||
score: -999999
|
||||
- name: Banned WEBRip
|
||||
score: -999999
|
||||
- name: Dolby Vision (Without Fallback)
|
||||
|
||||
@@ -181,6 +181,8 @@ custom_formats:
|
||||
score: -999999
|
||||
- name: Banned Groups (Title)
|
||||
score: -999999
|
||||
- name: Banned Scene
|
||||
score: -999999
|
||||
- name: Banned WEBRip
|
||||
score: -999999
|
||||
- name: Dolby Vision (Without Fallback)
|
||||
|
||||
@@ -144,6 +144,8 @@ custom_formats:
|
||||
score: -999999
|
||||
- name: Banned Remux
|
||||
score: -999999
|
||||
- name: Banned Scene
|
||||
score: -999999
|
||||
- name: Dolby Vision (Without Fallback)
|
||||
score: -999999
|
||||
- name: Full Disc
|
||||
|
||||
@@ -116,6 +116,8 @@ custom_formats:
|
||||
score: -999999
|
||||
- name: Banned Groups (Title)
|
||||
score: -999999
|
||||
- name: Banned Scene
|
||||
score: -999999
|
||||
- name: Banned WEBRip
|
||||
score: -999999
|
||||
- name: Dolby Vision
|
||||
|
||||
7
regex_patterns/GGEZ.yml
Normal file
7
regex_patterns/GGEZ.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: GGEZ
|
||||
pattern: (?<=^|[\s.-])GGEZ\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- WEB-DL
|
||||
tests: []
|
||||
Reference in New Issue
Block a user