Skip to content

Commit

Permalink
feat(starr-anime): Enhance Bilibili Streaming Service and Remux Tier …
Browse files Browse the repository at this point in the history
…CFs (#2230)
  • Loading branch information
rg9400 authored Jan 21, 2025
1 parent 24e46e4 commit d0003d3
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/json/radarr/cf/anime-bd-tier-05-remuxes.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@
"value": "\\b(BluDragon)\\b"
}
},
{
"name": "CRUCiBLE",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(CRUCiBLE)\\b"
}
},
{
"name": "D4C",
"implementation": "ReleaseTitleSpecification",
Expand All @@ -51,6 +60,15 @@
"value": "\\b(E[.-]N[.-]D)\\b"
}
},
{
"name": "PMR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(PMR)\\b.*(Remux)"
}
},
{
"name": "Raizel",
"implementation": "ReleaseTitleSpecification",
Expand Down
18 changes: 18 additions & 0 deletions docs/json/sonarr/cf/anime-bd-tier-05-remuxes.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@
"value": "\\b(BluDragon)\\b"
}
},
{
"name": "CRUCiBLE",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(CRUCiBLE)\\b"
}
},
{
"name": "D4C",
"implementation": "ReleaseTitleSpecification",
Expand All @@ -60,6 +69,15 @@
"value": "\\b(E[.-]N[.-]D)\\b"
}
},
{
"name": "PMR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(PMR)\\b.*(Remux)"
}
},
{
"name": "Raizel",
"implementation": "ReleaseTitleSpecification",
Expand Down
2 changes: 1 addition & 1 deletion docs/json/sonarr/cf/bilibili.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(Bilibili)\\b"
"value": "\\b(Bili(bili)?)\\b"
}
}
]
Expand Down

0 comments on commit d0003d3

Please sign in to comment.