Merge branch 'TRaSH-:master' into radarr-anime

pull/942/head
Michael Thomas 2 years ago committed by GitHub
commit 03ab21835e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ I will only explain the so called most important paths.
| `Port` | Port to connect to. |
| `Password` | Password to use for authentication. |
| `Encryption` | Encrypted server connection (TLS/SSL). (preferred to use this) |
| `Connections` | Use the lowest possible amount of connections +1 to gain your max download speed. |
| `Connections` | Use the lowest possible number of connections for max download speed +1 |
| `Retention` | How long the articles are stored on the news server. |
## CATEGORIES

@ -56,7 +56,7 @@ I recommend the .nzb Backup Folder because sabnzbd doesn't have a hidden history
1. Make sure you enable `SSL` so you get a secure connection to the USP.
1. Username that you got or created with your USP.
1. Password you got or created with your USP
1. Use the lowest possible amount of connections +1 to gain your max download speed.
1. Use the lowest possible number of connections for max download speed +1
1. How long the articles are stored on the news server.
1. For unreliable servers, will be ignored longer in case of failures

@ -2,6 +2,18 @@
"trash_id": "8f1391784833965c476bb6aee95fe328",
"type": "sqp-streaming",
"qualities": [
{
"quality": "WEBDL-720p",
"min": 17.1,
"preferred": 84.7,
"max": 85.7
},
{
"quality": "WEBRip-720p",
"min": 17.1,
"preferred": 84.7,
"max": 85.7
},
{
"quality": "WEBDL-1080p",
"min": 17.1,

@ -1,3 +1,11 @@
# 2022-10-10 18:05
**[Radarr]**
- Add: WEB-720p quality file size to SQP-1 (#access-to-sqp for more info). #896
# 2022-10-10 17:31
**[Guide - Downloaders]**
- Updated: Better description for number of connections. #895
# 2022-10-09
**[Guide - Synology]**
- Added: Warning for Automated script to use it only for initial setup. #852

@ -8,6 +8,8 @@
| {{ radarr['quality-size']['sqp-streaming']['qualities'][1]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][1]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][1]['preferred'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][1]['max'] }} |
| {{ radarr['quality-size']['sqp-streaming']['qualities'][2]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][2]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][2]['preferred'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][2]['max'] }} |
| {{ radarr['quality-size']['sqp-streaming']['qualities'][3]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][3]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][3]['preferred'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][3]['max'] }} |
| {{ radarr['quality-size']['sqp-streaming']['qualities'][4]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][4]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][4]['preferred'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][4]['max'] }} |
| {{ radarr['quality-size']['sqp-streaming']['qualities'][5]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][5]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][5]['preferred'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][5]['max'] }} |
The reason why you don't see the `Preferred` score in the table above is because we want max quality anyway. So set it as high as possible.

Loading…
Cancel
Save