Updated Custom Formats (markdown)

Leonardo Galli 2018-10-30 13:25:24 +01:00
parent 52d8cdf639
commit b359232bf2
1 changed files with 1 additions and 2 deletions

@ -35,8 +35,7 @@ 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 <>. |
| 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