diff --git a/Custom-Formats.md b/Custom-Formats.md index 571680b..552b2f6 100644 --- a/Custom-Formats.md +++ b/Custom-Formats.md @@ -31,7 +31,7 @@ The Value is used for the matching. | 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. | | 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, TODO add all final values here | This tag is matched against any Indexer Flags Radarr may parse. | +| 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_. |