From f944512feb00af2f66432a07b71b5833cd50d97b Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Sun, 5 Aug 2018 14:31:36 +0200 Subject: [PATCH] Updated Custom Formats (markdown) --- Custom-Formats.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Custom-Formats.md b/Custom-Formats.md index 552b2f6..623655c 100644 --- a/Custom-Formats.md +++ b/Custom-Formats.md @@ -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). |