Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/devSync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Sync dev with stable
on:
pull_request:
types: [closed]
branches: [stable]

jobs:
sync:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: |
git checkout dev
git pull origin stable
git push origin dev
12 changes: 12 additions & 0 deletions custom_formats/Banned Scene.yml
Original file line number Diff line number Diff line change
@@ -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: []
26 changes: 26 additions & 0 deletions custom_formats/Xvid.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Xvid
description: Matches Xvid Regex
tags:
- Codec
conditions:
- name: Xvid
negate: false
pattern: Xvid
required: true
type: release_title
- name: 2160p
negate: false
required: false
resolution: 2160p
type: resolution
- name: 1080p
negate: false
required: false
resolution: 1080p
type: resolution
- name: 720p
negate: false
required: false
resolution: 720p
type: resolution
tests: []
4 changes: 4 additions & 0 deletions profiles/1080p Balanced+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -156,6 +158,8 @@ custom_formats:
score: -999999
- name: x265 (Efficient)
score: -999999
- name: Xvid
score: -999999
custom_formats_radarr:
- name: 720p Golden Popcorn
score: 6000
Expand Down
4 changes: 4 additions & 0 deletions profiles/1080p Balanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -153,6 +155,8 @@ custom_formats:
score: -999999
- name: x265
score: -999999
- name: Xvid
score: -999999
custom_formats_radarr:
- name: 720p Golden Popcorn
score: 6000
Expand Down
4 changes: 4 additions & 0 deletions profiles/1080p Efficient+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -169,6 +171,8 @@ custom_formats:
score: -999999
- name: x265 (Efficient)
score: -999999
- name: Xvid
score: -999999
custom_formats_radarr:
- name: 1080p Efficient+ Movie Bluray Tier 1
score: 184000
Expand Down
4 changes: 4 additions & 0 deletions profiles/1080p Efficient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -159,6 +161,8 @@ custom_formats:
score: -999999
- name: x265 (Efficient)
score: -999999
- name: Xvid
score: -999999
custom_formats_radarr:
- name: 1080p Bluray HEVC Tier 1
score: 220000
Expand Down
4 changes: 4 additions & 0 deletions profiles/1080p Quality (HDR).yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -175,6 +177,8 @@ custom_formats:
score: -999999
- name: x265 (WEB)
score: -999999
- name: Xvid
score: -999999
custom_formats_radarr:
- name: 1080p Golden Popcorn
score: 8000
Expand Down
4 changes: 4 additions & 0 deletions profiles/1080p Quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -161,6 +163,8 @@ custom_formats:
score: -999999
- name: x265
score: -999999
- name: Xvid
score: -999999
custom_formats_radarr:
- name: 1080p Golden Popcorn
score: 8000
Expand Down
4 changes: 4 additions & 0 deletions profiles/1080p Remux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -156,6 +158,8 @@ custom_formats:
score: -999999
- name: x265
score: -999999
- name: Xvid
score: -999999
custom_formats_radarr:
- name: MA
score: 4000
Expand Down
4 changes: 4 additions & 0 deletions profiles/2160p Balanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -172,6 +174,8 @@ custom_formats:
score: -999999
- name: x265 (WEB)
score: -999999
- name: Xvid
score: -999999
custom_formats_radarr:
- name: 1080p Golden Popcorn
score: 8000
Expand Down
4 changes: 4 additions & 0 deletions profiles/2160p Quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -201,6 +203,8 @@ custom_formats:
score: -999999
- name: x265 (WEB)
score: -999999
- name: Xvid
score: -999999
custom_formats_radarr:
- name: 1080p Golden Popcorn
score: 8000
Expand Down
4 changes: 4 additions & 0 deletions profiles/2160p Remux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -158,6 +160,8 @@ custom_formats:
score: -999999
- name: x265
score: -999999
- name: Xvid
score: -999999
custom_formats_radarr:
- name: MA
score: 6000
Expand Down
4 changes: 4 additions & 0 deletions profiles/720p Quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -142,6 +144,8 @@ custom_formats:
score: -999999
- name: x265
score: -999999
- name: Xvid
score: -999999
custom_formats_radarr:
- name: 720p Golden Popcorn
score: 6000
Expand Down
7 changes: 7 additions & 0 deletions regex_patterns/GGEZ.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: GGEZ
pattern: (?<=^|[\s.-])GGEZ\b
description: ''
tags:
- Release Group
- WEB-DL
tests: []