From fa866dc6b50f5f22b4462256045b609925f06d25 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 10 Oct 2022 17:29:13 +0200 Subject: [PATCH 1/4] [Downloaders] Better description for number of connections - Updated: Better description for number of connections. --- docs/Downloaders/NZBGet/Basic-Setup.md | 2 +- docs/Downloaders/SABnzbd/Basic-Setup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Downloaders/NZBGet/Basic-Setup.md b/docs/Downloaders/NZBGet/Basic-Setup.md index eb51ea0e2..5e141011c 100644 --- a/docs/Downloaders/NZBGet/Basic-Setup.md +++ b/docs/Downloaders/NZBGet/Basic-Setup.md @@ -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 diff --git a/docs/Downloaders/SABnzbd/Basic-Setup.md b/docs/Downloaders/SABnzbd/Basic-Setup.md index b85e3812d..3ec8cff48 100644 --- a/docs/Downloaders/SABnzbd/Basic-Setup.md +++ b/docs/Downloaders/SABnzbd/Basic-Setup.md @@ -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 From df9999860d910066ec4b95214f15ff43c0524a2b Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 10 Oct 2022 17:31:59 +0200 Subject: [PATCH 2/4] # 2022-10-10 17:31 # 2022-10-10 17:31 --- docs/updates.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/updates.txt b/docs/updates.txt index c26275ac8..796cfb59e 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,7 @@ +# 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 From eebd900d12a909a2b55d06e7bfb2272d1347ddd2 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 10 Oct 2022 18:00:40 +0200 Subject: [PATCH 3/4] [SQP-1] Add: WEB-720p quality file size - Add: WEB-720p quality file size (#access-to-sqp for more info) --- docs/json/radarr/quality-size/sqp-streaming.json | 12 ++++++++++++ includes/sqp/1-quality-size.md | 2 ++ 2 files changed, 14 insertions(+) diff --git a/docs/json/radarr/quality-size/sqp-streaming.json b/docs/json/radarr/quality-size/sqp-streaming.json index 781b8d353..47bf2704e 100644 --- a/docs/json/radarr/quality-size/sqp-streaming.json +++ b/docs/json/radarr/quality-size/sqp-streaming.json @@ -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, diff --git a/includes/sqp/1-quality-size.md b/includes/sqp/1-quality-size.md index de5c2d15f..db2452197 100644 --- a/includes/sqp/1-quality-size.md +++ b/includes/sqp/1-quality-size.md @@ -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. From 677dc7422d8831bb0b412ebb89d36d1dbbdefdfe Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 10 Oct 2022 18:04:05 +0200 Subject: [PATCH 4/4] # 2022-10-10 18:05 # 2022-10-10 18:05 --- docs/updates.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/updates.txt b/docs/updates.txt index 796cfb59e..5b85e1da9 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,7 @@ +# 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