Created
March 26, 2025 17:32
-
-
Save shackra/696f5d23daddd4e82501eb65294b925d to your computer and use it in GitHub Desktop.
Sonarr: Fansubs español neutro/hispanoamericano
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "FanSubs Hispanos", | |
"includeCustomFormatWhenRenaming": false, | |
"specifications": [ | |
{ | |
"name": "Dantalian", | |
"implementation": "ReleaseGroupSpecification", | |
"negate": false, | |
"required": false, | |
"fields": { | |
"value": "DantalianSubs" | |
} | |
}, | |
{ | |
"name": "Kakumei Subs", | |
"implementation": "ReleaseGroupSpecification", | |
"negate": false, | |
"required": false, | |
"fields": { | |
"value": "Kakumei ?Subs" | |
} | |
}, | |
{ | |
"name": "AniMugen", | |
"implementation": "ReleaseGroupSpecification", | |
"negate": false, | |
"required": false, | |
"fields": { | |
"value": "AMF" | |
} | |
}, | |
{ | |
"name": "Gakuensai", | |
"implementation": "ReleaseGroupSpecification", | |
"negate": false, | |
"required": false, | |
"fields": { | |
"value": "GSF" | |
} | |
}, | |
{ | |
"name": "Kuro Diamonds", | |
"implementation": "ReleaseGroupSpecification", | |
"negate": false, | |
"required": false, | |
"fields": { | |
"value": "KDS" | |
} | |
}, | |
{ | |
"name": "Zig Zag", | |
"implementation": "ReleaseGroupSpecification", | |
"negate": false, | |
"required": false, | |
"fields": { | |
"value": "ZigZag" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment