Updated Custom Formats (markdown)

Leonardo Galli 2018-03-26 14:03:22 +02:00
parent 65633fff7c
commit dd2acf77e8
1 changed files with 11 additions and 0 deletions

@ -1,3 +1,14 @@
# Custom Formats
Custom formats are a way for you to create your own "Qualities". They work very similar to existing qualities:
* Releases and Files are parsed like always. However, now Radarr also checks, if one of your custom formats is a better match and uses that instead of an existing quality.
* You can change the name of your custom format
* You can set the minimum and maximum size of your custom format
A custom format has 2 parts:
* **Parent:** The parent is used as a safeguard. It describes which quality is most similar to a custom format. If you want to create a custom format for directors cut for example, you would probably make a custom Remux-1080p format and set the parent to be Remux-1080p. The parent must be an existing quality!
* **Quality Tags:** These tags describe how Radarr tries to match a release or file. When parsing a release or filename, Radarr will go through all existing qualities and custom formats. It will then assign whichever quality or format has the most matching quality tags. For more information on how exactly quality tags match, see below.
# Quality Tags
A Quality Tag consists of three parts: The Tag Prefix, the Tag Modifier (optional) and the Tag Value.