Merge pull request #1225 from nuxencs/feat/starr-cf-add-hfr

feat(starr): add `HFR` CF
pull/1224/head^2
TRaSH 1 year ago committed by GitHub
commit 332ad5c733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,6 +80,7 @@ I also made 3 guides related to this one.
| | [SDR](#sdr) | [FanSUB](#fansub) | |
| | [DV (FEL)](#dv-fel) | [FastSUB](#fastsub) | |
| | [Line/Mic Dubbed](#linemic-dubbed) | | |
| | [HFR](#hfr) | | |
------
@ -1237,6 +1238,22 @@ I also made 3 guides related to this one.
------
### HFR
??? question "HFR - [CLICK TO EXPAND]"
- This will boost the score for HFR releases. HFR stands for High Frame Rate and refers to a video format that uses a higher number of frames per second than traditional video, resulting in smoother and more detailed motion.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/hfr.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
## Misc
------

@ -85,6 +85,7 @@ I also made 3 guides related to this one.
| | [AV1](#av1) | [VOSTFR](#vostfr) | [FR LQ](#fr-lq) |
| | [SDR](#sdr) | [FanSUB](#fansub) | |
| | [DV (FEL)](#dv-fel) | [FastSUB](#fastsub) | |
| | [HFR](#hfr) | | |
------
@ -1144,6 +1145,22 @@ I also made 3 guides related to this one.
------
### HFR
??? question "HFR - [CLICK TO EXPAND]"
- This will boost the score for HFR releases. HFR stands for High Frame Rate and refers to a video format that uses a higher number of frames per second than traditional video, resulting in smoother and more detailed motion.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/hfr.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
## HQ Source Groups
------

@ -0,0 +1,16 @@
{
"trash_id": "73613461ac2cea99d52c4cd6e177ab82",
"name": "HFR",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "HFR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(HFR)\\b"
}
}
]
}

@ -0,0 +1,16 @@
{
"trash_id": "1bd69272e23c5e6c5b1d6c8a36fce95e",
"name": "HFR",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "HFR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(HFR)\\b"
}
}
]
}
Loading…
Cancel
Save