From fbde180147d50abeeee3838d753fa94e1729bd0d Mon Sep 17 00:00:00 2001 From: nuxen <47067662+nuxencs@users.noreply.github.com> Date: Sat, 18 Mar 2023 15:29:27 +0100 Subject: [PATCH] feat(starr): add `HFR` to guide --- .../Radarr-collection-of-custom-formats.md | 17 +++++++++++++++++ .../sonarr-collection-of-custom-formats.md | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 0338373ec..491ccf0e2 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -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 %]] + ``` + +[TOP](#index) + +------ + ## Misc ------ diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index 1a373aa8c..b2f652e30 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -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 %]] + ``` + +[TOP](#index) + +------ + ## HQ Source Groups ------