Updated Custom Formats (markdown)

Leonardo Galli 2018-10-30 13:24:57 +01:00
parent 5e0a4b442a
commit 52d8cdf639
1 changed files with 3 additions and 0 deletions

@ -35,6 +35,9 @@ The Value is used for the matching.
| Indexer Flags | I_ | I_GFreeleech, I_GHalfleech, etc. See [Indexer Flags](https://github.com/Radarr/Radarr/wiki/Indexer-Flags#supported-flags) for a comprehensive list. | This tag is matched against any Indexer Flags Radarr may parse. |
| Edition | E_ | E_Director, E_theatrical, E_EXTENDED, ... | This tag is matched against any Editions Radarr may parse. You can put any value after E_ and Radarr will try to match that against what it parsed (case-insensitive). |
| Custom | C_ | C_Surround, C_YIFI, C_-Framestor, C_h264, ... | This tag is matched against the whole release name (case-insensitve). You can put any value after C_. |
| Size | G_ | G_10<>20, G_15.4444<>20.3333, ... | This tag is matched against the release size. The release size is converted to gigabytes and compared against the values x and y, where the format tag looks like this: `G_x<>y`.
In other words, the release size must be between the two values specified between this tag, separated by <>. |
## Format Tag Modifiers