Merge pull request #1167 from yammes08/Recyclarr-landing-page
Recyclarr landing page updatespull/1163/head
commit
3f8b884ec7
@ -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 %]]
|
||||
```
|
||||
|
||||
<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-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-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-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-5.yml' %]][[% endfilter %]]
|
||||
```
|
||||
|
||||
<sub><sup>[TOP](#index)</sup>
|
||||
|
||||
---
|
@ -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
|
@ -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
|
Loading…
Reference in new issue