From 298a49c899929948f03fb26dbb49c587f2cf2a35 Mon Sep 17 00:00:00 2001 From: <> Date: Sun, 29 Jan 2023 20:00:41 +0000 Subject: [PATCH] Deployed 5cb5754f with MkDocs version: 1.4.2 --- Hardlinks/How-to-setup-for/Unraid/index.html | 21 +++- .../images/unraid-enable-hardlinks.png | Bin 0 -> 19461 bytes .../index.html | 90 +++++++++++++-- .../index.html | 56 +++++++++- .../index.html | 56 +++++++++- .../radarr-setup-quality-profiles/index.html | 68 +++++++++++- SQP/1/index.html | 5 + SQP/2/index.html | 17 ++- SQP/3/index.html | 17 ++- SQP/4/index.html | 17 ++- SQP/5/index.html | 17 ++- .../Sonarr-Release-Profile-RegEx/index.html | 6 +- .../index.html | 104 ++++++++++++++++-- .../index.html | 10 ++ .../index.html | 10 ++ .../sonarr-setup-quality-profiles/index.html | 10 ++ json/radarr/cf/lq.json | 25 +++-- json/radarr/cf/stan.json | 35 ++++++ json/sonarr/cf/lq.json | 38 +++++-- json/sonarr/cf/stan.json | 36 ++++++ json/sonarr/rp/lqGroups.json | 2 +- json/sonarr/rp/streaming.json | 3 +- search/search_index.json | 2 +- sitemap.xml.gz | Bin 1051 -> 1051 bytes updates.txt | 13 +++ 25 files changed, 596 insertions(+), 62 deletions(-) create mode 100644 Hardlinks/How-to-setup-for/images/unraid-enable-hardlinks.png create mode 100644 json/radarr/cf/stan.json create mode 100644 json/sonarr/cf/stan.json diff --git a/Hardlinks/How-to-setup-for/Unraid/index.html b/Hardlinks/How-to-setup-for/Unraid/index.html index 3f672edeb..15d4ac5f2 100644 --- a/Hardlinks/How-to-setup-for/Unraid/index.html +++ b/Hardlinks/How-to-setup-for/Unraid/index.html @@ -878,6 +878,11 @@
(Spaceinvader One YouTube guides are great to learn how to start with unraid or how to setup certain applications, and yes I did and still do use them. Probably the main reason why he's using those path is because they are predefined in the template)
Make sure hardlinks support is enabled in your Settings
=> Global Share Settings
.
Warning
-To get Hardlinks and Atomic-Moves working with Unraid you will need to make use of ONE share with subfolders.
+To get Hardlinks and Atomic-Moves working with Unraid,
You will need to make use of ONE share with subfolders.
For this example I'm using my own setup and preferred share data
.
Go to your dashboard and on the top select shares
select add share
.
Note
Keep in mind regarding the use of the Cache drive, The mover can't move files that are in use, like when seeding with torrents. You will need to stop/pause the torrents so the mover can move them to your Array.
Tip
-If you use qBittorrent you can automate the process by following the following Guide HERE
+If you use qBittorrent you can automate the process by following the following Guide HERE
With Usenet you won't have any issues.
@@ -1237,7 +1248,7 @@ Last update: - January 14, 2023 19:30:59 + January 29, 2023 18:38:20Stan
+{
+ "trash_id": "c2863d2a50c9acad1fb50e53ece60817",
+ "trash_regex": "https://regex101.com/r/IMS7Or/1",
+ "name": "STAN",
+ "includeCustomFormatWhenRenaming": true,
+ "specifications": [
+ {
+ "name": "Stan",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b(stan)\\b[ ._-]web[ ._-]?(dl|rip)?\\b"
+ }
+ },
+ {
+ "name": "WEBDL",
+ "implementation": "SourceSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": 3
+ }
+ },
+ {
+ "name": "WEBRIP",
+ "implementation": "SourceSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": 4
+ }
+ }
+ ]
+}
+