Skip to content

Commit ba5465b

Browse files
authored
Merge pull request #84 from Dictionarry-Hub/dev
Ban XviD
2 parents 023fb26 + a97d5fb commit ba5465b

15 files changed

Lines changed: 107 additions & 0 deletions

.github/workflows/devSync.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Sync dev with stable
2+
on:
3+
pull_request:
4+
types: [closed]
5+
branches: [stable]
6+
7+
jobs:
8+
sync:
9+
if: github.event.pull_request.merged == true
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
with:
14+
fetch-depth: 0
15+
- run: |
16+
git checkout dev
17+
git pull origin stable
18+
git push origin dev

custom_formats/Banned Scene.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Banned Scene
2+
description: Matches Scene Release Groups that are Banned
3+
tags:
4+
- Banned
5+
- Release Group
6+
conditions:
7+
- name: GGEZ
8+
negate: false
9+
pattern: GGEZ
10+
required: false
11+
type: release_group
12+
tests: []

custom_formats/Xvid.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Xvid
2+
description: Matches Xvid Regex
3+
tags:
4+
- Codec
5+
conditions:
6+
- name: Xvid
7+
negate: false
8+
pattern: Xvid
9+
required: true
10+
type: release_title
11+
- name: 2160p
12+
negate: false
13+
required: false
14+
resolution: 2160p
15+
type: resolution
16+
- name: 1080p
17+
negate: false
18+
required: false
19+
resolution: 1080p
20+
type: resolution
21+
- name: 720p
22+
negate: false
23+
required: false
24+
resolution: 720p
25+
type: resolution
26+
tests: []

profiles/1080p Balanced+.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ custom_formats:
140140
score: -999999
141141
- name: Banned Groups (Title)
142142
score: -999999
143+
- name: Banned Scene
144+
score: -999999
143145
- name: Banned WEBRip
144146
score: -999999
145147
- name: Dolby Vision (Without Fallback)
@@ -156,6 +158,8 @@ custom_formats:
156158
score: -999999
157159
- name: x265 (Efficient)
158160
score: -999999
161+
- name: Xvid
162+
score: -999999
159163
custom_formats_radarr:
160164
- name: 720p Golden Popcorn
161165
score: 6000

profiles/1080p Balanced.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ custom_formats:
127127
score: -999999
128128
- name: Banned Groups (Title)
129129
score: -999999
130+
- name: Banned Scene
131+
score: -999999
130132
- name: Banned WEBRip
131133
score: -999999
132134
- name: Dolby Vision
@@ -153,6 +155,8 @@ custom_formats:
153155
score: -999999
154156
- name: x265
155157
score: -999999
158+
- name: Xvid
159+
score: -999999
156160
custom_formats_radarr:
157161
- name: 720p Golden Popcorn
158162
score: 6000

profiles/1080p Efficient+.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ custom_formats:
149149
score: -999999
150150
- name: Banned Groups (Title)
151151
score: -999999
152+
- name: Banned Scene
153+
score: -999999
152154
- name: Banned WEBRip (Efficient)
153155
score: -999999
154156
- name: Dolby Vision (Without Fallback)
@@ -169,6 +171,8 @@ custom_formats:
169171
score: -999999
170172
- name: x265 (Efficient)
171173
score: -999999
174+
- name: Xvid
175+
score: -999999
172176
custom_formats_radarr:
173177
- name: 1080p Efficient+ Movie Bluray Tier 1
174178
score: 184000

profiles/1080p Efficient.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ custom_formats:
139139
score: -999999
140140
- name: Banned Groups (Title)
141141
score: -999999
142+
- name: Banned Scene
143+
score: -999999
142144
- name: Banned WEBRip (Efficient)
143145
score: -999999
144146
- name: Dolby Vision (Without Fallback)
@@ -159,6 +161,8 @@ custom_formats:
159161
score: -999999
160162
- name: x265 (Efficient)
161163
score: -999999
164+
- name: Xvid
165+
score: -999999
162166
custom_formats_radarr:
163167
- name: 1080p Bluray HEVC Tier 1
164168
score: 220000

profiles/1080p Quality (HDR).yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ custom_formats:
159159
score: -999999
160160
- name: Banned Groups (Title)
161161
score: -999999
162+
- name: Banned Scene
163+
score: -999999
162164
- name: Banned WEBRip
163165
score: -999999
164166
- name: Dolby Vision (Without Fallback)
@@ -175,6 +177,8 @@ custom_formats:
175177
score: -999999
176178
- name: x265 (WEB)
177179
score: -999999
180+
- name: Xvid
181+
score: -999999
178182
custom_formats_radarr:
179183
- name: 1080p Golden Popcorn
180184
score: 8000

profiles/1080p Quality.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ custom_formats:
135135
score: -999999
136136
- name: Banned Groups (Title)
137137
score: -999999
138+
- name: Banned Scene
139+
score: -999999
138140
- name: Banned WEBRip
139141
score: -999999
140142
- name: Dolby Vision
@@ -161,6 +163,8 @@ custom_formats:
161163
score: -999999
162164
- name: x265
163165
score: -999999
166+
- name: Xvid
167+
score: -999999
164168
custom_formats_radarr:
165169
- name: 1080p Golden Popcorn
166170
score: 8000

profiles/1080p Remux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ custom_formats:
132132
score: -999999
133133
- name: Banned Remux
134134
score: -999999
135+
- name: Banned Scene
136+
score: -999999
135137
- name: Dolby Vision
136138
score: -999999
137139
- name: Dolby Vision (Without Fallback)
@@ -156,6 +158,8 @@ custom_formats:
156158
score: -999999
157159
- name: x265
158160
score: -999999
161+
- name: Xvid
162+
score: -999999
159163
custom_formats_radarr:
160164
- name: MA
161165
score: 4000

0 commit comments

Comments
 (0)