1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +02:00

Updated Custom Formats (markdown)

Leonardo Galli 2018-08-05 14:31:36 +02:00
parent d12303767d
commit f944512feb

@ -27,9 +27,9 @@ The Value is used for the matching.
| Name | Tag Prefix | Possible Values / Examples | Notes |
|-------|-----------|------|---|
|Source|S_|S_WORKPRINT, TODO add all final values here | This tag is matched against the source where a release was ripped from. |
| Resolution | R_ | R_480, R_576, R_720, R_1080, R_2160 | This tag is matched against the resolution parsed from either the release name or media info (if available) |
| Modifier | M_ | M_SCREENER, M_REMUX, M_BRDISK, TODO add all final values here | This tag is matched against any modifiers Radarr may parse, such as whether the release is a remux or a full bluray disk. |
|Source **Deprecated** |S_|S_WORKPRINT, TODO add all final values here | This tag is matched against the source where a release was ripped from. |
| Resolution **Deprecated** | R_ | R_480, R_576, R_720, R_1080, R_2160 | This tag is matched against the resolution parsed from either the release name or media info (if available) |
| Modifier **Deprecated** | M_ | M_SCREENER, M_REMUX, M_BRDISK, TODO add all final values here | This tag is matched against any modifiers Radarr may parse, such as whether the release is a remux or a full bluray disk. |
| Language | L_ | L_English, L_German, etc. | This tag is matched against any language(s) Radarr parses. All languages previously selectable in profiles work here. |
| 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). |