1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-02 06:07:19 +02:00

Updated Custom Formats (markdown)

Leonardo Galli 2018-03-26 14:22:33 +02:00
parent 0515af6df5
commit 877111b6f6

@ -7,7 +7,7 @@ Custom formats are a way for you to create your own "Qualities". They work very
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:** 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 [Quality Tags](#quality-tags) and [Matching](#matching).
# Quality Tags