Skip to content

Commit

Permalink
Feat: add more Groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokilicious committed Feb 6, 2025
1 parent 09c8fbc commit 1805f48
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/json/radarr/cf/german-bluray-tier-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@
"value": "^(WeebPinn)$"
}
},
{
"name": "MAMA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(MAMA)$"
}
},
{
"name": "Bluray",
"implementation": "SourceSpecification",
Expand Down
9 changes: 9 additions & 0 deletions docs/json/radarr/cf/german-remux-tier-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
"value": "^(WeebPinn)$"
}
},
{
"name": "MAMA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(MAMA)$"
}
},
{
"name": "Remux",
"implementation": "QualityModifierSpecification",
Expand Down
9 changes: 9 additions & 0 deletions docs/json/radarr/cf/german-scene.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,15 @@
"fields": {
"value": "^(RSG)$"
}
},
{
"name": "OCA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(OCA)$"
}
}
]
}
18 changes: 18 additions & 0 deletions docs/json/sonarr/cf/german-scene.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,24 @@
"fields": {
"value": "^(FKKTV)$"
}
},
{
"name": "euHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(euHD)$"
}
},
{
"name": "OCA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(OCA)$"
}
}
]
}
9 changes: 9 additions & 0 deletions docs/json/sonarr/cf/german-web-tier-02.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
"value": "^(4SF)$"
}
},
{
"name": "4SF Aliases",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(4SJ)\\b"
}
},
{
"name": "ABJ",
"implementation": "ReleaseGroupSpecification",
Expand Down

0 comments on commit 1805f48

Please sign in to comment.