Update to French Anime tiers

- Added Delivroozzi and Fuceo to Sonarr Anime Tier 1
- Added MUGiWARA, NOH3LL and OTF to Sonarr Anime Tier 2
- Moved Good Job! Alexis to Sonarr Anime Tier 1
pull/1213/head
NiceTSY 1 year ago
parent 7548a7f940
commit 27e6279d81

@ -13,6 +13,24 @@
"value": "\\b(Darki)\\b"
}
},
{
"name": "Delivroozzi",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Delivroozzi)\\b"
}
},
{
"name": "Fuceo",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Fuceo)\\b"
}
},
{
"name": "FUJiSAN",
"implementation": "ReleaseGroupSpecification",
@ -22,6 +40,15 @@
"value": "\\b(FUJiSAN)\\b"
}
},
{
"name": "Good Job! Alexis",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Good[ .-]?(Job|Rip|Sub)!?[ .-]?Alexis)\\b"
}
},
{
"name": "NeoSG",
"implementation": "ReleaseGroupSpecification",

@ -22,15 +22,6 @@
"value": "\\b(D3T3R10R1TY)\\b"
}
},
{
"name": "Good Job! Alexis",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Good[ .-]?(Job|Rip|Sub)!?[ .-]?Alexis)\\b"
}
},
{
"name": "HANAMi",
"implementation": "ReleaseGroupSpecification",
@ -67,6 +58,33 @@
"value": "\\b(Monkey[ .-]?D[ .-]?Lulu)\\b"
}
},
{
"name": "MUGiWARA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(MUGiWARA)\\b"
}
},
{
"name": "NOH3LL",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(NOH3LL)\\b"
}
},
{
"name": "OTF",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(OTF)\\b"
}
},
{
"name": "RONiN",
"implementation": "ReleaseGroupSpecification",

Loading…
Cancel
Save