From cab237aefd3a17bf24f5e2afa61da31ccf4eda5d Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Wed, 1 Aug 2018 15:39:50 +0200 Subject: [PATCH] Updated Custom Formats (markdown) --- Custom-Formats.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Custom-Formats.md b/Custom-Formats.md index 4a41475..3949cbf 100644 --- a/Custom-Formats.md +++ b/Custom-Formats.md @@ -77,4 +77,16 @@ Radarr provides a wide range of predefined templates. They are explained below a **Description:** This custom format matches any releases that are encoded with the x264 (sometimes called h264) codec. -**Usage:** This format is useful, if you have a lot of older devices that struggle with the new x265 codec and you thus want Radarr to upgrade all movies to x264. \ No newline at end of file +**Usage:** This format is useful, if you have a lot of older devices that struggle with the new x265 codec and you thus want Radarr to upgrade all movies to x264. + +### x265 + +**Description:** This custom format matches any releases that are encoded with the x265 (sometimes called h265 or HEVC) codec. + +**Usage:** This format is useful, if most of your devices support h265 and you want to decrease storage usage by downloading h265 copies of all your movies. + +### Simple Hardcoded Subs + +**Description:** This custom format matches any releases that have "sub" or "subs" in their release title. + +**Usage:** This format is useful, if most of your releases with hardcoded subs are matched by this. By moving this custom format to the bottom of your profile, Radarr will try to upgrade releases that match this format, to one without this. Therefore, Radarr will replace releases with hardcoded subs with ones that do not have hardcoded subs. \ No newline at end of file