Skip to content

Commit

Permalink
Update retags.json to include .VAV Retag
Browse files Browse the repository at this point in the history
Retagging group VAV adding Vietnamese audio tracks to existing releases, causing unwanted release group parsing. Propose adding to Retag CF to filter out.
  • Loading branch information
qsuicide authored Nov 13, 2023
1 parent df1509e commit 82e5e72
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/json/radarr/cf/retags.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@
"fields": {
"value": "\\[TGx\\]"
}
},
{
"name": ".VAV",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "[.]VAV\b"
}
}
]
}

0 comments on commit 82e5e72

Please sign in to comment.