From 47e7707119def0375c5f57a8d5746a818915ce50 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Fri, 17 Feb 2023 18:00:24 +0000 Subject: [PATCH] Updates to new Recyclarr Section Added description and tweaked grammar on landing page. Removed SQP from main configs page. Added all main guide config entries. Created new SQP configs page. --- docs/Recyclarr/index.md | 2 +- docs/Recyclarr/recyclarr-configs-sqp.md | 134 +++++++++++++++++++++ docs/Recyclarr/recyclarr-configs.md | 153 ++++++++++++++++++++---- 3 files changed, 267 insertions(+), 22 deletions(-) create mode 100644 docs/Recyclarr/recyclarr-configs-sqp.md diff --git a/docs/Recyclarr/index.md b/docs/Recyclarr/index.md index 0cd96951c..aa17617f3 100644 --- a/docs/Recyclarr/index.md +++ b/docs/Recyclarr/index.md @@ -1,6 +1,6 @@ # Recyclarr -Here you will find a collection recyclarr configs. +Recyclarr is a command-line application that will automatically synchronize recommended settings from the TRaSH guides to your Sonarr/Radarr instances. It was formerly named "Trash Updater". Here you will find a collection of Recyclarr configs based on the profiles found in the guides. !!! info "Automatically mirror TRaSH guides to your Sonarr/Radarr instance based on your setup scheduler." diff --git a/docs/Recyclarr/recyclarr-configs-sqp.md b/docs/Recyclarr/recyclarr-configs-sqp.md new file mode 100644 index 000000000..4a3244a50 --- /dev/null +++ b/docs/Recyclarr/recyclarr-configs-sqp.md @@ -0,0 +1,134 @@ +# Collection of Recyclarr SQP configs + +Here you will find a collection of Recyclarr configs based on the SQPs. + +!!! warning + + - Anything here is for private use only and not for public use. :bangbang: + - I expect from the users that got the link to this page to honour it. :bangbang: + - Yes, you can talk in the public channels that you use a specific SQP. + - If others are interested they can join. + +--8<-- "includes/support.md" + +--- + +## INDEX + +--- + +| Radarr | +| --------------------------------------------------------------- | +| [Streaming Optimized (SQP-1)](#streaming-optimized-sqp-1) | +| [UHD Remux\|Bluray\|IMAX-E (SQP-2)](#uhd-remuxblurayimax-e-sqp-2) | +| [UHD Remux\|IMAX-E (SQP-3)](#uhd-remuximax-e-sqp-3) | +| [UHD WEBDL\|IMAX-E (SQP-4)](#uhd-webdlimax-e-sqp-4) | +| [UHD Bluray\|IMAX-E (SQP-5)](#uhd-blurayimax-e-sqp-5) | + +--- + +## Radarr + +--- + +### Streaming Optimized (SQP-1) + +??? question "Streaming Optimized (SQP-1) - [CLICK TO EXPAND]" + + - You want maximum compatibility between all devices and still a HQ releases. + - You run 2 instances of Radarr and want both version or just for the 1080p ones. + - You want to have minimum till none transcoding for low powered devices or remote streaming. + - If available for you Streaming optimized. (Optimized for PLEX, emby, Jellyfin, and other streaming platforms) + - Small sizes. + +??? example "YAML - [CLICK TO EXPAND]" + + ```yaml + [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/sqp-1.yml' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### UHD Remux|Bluray|IMAX-E (SQP-2) + +??? question "UHD Remux|Bluray|IMAX-E (SQP-2) - [CLICK TO EXPAND]" + + - You got a decent audio setup. (that supports all HD audio formats) + - You got a setup that completely supports DoVi from start to end. + - You do want the highest quality as possible to watch but want to save space for archiving without losing video and audio quality. + - HDR/DoVi (Depending what's offered and often both) + - HD Audio (Atmos, TrueHD etc...) + - You don't want to wait for the HQ Encodes to be released, to watch it. + +??? example "YAML - [CLICK TO EXPAND]" + + ```yaml + [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/sqp-2.yml' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### UHD Remux|IMAX-E (SQP-3) + +??? question "UHD Remux|IMAX-E (SQP-3) - [CLICK TO EXPAND]" + + - You got a decent audio setup. (that supports all HD audio formats) + - You got a setup that completely supports DoVi from start to end. + - HDR/DoVi (Depending what's offered and often both) + - HD Audio (Atmos, TrueHD etc...) + - You want the highest quality possible, with the option to upgrade to IMAX Enhanced. + +??? example "YAML - [CLICK TO EXPAND]" + + ```yaml + [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/sqp-3.yml' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### UHD WEBDL|IMAX-E (SQP-4) + +??? question "UHD WEBDL|IMAX-E (SQP-4) - [CLICK TO EXPAND]" + + - You got a setup that completely supports DoVi from start to end. + - HDR/DoVi (Depending what's offered and often both) + - If available HD Audio (Atmos, TrueHD etc...) + - You're okay with WEBDL, with the option to upgrade to IMAX Enhanced. + - You don't need the huge Remuxes or UHD Bluray Encodes but still want HDR Formats. + - You want a smaller files for your kids movies (Disney/Pixar etc) + +??? example "YAML - [CLICK TO EXPAND]" + + ```yaml + [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/sqp-4.yml' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### UHD Bluray|IMAX-E (SQP-5) + +??? question "UHD Bluray|IMAX-E (SQP-5) - [CLICK TO EXPAND]" + + - You got a decent audio setup. (that supports all HD audio formats) + - You got a setup that completely supports DoVi from start to end. + - You do want the highest quality as possible to watch but want to save space for archiving without losing video and audio quality. + - HDR/DoVi (Depending what's offered and often both) + - HD Audio (Atmos, TrueHD etc...) + +??? example "YAML - [CLICK TO EXPAND]" + + ```yaml + [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/sqp-5.yml' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- \ No newline at end of file diff --git a/docs/Recyclarr/recyclarr-configs.md b/docs/Recyclarr/recyclarr-configs.md index 1475e8c09..fca5f92e1 100644 --- a/docs/Recyclarr/recyclarr-configs.md +++ b/docs/Recyclarr/recyclarr-configs.md @@ -1,16 +1,14 @@ # Collection of Recyclarr configs -Here you will find a collection of Recyclarr configs based on the following guides. +Here you will find a collection of Recyclarr configs based on the following guides: - [Radarr - How to setup Quality Profiles](/Radarr/radarr-setup-quality-profiles){:target="_blank" rel="noopener noreferrer"} -- [Radarr - How to setup Quality Profiles Anime](/Radarr/radarr-setup-quality-profiles-anime){:target="_blank" rel="noopener noreferrer"} -- [Radarr - How to setup Quality Profiles French](/Radarr/radarr-setup-quality-profiles-french){:target="_blank" rel="noopener noreferrer"} + + - [Sonarr - How to setup Quality Profiles](/Sonarr/sonarr-setup-quality-profiles){:target="_blank" rel="noopener noreferrer"} - [Sonarr - How to setup Quality Profiles Anime](/Sonarr/sonarr-setup-quality-profiles-anime){:target="_blank" rel="noopener noreferrer"} - [Sonarr - How to setup Quality Profiles French](/Sonarr/sonarr-setup-quality-profiles-french){:target="_blank" rel="noopener noreferrer"} -!!! danger "For the Radarr SQP you should join the discord channel `#access-to-sqp`." - --8<-- "includes/support.md" --- @@ -19,17 +17,14 @@ Here you will find a collection of Recyclarr configs based on the following guid --- -| Radarr | Sonarr | -| ------------------------------------- | ----------------------------- | -| [HD Bluray + WEB](#hd-bluray-web) | [WEB-1080p](#web-1080p) | -| [UHD Bluray + WEB](#uhd-bluray-web) | [WEB-2160p](#web-2160p) | -| [Remux + WEB 1080p](#remux-web-1080p) | [Sonarr Anime](#sonarr-anime) | -| [Remux + WEB 2160p](#remux-web-2160p) | | -| [SQP-1](#sqp-1) | | -| [SQP-2](#sqp-2) | | -| [SQP-3](#sqp-3) | | -| [SQP-4](#sqp-4) | | -| [SQP-5](#sqp-5) | | +| Radarr | Sonarr | +| ------------------------------------- | --------------------------------------------------- | +| [HD Bluray + WEB](#hd-bluray-web) | [WEB-1080p](#web-1080p) | +| [UHD Bluray + WEB](#uhd-bluray-web) | [WEB-2160p](#web-2160p) | +| [Remux + WEB 1080p](#remux-web-1080p) | [French WEB-1080p MULTi](#french-web-1080p-multi) | +| [Remux + WEB 2160p](#remux-web-2160p) | [French WEB-1080p VOSTFR](#french-web-1080p-vostfr) | +| | [French Anime MULTi](#french-anime-multi) | +| | [French Anime VOSTFR](#french-anime-vostfr) | --- @@ -55,6 +50,60 @@ Here you will find a collection of Recyclarr configs based on the following guid --- +### UHD Bluray + WEB + +??? question "UHD Bluray + WEB - [CLICK TO EXPAND]" + + If you prefer High Quality UHD Encodes (Bluray-2160p) + + Size: 20-60 GB for a Bluray-2160p depending on the running time. + +??? example "YAML - [CLICK TO EXPAND]" + + ```yaml + [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/uhd-bluray-web.yml' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### Remux + WEB 1080p + +??? question "Remux + WEB 1080p - [CLICK TO EXPAND]" + + If you prefer 1080p Remuxes (Remux-1080p) + + Size: 20-40 GB for a Remux-1080p depending on the running time. + +??? example "YAML - [CLICK TO EXPAND]" + + ```yaml + [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/remux-web-1080p.yml' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### Remux + WEB 2160p + +??? question "Remux + WEB 2160p - [CLICK TO EXPAND]" + + If you prefer 2160p Remuxes (Remux-2160p) + + Size: 40-100 GB for a Remux-2160p depending on the running time. + +??? example "YAML - [CLICK TO EXPAND]" + + ```yaml + [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/remux-web-2160p.yml' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + ## Sonarr --- @@ -63,9 +112,7 @@ Here you will find a collection of Recyclarr configs based on the following guid ??? question "WEB-1080p - [CLICK TO EXPAND]" - If you prefer High Quality HD Encodes (Bluray-720p/1080p) - - Size: 6-15 GB for a Bluray-1080p depending on the running time. + If you prefer 720p/1080p WEBDL (WEB-1080p) ??? example "YAML - [CLICK TO EXPAND]" @@ -81,9 +128,9 @@ Here you will find a collection of Recyclarr configs based on the following guid ??? question "WEB-2160p - [CLICK TO EXPAND]" - If you prefer High Quality HD Encodes (Bluray-720p/1080p) + If you prefer 2160p WEBDL (WEB-2160p) - Size: 6-15 GB for a Bluray-1080p depending on the running time. + The only deal breaker with 2160p is when you get them with DV/HDR, 2160p without DV/HDR is a minimal profit. ??? example "YAML - [CLICK TO EXPAND]" @@ -94,3 +141,67 @@ Here you will find a collection of Recyclarr configs based on the following guid [TOP](#index) --- + +### French WEB-1080p MULTi + +??? question "French WEB-1080p MULTi - [CLICK TO EXPAND]" + + If you prefer 720p/1080p WEBDL (WEB-1080p) - French MULTi + +??? example "YAML - [CLICK TO EXPAND]" + + ```yaml + [[% filter indent(width=4) %]][[% include 'recyclarr-configs/sonarr/french-web-1080p-multi-v4.yml' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### French WEB-1080p VOSTFR + +??? question "French WEB-1080p VOSTFR - [CLICK TO EXPAND]" + + If you prefer 720p/1080p WEBDL (WEB-1080p) - French VOSTFR + +??? example "YAML - [CLICK TO EXPAND]" + + ```yaml + [[% filter indent(width=4) %]][[% include 'recyclarr-configs/sonarr/french-web-1080p-vostfr-v4.yml' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### French Anime MULTi + +??? question "French Anime MULTi - [CLICK TO EXPAND]" + + If you are looking to grab Anime with MULTi audio (original + French). + +??? example "YAML - [CLICK TO EXPAND]" + + ```yaml + [[% filter indent(width=4) %]][[% include 'recyclarr-configs/sonarr/french-anime-multi-v4.yml' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### French Anime VOSTFR + +??? question "French Anime VOSTFR - [CLICK TO EXPAND]" + + If you are looking to grab Anime with French sub (VOSTFR) + +??? example "YAML - [CLICK TO EXPAND]" + + ```yaml + [[% filter indent(width=4) %]][[% include 'recyclarr-configs/sonarr/french-anime-vostfr-v4.yml' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- \ No newline at end of file