Anime english dubbed

Sonarr version (exact version): 4.0.13.2932
OS: Docker
Debug logs:
Description of issue:

I want to find indexes that have either english dub, or if not found english sub. I’m unable to follow trashguides. I used this custom format but im only getting english subs:

{
  "trash_id": "guide-only",
  "trash_scores": {
    "default": -10000
  },
  "trash_description": "Language: English Only",
  "name": "Language: Not English",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Not English Language",
      "implementation": "LanguageSpecification",
      "negate": true,
      "required": false,
      "fields": {
        "value": 1
      }
    }
  ]
}

How do I set it to get dubs?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.