From 981919322caa549878518ab13954824e4d711c72 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 8 Jun 2022 11:46:14 +0200 Subject: [PATCH] Radarr CF Repack2 added to collection and instructions - Added: CF `[Repack2]` to the collection. - Updated: How to setup Custom Formats to support `[Repack2]`. --- .../Radarr-collection-of-custom-formats.md | 27 ++++++++++++++----- includes/cf/misc.md | 1 + 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 67c7056d4..78e0cc818 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -50,13 +50,14 @@ I also made 3 guides related to this one. | Movie Versions | Unwanted | Misc | HQ Source Groups | Streaming Services | | --------------------------------------------- | ---------------------------------- | ------------------------------------- | --------------------- | ---------------------------- | | [Hybrid](#hybrid) | [BR-DISK](#br-disk) | [Repack/Proper](#repack-proper) | [HQ-Remux](#hq-remux) | [Amazon](#amazon) | -| [Remaster](#remaster) | [EVO (no WEBDL)](#evo-no-webdl) | [Multi](#multi) | [HQ](#hq) | [Apple TV+](#apple-tvplus) | -| [4K Remaster](#4k-remaster) | [LQ](#lq) | [x264](#x264) | [HQ-WEBDL](#hq-webdl) | [Disney+](#disneyplus) | -| [Special Editions](#special-edition) | [x265 (720/1080p)](#x265-7201080p) | [x265](#x265) | | [HBO Max](#hbo-max) | -| [Criterion Collection](#criterion-collection) | [3D](#3d) | [MPEG2](#mpeg2) | | [Hulu](#hulu) | -| [Theatrical Cut](#theatrical-cut) | [No-RlsGroup](#no-rlsgroup) | [FreeLeech](#freeleech) | | [Netflix](#netflix) | -| [IMAX](#imax) | [Obfuscated](#obfuscated) | [Dutch Groups](#dutch-groups) | | [Peacock TV](#peacock-tv) | -| [IMAX Enhanced](#imax-enhanced) | [DV (WEBDL)](#dv-webdl) | [Anime Dual Audio](#anime-dual-audio) | | [Paramount+](#paramountplus) | +| [Remaster](#remaster) | [EVO (no WEBDL)](#evo-no-webdl) | [Repack2](#repack2) | [HQ](#hq) | [Apple TV+](#apple-tvplus) | +| [4K Remaster](#4k-remaster) | [LQ](#lq) | [Multi](#multi) | [HQ-WEBDL](#hq-webdl) | [Disney+](#disneyplus) | +| [Special Editions](#special-edition) | [x265 (720/1080p)](#x265-7201080p) | [x264](#x264) | | [HBO Max](#hbo-max) | +| [Criterion Collection](#criterion-collection) | [3D](#3d) | [x265](#x265) | | [Hulu](#hulu) | +| [Theatrical Cut](#theatrical-cut) | [No-RlsGroup](#no-rlsgroup) | [MPEG2](#mpeg2) | | [Netflix](#netflix) | +| [IMAX](#imax) | [Obfuscated](#obfuscated) | [FreeLeech](#freeleech) | | [Peacock TV](#peacock-tv) | +| [IMAX Enhanced](#imax-enhanced) | [DV (WEBDL)](#dv-webdl) | [Dutch Groups](#dutch-groups) | | [Paramount+](#paramountplus) | +| | | [Anime Dual Audio](#anime-dual-audio) | | | ------ @@ -1002,6 +1003,18 @@ I also made 3 guides related to this one. ------ +### Repack2 + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/repack2.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + ### x264 ??? faq "x264 - [CLICK TO EXPAND]" diff --git a/includes/cf/misc.md b/includes/cf/misc.md index 22b37cb27..137c7a21f 100644 --- a/includes/cf/misc.md +++ b/includes/cf/misc.md @@ -2,6 +2,7 @@ | Custom Format | Score | LINK | | -------------------- | ----- | ---- | | Repack/Proper | 5 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#repack-proper){: .header-icons target=_blank rel="noopener noreferrer" } | + | Repack2 | 6 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#repack2){: .header-icons target=_blank rel="noopener noreferrer" } | ??? tip "Proper and Repacks - [CLICK TO EXPAND]"