Empty Recyclarr config guide pages

- Empty the existing Recyclarr config guide pages and replace with the new link. This page is already subject to a redirect so won't been seen, but the original content now throws errors as the config files themselves are no longer in the TRaSH repo
pull/1406/head
yammes08 10 months ago
parent b168a9df67
commit b01a50696a

@ -1,165 +1,3 @@
# 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"}
- [Streaming Optimized (SQP-1 2160p)](/SQP/1-4k){: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) |
| [Streaming Optimized (SQP-1 2160p)](#streaming-optimized-sqp-1-2160p) |
| [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/sqp-1.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### Streaming Optimized (SQP-1 2160p)
??? question "Streaming Optimized (SQP-1 2160p) - [CLICK TO EXPAND]"
- You want 2160p with DV + HDR10 but don't care about HD audio (TrueHD, DTS-HD, DTS-X).
- You want maximum compatibility between all devices and still a HQ releases.
- You run 2 instances of Radarr and want both version or you want to use this as your main.
- You want to have minimum till none transcoding for low powered devices or remote streaming.
- You're using your smart tv app as media player device.
- Optimized for PLEX, Emby, Jellyfin, and other streaming platforms.
- Encoded lossless audio track to Dolby Digital Plus 7.1 with Dolby Digital 5.1 fallback.
- Dolby Vision with HDR10 fallback.
??? example "YAML - [CLICK TO EXPAND]"
```yaml
[[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/sqp/sqp-1-2160p.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### 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/sqp-2.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### 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/sqp-3.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### 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/sqp-4.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### 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/sqp-5.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
This page has been relocated here: [Recyclarr - Pre-Built SQP Configuration Files](https://recyclarr.dev/wiki/sqp-configs/)

@ -1,403 +1,3 @@
# Collection of Recyclarr configs
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"}
- [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"}
<!--- [Radarr - How to setup Quality Profiles French](/Radarr/radarr-setup-quality-profiles-french){:target="_blank" rel="noopener noreferrer"}-->
--8<-- "includes/support.md"
---
## INDEX
---
| 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 HD Bluray + WEB MULTi](#french-hd-bluray-web-multi) | [French Anime MULTi](#french-anime-multi) |
| [French HD Bluray + WEB VOSTFR](#french-hd-bluray-web-vostfr) | [French Anime VOSTFR](#french-anime-vostfr) |
| [French UHD Bluray + WEB MULTi](#french-uhd-bluray-web-multi) | |
| [French UHD Bluray + WEB VOSTFR](#french-hd-bluray-web-vostfr) | |
| [French Remux + WEB 1080p MULTi](#french-remux-web-1080p-multi) | |
| [French Remux + WEB 1080p VOSTFR](#french-remux-web-1080p-vostfr) | |
| [French Remux + WEB 2160p MULTi](#french-remux-web-2160p-multi) | |
| [French Remux + WEB 2160p VOSTFR](#french-remux-web-2160p-vostfr) | |
---
## Radarr
---
### HD Bluray + WEB
??? question "HD Bluray + WEB - [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.
??? example "YAML - [CLICK TO EXPAND]"
```yaml
[[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/hd-bluray-web.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### 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 %]]
```
<sub><sup>[TOP](#index)</sup>
---
### 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 %]]
```
<sub><sup>[TOP](#index)</sup>
---
### 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 %]]
```
<sub><sup>[TOP](#index)</sup>
---
### 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-radarr.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### French HD Bluray + WEB MULTi
??? question "HD Bluray + WEB - [CLICK TO EXPAND]"
If you prefer High Quality HD Encodes (Bluray-720p/1080p) - French MULTi
Size: 6-15 GB for a Bluray-1080p depending on the running time.
??? example "YAML - [CLICK TO EXPAND]"
```yaml
[[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/french-hd-bluray-web-multi.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### French HD Bluray + WEB VOSTFR
??? question "HD Bluray + WEB - [CLICK TO EXPAND]"
If you prefer High Quality HD Encodes (Bluray-720p/1080p) - French VOSTFR
Size: 6-15 GB for a Bluray-1080p depending on the running time.
??? example "YAML - [CLICK TO EXPAND]"
```yaml
[[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/french-hd-bluray-web-vostfr.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### French UHD Bluray + WEB MULTi
??? question "UHD Bluray + WEB - [CLICK TO EXPAND]"
If you prefer High Quality UHD Encodes (Bluray-2160p) - French MULTi
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/french-uhd-bluray-web-multi.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### French UHD Bluray + WEB VOSTFR
??? question "UHD Bluray + WEB - [CLICK TO EXPAND]"
If you prefer High Quality UHD Encodes (Bluray-2160p) - French VOSTFR
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/french-uhd-bluray-web-vostfr.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### French Remux + WEB 1080p MULTi
??? question "Remux + WEB 1080p - [CLICK TO EXPAND]"
If you prefer 1080p Remuxes (Remux-1080p) - French MULTi
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/french-remux-web-1080p-multi.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### French Remux + WEB 1080p VOSTFR
??? question "Remux + WEB 1080p - [CLICK TO EXPAND]"
If you prefer 1080p Remuxes (Remux-1080p) - French VOSTFR
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/french-remux-web-1080p-vostfr.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### French Remux + WEB 2160p MULTi
??? question "Remux + WEB 2160p - [CLICK TO EXPAND]"
If you prefer 2160p Remuxes (Remux-2160p) - French MULTi
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/french-remux-web-2160p-multi.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### French Remux + WEB 2160p VOSTFR
??? question "Remux + WEB 2160p - [CLICK TO EXPAND]"
If you prefer 2160p Remuxes (Remux-2160p) - French VOSTFR
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/french-remux-web-2160p-vostfr.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
## Sonarr
---
### WEB-1080p
??? question "WEB-1080p - [CLICK TO EXPAND]"
If you prefer 720p/1080p WEBDL (WEB-1080p)
??? example "YAML - [CLICK TO EXPAND]"
```yaml
[[% filter indent(width=4) %]][[% include 'recyclarr-configs/sonarr/web-1080p-v4.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### WEB-2160p
??? question "WEB-2160p - [CLICK TO EXPAND]"
If you prefer 2160p WEBDL (WEB-2160p)
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]"
```yaml
[[% filter indent(width=4) %]][[% include 'recyclarr-configs/sonarr/web-2160p-v4.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### 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-sonarr-v4.yml' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### 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 %]]
```
<sub><sup>[TOP](#index)</sup>
---
### 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 %]]
```
<sub><sup>[TOP](#index)</sup>
---
### 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 %]]
```
<sub><sup>[TOP](#index)</sup>
---
### 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 %]]
```
<sub><sup>[TOP](#index)</sup>
---
This page has been relocated here: [Recyclarr - Pre-Built Configuration Files](https://recyclarr.dev/wiki/guide-configs/)

Loading…
Cancel
Save