qbittorrenty
> Updates
This commit is contained in:
parent
e7e687df77
commit
33aa93e4d4
@ -12,8 +12,8 @@
|
|||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
|
||||||
>
|
>
|
||||||
|
>
|
||||||
> * [inspector](https://gitea.euronvault.com/euronvault/eScripts/src/branch/main/inspector)
|
> * [inspector](https://gitea.euronvault.com/euronvault/eScripts/src/branch/main/inspector)
|
||||||
> * Monitor the network health of a container..
|
> * Monitor the network health of a container..
|
||||||
> * [ip_checker](https://gitea.euronvault.com/euronvault/eScripts/src/branch/main/ip_checker)
|
> * [ip_checker](https://gitea.euronvault.com/euronvault/eScripts/src/branch/main/ip_checker)
|
||||||
@ -26,7 +26,6 @@
|
|||||||
> * Monitor, automate and update Docker container images.
|
> * Monitor, automate and update Docker container images.
|
||||||
> </br>
|
> </br>
|
||||||
|
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
# :clipboard: Notes: `assign_category.py`
|
# :clipboard: Notes: `assign_category.py`
|
||||||
|
|
||||||
A script that will auto assign a category of an incoming torrent.
|
A script that will auto assign a category of an incoming torrent.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><strong>assign_category.py</strong> notes</summary>
|
<summary><strong>assign_category.py</strong> notes</summary>
|
||||||
</br>
|
</br>
|
||||||
@ -23,7 +24,6 @@ When the script is called it will do the following:
|
|||||||
1. Check the torrent files name for a season/episode pattern using the format of `SxxExx`. This check is also for uppercase or lowercase "s" & "e" and any number or combination of numbers in the `"xx"` spots.
|
1. Check the torrent files name for a season/episode pattern using the format of `SxxExx`. This check is also for uppercase or lowercase "s" & "e" and any number or combination of numbers in the `"xx"` spots.
|
||||||
|
|
||||||
2. Next the script will check if **"1080p"** or **"2160p"** is in the name.
|
2. Next the script will check if **"1080p"** or **"2160p"** is in the name.
|
||||||
|
|
||||||
- If both **#1** and **#2** are **TRUE**, then the category for that added torrent will change to `category_1080_shows`.
|
- If both **#1** and **#2** are **TRUE**, then the category for that added torrent will change to `category_1080_shows`.
|
||||||
|
|
||||||
- If both or either are **FALSE** then the script will move to **#3**.
|
- If both or either are **FALSE** then the script will move to **#3**.
|
||||||
@ -31,7 +31,6 @@ When the script is called it will do the following:
|
|||||||
> </br>**Note:** When you **right click** on a **category** in qbittorrent you can edit the **save path** location.</br>
|
> </br>**Note:** When you **right click** on a **category** in qbittorrent you can edit the **save path** location.</br>
|
||||||
|
|
||||||
3. Next the script will again check for **"1080p"** or **"2160p"** *AND* **"YTS.MX"** in the name.
|
3. Next the script will again check for **"1080p"** or **"2160p"** *AND* **"YTS.MX"** in the name.
|
||||||
|
|
||||||
- If **TRUE** then the added torrent is a movie and the category will change to `category_1080_movies`.
|
- If **TRUE** then the added torrent is a movie and the category will change to `category_1080_movies`.
|
||||||
|
|
||||||
> </br>**Note:** *95%* of the time I only add movies from **YTS.MX**. This can be changed to any movie identifier needed.</br>
|
> </br>**Note:** *95%* of the time I only add movies from **YTS.MX**. This can be changed to any movie identifier needed.</br>
|
||||||
@ -44,6 +43,7 @@ When the script is called it will do the following:
|
|||||||
# :clipboard: Notes: `docker-compose-qbittorrent.yml`
|
# :clipboard: Notes: `docker-compose-qbittorrent.yml`
|
||||||
|
|
||||||
This docker-compose file is traditionally used to create and start a container from the command line. For Portainer we can just copy and paste this script into the web editor field.
|
This docker-compose file is traditionally used to create and start a container from the command line. For Portainer we can just copy and paste this script into the web editor field.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><strong>docker-compose-qbittorrent.yml</strong> notes</summary>
|
<summary><strong>docker-compose-qbittorrent.yml</strong> notes</summary>
|
||||||
</br>
|
</br>
|
||||||
@ -179,8 +179,10 @@ apk add py3-qbittorrent-api
|
|||||||
```
|
```
|
||||||
|
|
||||||
> </br>**Note:** All `echo` lines will be printed out to the logs and the terminal. This way if for whatever reason the script is not working you can search the logs to troubleshoot the issue.</br>
|
> </br>**Note:** All `echo` lines will be printed out to the logs and the terminal. This way if for whatever reason the script is not working you can search the logs to troubleshoot the issue.</br>
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<p align="center">
|
||||||
<br />
|
<h2 align="center">For install instructions see the <a href="https://wiki.euronvault.com/qbittorrent" target="blank">wiki</a>.</h2>
|
||||||
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user