Skip to content

Commit

Permalink
Added resolution scoring and changed some wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokilicious authored and Lokilicious committed Jul 1, 2024
1 parent 99ed8cc commit a8160d2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
6 changes: 6 additions & 0 deletions docs/Radarr/radarr-setup-quality-profiles-german-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ If you prefer High Quality UHD Encodes (Bluray-2160p)

{! include-markdown "../../includes/german-guide/radarr-german-unwanted-en.md" !}

{! include-markdown "../../includes/german-guide/radarr-cf-german-resolution-scoring-en.md" !}

{! include-markdown "../../includes/cf/radarr-streaming-services.md" !}

Use the following main settings in your profile.
Expand Down Expand Up @@ -216,6 +218,8 @@ If you prefer 1080p Remuxes (Remux-1080p)

{! include-markdown "../../includes/german-guide/radarr-german-unwanted-en.md" !}

{! include-markdown "../../includes/german-guide/radarr-cf-german-resolution-scoring-en.md" !}

{! include-markdown "../../includes/cf/radarr-streaming-services.md" !}

Use the following main settings in your profile.
Expand Down Expand Up @@ -258,6 +262,8 @@ If you prefer 2160p Remuxes (Remux-2160p)

{! include-markdown "../../includes/german-guide/radarr-german-unwanted-en.md" !}

{! include-markdown "../../includes/german-guide/radarr-cf-german-resolution-scoring-en.md" !}

{! include-markdown "../../includes/cf/radarr-streaming-services.md" !}

Use the following main settings in your profile.
Expand Down
10 changes: 7 additions & 3 deletions includes/german-guide/radarr-cf-german-resolution-scoring-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

| Custom Format | Score | Trash ID |
| ---------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------: | --------------------------------------- |
| [{{ radarr['cf']['720p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/720p.json) | {{ radarr['cf']['720p']['trash_scores']['default'] }} | {{ radarr['cf']['720p']['trash_id'] }} |
| [{{ radarr['cf']['1080p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/1080p.json) | {{ radarr['cf']['1080p']['trash_scores']['default'] }} | {{ radarr['cf']['1080p']['trash_id'] }} |
| [{{ radarr['cf']['2160p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/2160p.json) | {{ radarr['cf']['2160p']['trash_scores']['default'] }} | {{ radarr['cf']['2160p']['trash_id'] }} |
| [{{ radarr['cf']['720p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/720p.json) | :warning: 0 | {{ radarr['cf']['720p']['trash_id'] }} |
| [{{ radarr['cf']['1080p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/1080p.json) | :warning: 290 | {{ radarr['cf']['1080p']['trash_id'] }} |
| [{{ radarr['cf']['2160p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/2160p.json) | :warning: 300 | {{ radarr['cf']['2160p']['trash_id'] }} |

!!! tip

:warning:
4 changes: 2 additions & 2 deletions includes/german-guide/radarr-german-audio-version-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
Breakdown and Why

- **{{ radarr['cf']['german-dl']['name'] }}:** This is a custom format to help Radarr recognize German Dual Language audio releases. This custom format will rename your file with `German.DL`.
- **{{ radarr['cf']['german-dl-fallback']['name'] }}:** This is a custom format to help Radarr recognize release German Dual Language audio where the language is not correctly set by the indexer.
- **{{ radarr['cf']['german-dl-fallback']['name'] }}:** This is a custom format to help Radarr recognize release German Dual Language audio where the indexer doesn't recognize `German.DL` tag in the release name.
- **{{ radarr['cf']['german']['name'] }}:** This is a custom format to help Radarr recognize German audio releases which do not contain the original language track.
- **{{ radarr['cf']['original-language']['name'] }}:** This is a custom format to help Radarr recognize releases containing the original language track but not the german audio.
- **{{ radarr['cf']['original-language']['name'] }}:** This is a custom format to help Radarr recognize releases containing the original language track but not the German audio.
4 changes: 1 addition & 3 deletions includes/german-guide/radarr-german-unwanted-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
- **{{ radarr['cf']['lq']['name'] }}:** A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.
- **{{ radarr['cf']['german-lq']['name'] }}:** A collection of known Low Quality German groups that are often banned from the the top trackers because the lack of quality or other reasons.
- **{{ radarr['cf']['german-micro']['name'] }}:** A collection of German groups producing low quality micro-sized releases.
- **{{ radarr['cf']['x265-hd']['name'] }}:** This blocks/ignores 720/1080p (HD) releases that are encoded in x265. However as there are certain german groups (ZeroTwo, VECTOR, ...) which produce high bitrate 1080p x265 encodes we recommend setting the score of this custom format to 0.

!!! Danger "Don't use this together with [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv), only ever include one of them :warning:"
- :warning: **{{ radarr['cf']['x265-hd']['name'] }}:** This blocks/ignores 720/1080p (HD) releases that are encoded in x265. However as there are certain german groups (ZeroTwo, VECTOR, ...) which produce high bitrate 1080p x265 encodes we recommend setting the score of this custom format to 0.

??? note "Optional - [Click to show/hide]"

Expand Down

0 comments on commit a8160d2

Please sign in to comment.