Skip to content

Commit

Permalink
docs: update sonarr/settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerboy448 authored and ServarrAdmin committed Mar 23, 2024
1 parent 7a71e44 commit 77417cf
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions sonarr/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Sonarr Settings
description:
published: true
date: 2024-01-20T06:35:36.016Z
date: 2024-03-23T17:47:04.644Z
tags: sonarr, needs-love, settings
editor: markdown
dateCreated: 2021-06-11T23:29:12.300Z
Expand Down Expand Up @@ -430,16 +430,16 @@ Name for the `Specials` (Season) folder
- Ensure you get the right release every time! Custom formats allows fine control over release prioritization and selection. As simple as a single preferred word or as complex as you want with multiple criteria and regex.
- Custom formats are calculated on-the-fly instead of being stored in the database, so they update as soon as you change the definitions.
- Custom formats are used within your Quality Profiles to determine the scoring of each custom format. Within each quality profile, you can set a minimum custom format score for a release to be grabbed and an upgrade until score as well.
- It's strongly recommended to add the below Custom Formats from [TRaSH's Guides](https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats/) to avoid unwanted downloads. Refer to the linked TRaSH Guide Custom Format article and additional referenced 3 TRaSH Custom Format Guides on the top of the Collection of Custom Formats page for more information.
- [DV (WEB-DL)](https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) will avoid grabbing releases with Dolby Vision (DV) that have a green hue if DV is not supported.
- [BR-DISK](https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats/#br-disk) to avoid grabbing poorly named BR-DISKs that do not match the BR-DISK quality parsing.
- It's strongly recommended to add the below Custom Formats from [TRaSH's Guides](https://trash-guides.info/Sonarr/Sonarr-collection-of-custom-formats/) to avoid unwanted downloads. Refer to the linked TRaSH Guide Custom Format article and additional referenced 3 TRaSH Custom Format Guides on the top of the Collection of Custom Formats page for more information.
- [DV (WEB-DL)](https://trash-guides.info/Sonarr/Sonarr-collection-of-custom-formats/#dv-webdl) will avoid grabbing releases with Dolby Vision (DV) that have a green hue if DV is not supported.
- [BR-DISK](https://trash-guides.info/Sonarr/Sonarr-collection-of-custom-formats/#br-disk) to avoid grabbing poorly named BR-DISKs that do not match the BR-DISK quality parsing.

---

- Name - The Name of the Custom Format
- Include Custom Format when Renaming - Include the Name of the Custom Format in Renaming?

> Custom Formats have no influence on what is searched - only how the results are evaluated. It is also not possible to modify in any form the search Radarr uses.
> Custom Formats have no influence on what is searched - only how the results are evaluated. It is also not possible to modify in any form the search Sonarr uses.
{.is-info}

Profiles is where Custom Format Scores are configured.
Expand All @@ -461,6 +461,7 @@ Profiles is where Custom Format Scores are configured.
- [Improve CF Comparison Between Release and File #5598](https://github.com/Sonarr/Sonarr/issues/5598)
- Release Title - This is a regular expression matched against the release title and, after download, the filename on disk.
- Note: Sonarr only considers text after the series title which means anything preceding the title is ignored.
- Note that the matching text is needed to be included in the renamed file to ensure continual matching of the custom format after import.
- Language - This language is matched against any language(s) Sonarr parses. All languages previously selectable in profiles work here.
- Source - The source where a release was ripped from (e.g. BLURAY).
- Resolution - The resolution parsed from either the release name or media info (if available).
Expand All @@ -474,7 +475,7 @@ Profiles is where Custom Format Scores are configured.
- The Minimum Score requires releases cumulative custom format score to reach this threshold otherwise they will be rejected.
- Custom formats that match with undesirable attributes should be given a negative score to lower their appeal.
- Outright rejections should be given a negative score low enough that even if all of the other formats with positive scores were added, the score would still fall below the minimum.
- [Please see TRaSH's Guides for how to setup and use custom formats](https://trash-guides.info/Sonarr/Sonarr-setup-custom-formats/)
- [**Please see TRaSH's Guides for how to setup and use custom formats**](https://trash-guides.info/Sonarr/Sonarr-setup-custom-formats/)

#### Importing / Exporting Custom Formats

Expand Down

0 comments on commit 77417cf

Please sign in to comment.