File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : []
Original file line number Diff line number Diff line change 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 : []
Original file line number Diff line number Diff 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
159163custom_formats_radarr :
160164- name : 720p Golden Popcorn
161165 score : 6000
Original file line number Diff line number Diff 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
156160custom_formats_radarr :
157161- name : 720p Golden Popcorn
158162 score : 6000
Original file line number Diff line number Diff 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
172176custom_formats_radarr :
173177- name : 1080p Efficient+ Movie Bluray Tier 1
174178 score : 184000
Original file line number Diff line number Diff 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
162166custom_formats_radarr :
163167- name : 1080p Bluray HEVC Tier 1
164168 score : 220000
Original file line number Diff line number Diff 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
178182custom_formats_radarr :
179183- name : 1080p Golden Popcorn
180184 score : 8000
Original file line number Diff line number Diff 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
164168custom_formats_radarr :
165169- name : 1080p Golden Popcorn
166170 score : 8000
Original file line number Diff line number Diff 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
159163custom_formats_radarr :
160164- name : MA
161165 score : 4000
You can’t perform that action at this time.
0 commit comments