You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TRaSH-Guides/docs/json/sonarr/cf/anime/anime-dual-audio.json

26 lines
586 B

{
"trash_id": "c2442b96760cdee21d5ca5eebd0a1e0f",
"name": "Anime Dual Audio",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Dual Audio",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "dual[ ._-]?audio|\\[dual\\]|(EN|JA)\\+(JA|EN)"
}
},
{
"name": "Not Japanese Only",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\[JA\\]"
}
}
]
}