mirror of
https://github.com/TRaSH-Guides/Guides.git
synced 2026-05-23 10:49:13 -05:00
Recyclarr Tweaks
- Amended Guide Sync page to remove old info and give direct link to landing page - Updated templates.json with anime files - Renamed anime configs with unique names - Added Upscale optional CF to SQP config files
This commit is contained in:
@@ -60,15 +60,9 @@ Just enable the Custom Formats/Release Profiles you want.
|
||||
|
||||
## Recyclarr
|
||||
|
||||
It's possible with [Recyclarr](https://github.com/rcdailey/recyclarr){:target="_blank" rel="noopener noreferrer"}
|
||||
[Recyclarr Info](/Recyclarr/){:target="_blank" rel="noopener noreferrer"}
|
||||
|
||||
Automatically mirror TRaSH guides to your Sonarr/Radarr instance based on your setup scheduler.
|
||||
|
||||
[Instructions](https://github.com/rcdailey/recyclarr#getting-started){:target="_blank" rel="noopener noreferrer"}
|
||||
|
||||
### Recyclarr Config Files
|
||||
|
||||
[Recyclarr Config Files](/Recyclarr/){:target="_blank" rel="noopener noreferrer"}
|
||||
[Recyclarr Documentation](https://recyclarr.dev/wiki/){:target="_blank" rel="noopener noreferrer"}
|
||||
|
||||
{! include-markdown "../../includes/support.md" !}
|
||||
<!-- --8<-- "includes/support.md" -->
|
||||
|
||||
@@ -121,7 +121,7 @@ Here you will find a collection of Recyclarr configs based on the following guid
|
||||
??? example "YAML - [CLICK TO EXPAND]"
|
||||
|
||||
```yaml
|
||||
[[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/anime.yml' %]][[% endfilter %]]
|
||||
[[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/anime-radarr.yml' %]][[% endfilter %]]
|
||||
```
|
||||
|
||||
<sub><sup>[TOP](#index)</sup>
|
||||
@@ -181,7 +181,7 @@ Here you will find a collection of Recyclarr configs based on the following guid
|
||||
??? example "YAML - [CLICK TO EXPAND]"
|
||||
|
||||
```yaml
|
||||
[[% filter indent(width=4) %]][[% include 'recyclarr-configs/sonarr/anime-v4.yml' %]][[% endfilter %]]
|
||||
[[% filter indent(width=4) %]][[% include 'recyclarr-configs/sonarr/anime-sonarr-v4.yml' %]][[% endfilter %]]
|
||||
```
|
||||
|
||||
<sub><sup>[TOP](#index)</sup>
|
||||
|
||||
@@ -41,6 +41,7 @@ radarr:
|
||||
# - 5c44f52a8714fdd79bb4d98e2673be1f # Retags
|
||||
# - f537cf427b64c38c8e36298f657e4828 # Scene
|
||||
# - 0a3f082873eb454bde444150b70253cc # Extras
|
||||
# - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled
|
||||
# Resolution
|
||||
- b2be17d608fc88818940cd1833b0b24c # 720p
|
||||
- 820b09bb9acbfde9c35c71e0e565dad8 # 1080p
|
||||
|
||||
@@ -73,6 +73,7 @@ radarr:
|
||||
# - 5c44f52a8714fdd79bb4d98e2673be1f # Retags
|
||||
# - f537cf427b64c38c8e36298f657e4828 # Scene
|
||||
# - 0a3f082873eb454bde444150b70253cc # Extras
|
||||
# - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled
|
||||
# Resolution
|
||||
- 820b09bb9acbfde9c35c71e0e565dad8 # 1080p
|
||||
- fb392fb0d61a010ae38e49ceaa24a1ef # 2160p
|
||||
|
||||
@@ -70,6 +70,7 @@ radarr:
|
||||
# - 5c44f52a8714fdd79bb4d98e2673be1f # Retags
|
||||
# - f537cf427b64c38c8e36298f657e4828 # Scene
|
||||
# - 0a3f082873eb454bde444150b70253cc # Extras
|
||||
# - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled
|
||||
# Resolution
|
||||
- 820b09bb9acbfde9c35c71e0e565dad8 # 1080p
|
||||
- fb392fb0d61a010ae38e49ceaa24a1ef # 2160p
|
||||
|
||||
@@ -69,6 +69,7 @@ radarr:
|
||||
# - 5c44f52a8714fdd79bb4d98e2673be1f # Retags
|
||||
# - f537cf427b64c38c8e36298f657e4828 # Scene
|
||||
# - 0a3f082873eb454bde444150b70253cc # Extras
|
||||
# - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled
|
||||
# Resolution
|
||||
- 820b09bb9acbfde9c35c71e0e565dad8 # 1080p
|
||||
- fb392fb0d61a010ae38e49ceaa24a1ef # 2160p
|
||||
|
||||
@@ -72,6 +72,7 @@ radarr:
|
||||
# - 5c44f52a8714fdd79bb4d98e2673be1f # Retags
|
||||
# - f537cf427b64c38c8e36298f657e4828 # Scene
|
||||
# - 0a3f082873eb454bde444150b70253cc # Extras
|
||||
# - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled
|
||||
# Resolution
|
||||
- 820b09bb9acbfde9c35c71e0e565dad8 # 1080p
|
||||
- fb392fb0d61a010ae38e49ceaa24a1ef # 2160p
|
||||
|
||||
@@ -15,6 +15,10 @@
|
||||
{
|
||||
"template": "radarr/remux-web-2160p.yml",
|
||||
"id": "remux-web-2160p"
|
||||
},
|
||||
{
|
||||
"template": "radarr/anime-radarr.yml",
|
||||
"id": "anime-radarr"
|
||||
},
|
||||
{
|
||||
"template": "radarr/sqp-1.yml",
|
||||
@@ -39,14 +43,18 @@
|
||||
],
|
||||
"sonarr": [
|
||||
{
|
||||
"template": "sonarr/french-anime-multi-v4.yml",
|
||||
"id": "french-anime-multi-v4"
|
||||
"template": "sonarr/web-1080p-v4.yml",
|
||||
"id": "web-1080p-v4"
|
||||
},
|
||||
{
|
||||
"template": "sonarr/french-anime-vostfr-v4.yml",
|
||||
"id": "french-anime-vostfr-v4"
|
||||
"template": "sonarr/web-2160p-v4.yml",
|
||||
"id": "web-2160p-v4"
|
||||
},
|
||||
{
|
||||
{
|
||||
"template": "sonarr/anime-sonarr-v4.yml",
|
||||
"id": "anime-sonarr-v4"
|
||||
},
|
||||
{
|
||||
"template": "sonarr/french-web-1080p-multi-v4.yml",
|
||||
"id": "french-web-1080p-multi-v4"
|
||||
},
|
||||
@@ -54,13 +62,13 @@
|
||||
"template": "sonarr/french-web-1080p-vostfr-v4.yml",
|
||||
"id": "french-web-1080p-vostfr-v4"
|
||||
},
|
||||
{
|
||||
"template": "sonarr/web-1080p-v4.yml",
|
||||
"id": "web-1080p-v4"
|
||||
{
|
||||
"template": "sonarr/french-anime-multi-v4.yml",
|
||||
"id": "french-anime-multi-v4"
|
||||
},
|
||||
{
|
||||
"template": "sonarr/web-2160p-v4.yml",
|
||||
"id": "web-2160p-v4"
|
||||
"template": "sonarr/french-anime-vostfr-v4.yml",
|
||||
"id": "french-anime-vostfr-v4"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user