Skip to content

Commit

Permalink
- Created new Custom Format Scoring info includes for Radarr and Sonarr
Browse files Browse the repository at this point in the history
- Added new Custom Format Scoring info includes to info sections for Radarr and Sonarr
  • Loading branch information
yammes08 committed Feb 22, 2025
1 parent 2925993 commit d6a28f9
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Radarr/radarr-setup-quality-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,10 @@ _The reason that we score lossy Atmos higher than lossless DTS-HD MA is that we

This way you make sure the Custom Format preferences will be used instead.

### How Does Custom Format Scoring Work?

{! include-markdown "../../includes/radarr/custom-format-basic-scoring-information.md" !}

### Custom Formats to avoid certain releases

??? question "How to use a Custom Format to avoid certain releases? - [Click to show/hide]"
Expand Down
4 changes: 4 additions & 0 deletions docs/Sonarr/sonarr-setup-quality-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@ The following custom format groups should be combined with the Quality Profiles

This way you make sure the Custom Format preferences will be used instead.

### How Does Custom Format Scoring Work?

{! include-markdown "../../includes/radarr/custom-format-basic-scoring-information.md" !}

### Custom Formats to avoid certain releases

??? question "How to use a Custom Format to avoid certain releases? - [Click to show/hide]"
Expand Down
23 changes: 23 additions & 0 deletions includes/radarr/custom-format-basic-scoring-information.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!-- markdownlint-disable MD041-->
!!! info "How Does Custom Format Scoring Work?"

Let’s say you have three custom formats, A, B and C. Scored as:

A: 10
B: 20
C: 30

Then, let’s say you have three releases, X, Y and Z. They happen to match your custom formats as follows:

X matches A
Y matches B and C
Z matches A and C

Total custom format scores would therefore be:

X: 10 (matches A)
Y: 50 (matches B and C)
Z: 40 (matches A and C)

Quality is the first check. If all three of our example releases here are the same quality - eg, WEBDL-1080p, then we move on to the next check which is custom format score. In the example above, Y would be chosen as it has the highest cumulative custom format score.
<!-- markdownlint-enable MD041-->
23 changes: 23 additions & 0 deletions includes/sonarr/custom-format-basic-scoring-information.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!-- markdownlint-disable MD041-->
!!! info "How Does Custom Format Scoring Work?"

Let’s say you have three custom formats, A, B and C. Scored as:

A: 10
B: 20
C: 30

Then, let’s say you have three releases, X, Y and Z. They happen to match your custom formats as follows:

X matches A
Y matches B and C
Z matches A and C

Total custom format scores would therefore be:

X: 10 (matches A)
Y: 50 (matches B and C)
Z: 40 (matches A and C)

Quality is the first check. If all three of our example releases here are the same quality - eg, WEBDL-1080p, then we move on to the next check which is custom format score. In the example above, Y would be chosen as it has the highest cumulative custom format score.
<!-- markdownlint-enable MD041-->

0 comments on commit d6a28f9

Please sign in to comment.