mirror of
https://github.com/Radarr/Radarr
synced 2025-03-12 15:15:54 +00:00
Updated Custom Formats (markdown)
parent
0515af6df5
commit
877111b6f6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
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!
|
* **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
|
# Quality Tags
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue