Update of Sonarr FR Anime Tiers

Added `Aoi-Project` to tier 2
Added `Nagutos` to tier 2
Updated naming of `Natsumi` to `Natsumi-no-Sekai`
pull/1270/head
NiceTSY 2 years ago
parent 08ec90677c
commit b4f3051201

@ -32,12 +32,12 @@
} }
}, },
{ {
"name": "Natsumi", "name": "Natsumi-no-Sekai",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",
"negate": false, "negate": false,
"required": false, "required": false,
"fields": { "fields": {
"value": "\\b(Natsumi)\\b" "value": "\\b(Natsumi[ .-]?no[ .-]?Sekai)\\b"
} }
}, },
{ {

@ -4,6 +4,15 @@
"name": "FR Anime Tier 02", "name": "FR Anime Tier 02",
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,
"specifications": [ "specifications": [
{
"name": "Aoi-Project",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Aoi[ .-]?Project)\\b"
}
},
{ {
"name": "BLV", "name": "BLV",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",
@ -58,6 +67,15 @@
"value": "\\b(Monkey[ .-]?D[ .-]?Lulu)\\b" "value": "\\b(Monkey[ .-]?D[ .-]?Lulu)\\b"
} }
}, },
{
"name": "Nagutos",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Nagutos)\\b"
}
},
{ {
"name": "RONiN", "name": "RONiN",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",

Loading…
Cancel
Save