Merge branch 'master' into PlexTips-update

pull/376/head
TRaSH 3 years ago committed by GitHub
commit d26bc7ab95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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.

@ -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
```
---

@ -1,6 +1,6 @@
{
"trash_id": "2a4d9069cc1fe3242ff9bdaebed239bb",
"trash_score": "900",
"trash_score": "850",
"name": "HDR (undefined)",
"includeCustomFormatWhenRenaming": false,
"specifications": [

@ -1,6 +1,6 @@
{
"trash_id": "e61e28db95d22bedcadf030b8f156d96",
"trash_score": "900",
"trash_score": "850",
"name": "HDR",
"includeCustomFormatWhenRenaming": false,
"specifications": [

@ -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

Loading…
Cancel
Save