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..69823b963 --- /dev/null +++ b/docs/Recyclarr/recyclarr-configs-sqp.md @@ -0,0 +1,140 @@ +# Collection of Recyclarr SQP configs + +The Special Quality Profiles are Custom made and tested Quality Profile for specific needs or preferences. Here you will find a collection of Recyclarr configs based on the SQPs: + +- [Streaming Optimized (SQP-1)](/SQP/1){:target="_blank" rel="noopener noreferrer"} +- [UHD Remux|Bluray|IMAX-E (SQP-2)](/SQP/2){:target="_blank" rel="noopener noreferrer"} +- [UHD Remux|IMAX-E (SQP-3)](/SQP/3){:target="_blank" rel="noopener noreferrer"} +- [UHD WEBDL|IMAX-E (SQP-4)](/SQP/4){:target="_blank" rel="noopener noreferrer"} +- [UHD Bluray|IMAX-E (SQP-5)](/SQP/5){:target="_blank" rel="noopener noreferrer"} + +!!! 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) + +--- diff --git a/docs/Recyclarr/recyclarr-configs.md b/docs/Recyclarr/recyclarr-configs.md index 1475e8c09..c62da98ef 100644 --- a/docs/Recyclarr/recyclarr-configs.md +++ b/docs/Recyclarr/recyclarr-configs.md @@ -1,15 +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 +18,15 @@ 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) | [Anime (Sonarr)](#anime-sonarr) | +| [Remux + WEB 2160p](#remux-web-2160p) | [French WEB-1080p MULTi](#french-web-1080p-multi) | +| [Anime (Radarr)](#anime-radarr) | [French WEB-1080p VOSTFR](#french-web-1080p-vostfr) | +| | [French Anime MULTi](#french-anime-multi) | +| | [French Anime VOSTFR](#french-anime-vostfr) | --- @@ -55,6 +52,82 @@ 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) + +--- + +### Anime (Radarr) + +??? question "Anime (Radarr) - [CLICK TO EXPAND]" + + It's recommended to run two Radarr instances. One for Anime Movies and one for Normal Movies, or you can make use of Quality Profiles and score different Custom Formats (CFs) as required. + + The aim of this guide is to grab the best release overall (as per [SeaDex](https://sneedex.moe/){:target="_blank" rel="noopener noreferrer"}) and not necessarily just dual audio. + The vast majority of releases can be found on [Nyaa](https://nyaa.si/){:target="_blank" rel="noopener noreferrer"} or [AB](https://animebytes.tv/){:target="_blank" rel="noopener noreferrer"} + + !!! info "" + Nyaa is a public tracker while AB is an invite only tracker. + +??? example "YAML - [CLICK TO EXPAND]" + + ```yaml + [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/anime.yml' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + ## Sonarr --- @@ -63,9 +136,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 +152,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 +165,89 @@ Here you will find a collection of Recyclarr configs based on the following guid [TOP](#index) --- + +### Anime (Sonarr) + +??? question "Anime (Sonarr) - [CLICK TO EXPAND]" + + It's recommended to run two Sonarr instances. One for Anime and one for normal TV shows, or you can make use of Quality Profiles and score different Custom Formats (CFs) as required. + + The aim of this guide is to grab the best release overall (as per [SeaDex](https://sneedex.moe/){:target="_blank" rel="noopener noreferrer"}) and not necessarily just dual audio. + The vast majority of releases can be found on [Nyaa](https://nyaa.si/){:target="_blank" rel="noopener noreferrer"} or [AB](https://animebytes.tv/){:target="_blank" rel="noopener noreferrer"} + + !!! info "" + Nyaa is a public tracker while AB is an invite only tracker. + +??? example "YAML - [CLICK TO EXPAND]" + + ```yaml + [[% filter indent(width=4) %]][[% include 'recyclarr-configs/sonarr/anime-v4.yml' %]][[% endfilter %]] + ``` + +[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) + +--- diff --git a/docs/recyclarr-configs/radarr/anime.yml b/docs/recyclarr-configs/radarr/anime.yml new file mode 100644 index 000000000..697d1d894 --- /dev/null +++ b/docs/recyclarr-configs/radarr/anime.yml @@ -0,0 +1,63 @@ +radarr: + radarr-anime: # A custom name used to identify this particular instance. + base_url: [sonarr_url_goes_here] + api_key: [api_key_goes_here] + + quality_definition: + type: movie + + custom_formats: + # Scores from TRaSH json + - trash_ids: + # Anime CF/Scoring + - fb3ccc5d5cc8f77c9055d4cb4561dded # Anime BD Tier 01 (Top SeaDex Muxers) + - 66926c8fa9312bc74ab71bf69aae4f4a # Anime BD Tier 02 (SeaDex Muxers) + - fa857662bad28d5ff21a6e611869a0ff # Anime BD Tier 03 (SeaDex Muxers) + - f262f1299d99b1a2263375e8fa2ddbb3 # Anime BD Tier 04 (SeaDex Muxers) + - ca864ed93c7b431150cc6748dc34875d # Anime BD Tier 05 (Remuxes) + - 9dce189b960fddf47891b7484ee886ca # Anime BD Tier 06 (FanSubs) + - 1ef101b3a82646b40e0cab7fc92cd896 # Anime BD Tier 07 (P2P/Scene) + - 6115ccd6640b978234cc47f2c1f2cadc # Anime BD Tier 08 (Mini Encodes) + - 8167cffba4febfb9a6988ef24f274e7e # Anime Web Tier 01 (Muxers) + - 8526c54e36b4962d340fce52ef030e76 # Anime Web Tier 02 (Top FanSubs) + - de41e72708d2c856fa261094c85e965d # Anime Web Tier 03 (Official Subs) + - 9edaeee9ea3bcd585da9b7c0ac3fc54f # Anime Web Tier 04 (Official Subs) + - 22d953bbe897857b517928f3652b8dd3 # Anime Web Tier 05 (FanSubs) + - a786fbc0eae05afe3bb51aee3c83a9d4 # Anime Web Tier 06 (FanSubs) + - 06b6542a47037d1e33b15aa3677c2365 # Anime Raws + - b0fdc5897f68c9a68c70c25169f77447 # Anime LQ Groups + - 15a05bc7c1a36e2b57fd628f8977e2fc # AV1 + - c259005cbaeb5ab44c06eddb4751e70c # v0 + - 5f400539421b8fcf71d51e6384434573 # v1 + - 3df5e6dfef4b09bb6002f732bed5b774 # v2 + - db92c27ba606996b146b57fbe6d09186 # v3 + - d4e5e842fad129a3c097bdb2d20d31a0 # v4 + - a5d148168c4506b55cf53984107c396e # 10bit + - b23eae459cc960816f2d6ba84af45055 # Dubs Only + - 9172b2f683f6223e3a1846427b417a3d # VOSTFR + # Anime Streaming Services + - 60f6d50cbd3cfc3e9a8c00e3a30c3114 # VRV + quality_profiles: + - name: Remux-1080p - Anime + reset_unmatched_scores: true + # Adjustable scoring section + - trash_ids: + - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 + quality_profiles: + - name: Remux-1080p - Anime + score: 1050 # required as this differs from the standard scoring + - trash_ids: + - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 + quality_profiles: + - name: Remux-1080p - Anime + score: 1000 # required as this differs from the standard scoring + - trash_ids: + - 4a3b087eea2ce012fcc1ce319259a3be # Anime Dual Audio + quality_profiles: + - name: Remux-1080p - Anime + score: 0 # adjust as desired + - trash_ids: + - 064af5f084a0a24458cc8ecd3220f93f # Uncensored + quality_profiles: + - name: Remux-1080p - Anime + score: 0 # adjust as desired diff --git a/docs/recyclarr-configs/sonarr/anime-v4.yml b/docs/recyclarr-configs/sonarr/anime-v4.yml new file mode 100644 index 000000000..64a9a8843 --- /dev/null +++ b/docs/recyclarr-configs/sonarr/anime-v4.yml @@ -0,0 +1,77 @@ +# This config file is for use with Sonarr V4 only +sonarr: + sonarr: # A custom name used to identify this particular instance. + base_url: [sonarr_url_goes_here] + api_key: [api_key_goes_here] + + quality_definition: + type: anime + + custom_formats: + # Scores from TRaSH json + - trash_ids: + # Anime CF/Scoring + - 949c16fe0a8147f50ba82cc2df9411c9 # Anime BD Tier 01 (Top SeaDex Muxers) + - ed7f1e315e000aef424a58517fa48727 # Anime BD Tier 02 (SeaDex Muxers) + - 096e406c92baa713da4a72d88030b815 # Anime BD Tier 03 (SeaDex Muxers) + - 30feba9da3030c5ed1e0f7d610bcadc4 # Anime BD Tier 04 (SeaDex Muxers) + - 545a76b14ddc349b8b185a6344e28b04 # Anime BD Tier 05 (Remuxes) + - 25d2afecab632b1582eaf03b63055f72 # Anime BD Tier 06 (FanSubs) + - 0329044e3d9137b08502a9f84a7e58db # Anime BD Tier 07 (P2P/Scene) + - c81bbfb47fed3d5a3ad027d077f889de # Anime BD Tier 08 (Mini Encodes) + - e0014372773c8f0e1bef8824f00c7dc4 # Anime Web Tier 01 (Muxers) + - 19180499de5ef2b84b6ec59aae444696 # Anime Web Tier 02 (Top FanSubs) + - c27f2ae6a4e82373b0f1da094e2489ad # Anime Web Tier 03 (Official Subs) + - 4fd5528a3a8024e6b49f9c67053ea5f3 # Anime Web Tier 04 (Official Subs) + - 29c2a13d091144f63307e4a8ce963a39 # Anime Web Tier 05 (FanSubs) + - dc262f88d74c651b12e9d90b39f6c753 # Anime Web Tier 06 (FanSubs) + - b4a1b3d705159cdca36d71e57ca86871 # Anime Raws + - e3515e519f3b1360cbfc17651944354c # Anime LQ Groups + - 15a05bc7c1a36e2b57fd628f8977e2fc # AV1 + - d2d7b8a9d39413da5f44054080e028a3 # v0 + - 273bd326df95955e1b6c26527d1df89b # v1 + - 228b8ee9aa0a609463efca874524a6b8 # v2 + - 0e5833d3af2cc5fa96a0c29cd4477feb # v3 + - 4fc15eeb8f2f9a749f918217d4234ad8 # v4 + - b2550eb333d27b75833e25b8c2557b38 # 10bit + - 9c14d194486c4014d422adc64092d794 # Dubs Only + - 07a32f77690263bb9fda1842db7e273f # VOSTFR + # Anime Streaming Services + - d660701077794679fd59e8bdf4ce3a29 # AMZN + - 7dd31f3dee6d2ef8eeaa156e23c3857e # B-Global + - 4c67ff059210182b59cdd41697b8cb08 # Bilibili + - 3e0b26604165f463f3e8e192261e7284 # CR + - 89358767a60cc28783cdc3d0be9388a4 # DSNP + - 1284d18e693de8efe0fe7d6b3e0b9170 # FUNi + - 570b03b3145a25011bf073274a407259 # HIDIVE + - d34870697c9db575f17700212167be23 # NF + - 44a8ee6403071dd7b8a3a8dd3fe8cb20 # VRV + quality_profiles: + - name: Remux-1080p - Anime + reset_unmatched_scores: true + # Adjustable scoring section + - trash_ids: + - e6258996055b9fbab7e9cb2f75819294 # WEB Tier 01 + quality_profiles: + - name: Remux-1080p - Anime + score: 450 # required as this differs from the standard scoring + - trash_ids: + - 58790d4e2fdcd9733aa7ae68ba2bb503 # WEB Tier 02 + quality_profiles: + - name: Remux-1080p - Anime + score: 400 # required as this differs from the standard scoring + - trash_ids: + - d84935abd3f8556dcd51d4f27e22d0a6 # WEB Tier 03 + quality_profiles: + - name: Remux-1080p - Anime + score: 350 # required as this differs from the standard scoring + - trash_ids: + - 418f50b10f1907201b6cfdf881f467b7 # Anime Dual Audio + quality_profiles: + - name: Remux-1080p - Anime + score: 0 # adjust as desired + - trash_ids: + - 026d5aadd1a6b4e550b134cb6c72b3ca # Uncensored + quality_profiles: + - name: Remux-1080p - Anime + score: 0 # adjust as desired