Skip to content

Commit

Permalink
fix(french-starr): remove non-French Language conditions in the Frenc…
Browse files Browse the repository at this point in the history
…h Audio CF (#1611)
  • Loading branch information
NiceTSY authored Oct 27, 2023
1 parent 9994067 commit 80b7c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 130 deletions.
66 changes: 1 addition & 65 deletions docs/json/radarr/cf/french-audio.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,81 +4,17 @@
"trash_scores": {
"default": 1
},
"trash_regex": "See individual French Audio CFs: VFF, VFI, VOF, VFQ, VQ, VFB",
"name": "French Audio",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "French Language",
"implementation": "LanguageSpecification",
"negate": false,
"required": false,
"required": true,
"fields": {
"value": 2
}
},
{
"name": "French Original Version",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bVOF\\b"
}
},
{
"name": "TRUEFRENCH",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(TRUEFRENCH|VFF?)\\b"
}
},
{
"name": "FRENCH",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bFR(A|ENCH)?\\b"
}
},
{
"name": "French International",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bVF(I|\\d)\\b"
}
},
{
"name": "Belgian French",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bVFB\\b"
}
},
{
"name": "Canadian French",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bVFQ\\b"
}
},
{
"name": "Version Québécoise",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bVQ\\b"
}
}
]
}
66 changes: 1 addition & 65 deletions docs/json/sonarr/cf/french-audio.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,81 +4,17 @@
"trash_scores": {
"default": 1
},
"trash_regex": "See individual French Audio CFs: VFF, VFI, VOF, VFQ, VQ, VFB",
"name": "French Audio",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "French Language",
"implementation": "LanguageSpecification",
"negate": false,
"required": false,
"required": true,
"fields": {
"value": 2
}
},
{
"name": "French Original Version",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bVOF\\b"
}
},
{
"name": "TRUEFRENCH",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(TRUEFRENCH|VFF?)\\b"
}
},
{
"name": "FRENCH",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bFR(A|ENCH)?\\b"
}
},
{
"name": "French International",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bVF(I|\\d)\\b"
}
},
{
"name": "Belgian French",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bVFB\\b"
}
},
{
"name": "Canadian French",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bVFQ\\b"
}
},
{
"name": "Version Québécoise",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bVQ\\b"
}
}
]
}

0 comments on commit 80b7c4b

Please sign in to comment.