From 52289f2cd22dba944c3ff7071b0f807f004e73f5 Mon Sep 17 00:00:00 2001 From: Visorask <54461452+Visorask@users.noreply.github.com> Date: Thu, 14 Oct 2021 16:30:18 -0500 Subject: [PATCH 1/5] Update naiyas to only match naiyas release. Updated: Sonarr - Release Profile RegEx (Anime) - Changed: Modified naiyas to only match naiyas group and not naiyas-weeklies. --- docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md index 42239d63c..64790c7be 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md @@ -340,7 +340,7 @@ BluRay / Dual-Audio / 1st Tier ``` ```bash -/(\bKH\b|\bCBT\b|naiyas|ShowY|Kametsu|\bPn8\b|Hark0N)/i +/(\bKH\b|\bCBT\b|\[naiyas\]|-naiyas\b|ShowY|Kametsu|\bPn8\b|Hark0N)/i ``` --- From acb1af46ab85fad79f992f8b6c2b9d99c2c98777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 06:04:35 +0000 Subject: [PATCH 2/5] Bump mkdocs-awesome-pages-plugin from 2.5.0 to 2.5.1 Bumps [mkdocs-awesome-pages-plugin](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/releases) - [Commits](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/compare/v2.5.0...v2.5.1) --- updated-dependencies: - dependency-name: mkdocs-awesome-pages-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c70f1f6f6..7095811b2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ git+https://github.com/fralau/mkdocs_macros_plugin@v0.5.12#egg=mkdocs-macros-plugin git+https://github.com/g-provost/lightgallery-markdown@v0.5#egg=lightgallery markdown==3.3.4 -mkdocs-awesome-pages-plugin==2.5.0 +mkdocs-awesome-pages-plugin==2.5.1 mkdocs-git-revision-date-localized-plugin==0.10.0 mkdocs-material-extensions==1.0.3 mkdocs-material==7.3.3 From 6592f19ea6890dc4fa06588cfe5d718055f2a205 Mon Sep 17 00:00:00 2001 From: bokkoman Date: Fri, 15 Oct 2021 10:34:49 +0200 Subject: [PATCH 3/5] update pullio Pullio section update for scheduled task instead of triggered task. Added a small how-to for scheduled task creation. --- docs/Hardlinks/How-to-setup-for/Synology.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index 7dce6ebd9..46886a182 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -257,9 +257,15 @@ First you need to download Pullio sudo chmod +x /usr/local/bin/pullio ``` -For Pullio to work, you will need to create in your Task Scheduler a "triggered task" that runs for example at 4am at night with root privileges. +For Pullio to work, you will need to create in your Task Scheduler a "Scheduled Task" that runs for example at 4am at night with root privileges. -Add the following line to your triggered task +`Control Panel` > `Task Scheduler` > click `Create` > choose `Scheduled task - user defined script` + +Give the task a name so you know what it does. Choose user `root`. + +In the `Schedule` tab choose whenever you want it to check for updates. + +At `Task Settings` tab, add the following line in the Run Command section: ```bash /usr/local/bin/pullio > /volume1/docker/appdata/pullio/pullio.log 2>&1 From dd40c29f97fbefe80f01be654a58b1f8c9553484 Mon Sep 17 00:00:00 2001 From: Sad Stan <76420253+sadstan@users.noreply.github.com> Date: Fri, 15 Oct 2021 14:43:05 +0530 Subject: [PATCH 4/5] Removed Note about Preferred Score Sonarr doesn't have an option for preferred score. https://prnt.sc/1w89xx4 --- docs/Sonarr/Sonarr-Quality-Settings-File-Size.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/Sonarr/Sonarr-Quality-Settings-File-Size.md b/docs/Sonarr/Sonarr-Quality-Settings-File-Size.md index eef3e8604..5a9079a0c 100644 --- a/docs/Sonarr/Sonarr-Quality-Settings-File-Size.md +++ b/docs/Sonarr/Sonarr-Quality-Settings-File-Size.md @@ -73,10 +73,3 @@ I only do WEB-DL my self for TV shows because in my opinion WEB-DL is the sweet | WEBDL-2160p | 69.1 | 350 | | Bluray-2160p | 94.6 | 400 | | Bluray-2160p Remux | 204.4 | 400 | - -!!! note - The reason why you don't see the preferred score in the Table is because we want max quality anyway so as high as possible. - - The highest preferred quality you can manually enter is 1 less than the Maximum quality. If you use the slider, the preferred quality can be up to 5 lesser than the Maximum quality. - - Make sure you have enabled 'Show Advanced' in Radarr, if you don't see a provision to enter the scores, under the Quality settings. From 88216aab67969562afbb7f7d74e7a00b5623faa5 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Fri, 15 Oct 2021 11:13:55 +0200 Subject: [PATCH 5/5] Updated: Lowered scoring of CF [HDR]+[HDR (undefined)] Updated: CF [HDR] - Changed: Score from 900 to 850, This should fix the few cases where HDR would be preferred over DoVi Updated: CF [HDR (undefined)] - Changed: Score from 900 to 850, This should fix the few cases where HDR would be preferred over DoVi --- docs/json/radarr/hdr-undefined.json | 2 +- docs/json/radarr/hdr.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/hdr-undefined.json b/docs/json/radarr/hdr-undefined.json index 396945fd5..34e043c82 100644 --- a/docs/json/radarr/hdr-undefined.json +++ b/docs/json/radarr/hdr-undefined.json @@ -1,6 +1,6 @@ { "trash_id": "2a4d9069cc1fe3242ff9bdaebed239bb", - "trash_score": "900", + "trash_score": "850", "name": "HDR (undefined)", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/hdr.json b/docs/json/radarr/hdr.json index 2fb059662..a4672e4c1 100644 --- a/docs/json/radarr/hdr.json +++ b/docs/json/radarr/hdr.json @@ -1,6 +1,6 @@ { "trash_id": "e61e28db95d22bedcadf030b8f156d96", - "trash_score": "900", + "trash_score": "850", "name": "HDR", "includeCustomFormatWhenRenaming": false, "specifications": [