From 65714a45d8aeee9aa41c8769ded705dfe74e020a Mon Sep 17 00:00:00 2001 From: Eugene Amos Date: Wed, 29 Nov 2023 00:36:50 -0800 Subject: [PATCH] qbittorrent > updating wiki --- podfetch/README.md | 2 +- qbittorrent/README.md | 4 ++-- qbittorrent/assign_category.py | 2 +- qbittorrent/docker-compose-qbittorrent.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/podfetch/README.md b/podfetch/README.md index a0be81c..42def2a 100644 --- a/podfetch/README.md +++ b/podfetch/README.md @@ -12,7 +12,7 @@ Table of Contents
  1. PIP
  2. -
  3. Getting Started
  4. +
  5. Folder Structure
  6. Script
  7. Run
  8. Testing
  9. diff --git a/qbittorrent/README.md b/qbittorrent/README.md index ee81a34..0d9c306 100644 --- a/qbittorrent/README.md +++ b/qbittorrent/README.md @@ -28,13 +28,13 @@ When the script is called it will do the following: - If both or either are **FALSE** then the script will move to **#3**. -> Note: When you **right click** on a **category** in qbittorrent you can edit the **save path** location. +>
    **Note:**  When you **right click** on a **category** in qbittorrent you can edit the **save path** location.
      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`. -> Note: **95%** of the time I only add movies from **YTS.MX**. This can be changed to any movie identifier needed. +>
    **Note:**  *95%* of the time I only add movies from **YTS.MX**. This can be changed to any movie identifier needed.
     
    diff --git a/qbittorrent/assign_category.py b/qbittorrent/assign_category.py index 0b15fac..c4a69d8 100644 --- a/qbittorrent/assign_category.py +++ b/qbittorrent/assign_category.py @@ -20,7 +20,7 @@ qbitt_username = '' qbitt_password = '' # qbittorrent webui address. -#url = 'http://192.168.1.59:8080' +#url = 'http://192.168.1.55:8080' url = 'http://:' # The categories to use for matching torrents. Change as needed. diff --git a/qbittorrent/docker-compose-qbittorrent.yml b/qbittorrent/docker-compose-qbittorrent.yml index 0091310..464813f 100644 --- a/qbittorrent/docker-compose-qbittorrent.yml +++ b/qbittorrent/docker-compose-qbittorrent.yml @@ -46,7 +46,7 @@ services: - WEBUI_PORT=8124 healthcheck: # change this ip addrss to match your server. Mine is below as an example - #test: curl -sf http://192.168.1.59:8124 || exit 1 + #test: curl -sf http://192.168.1.55:8124 || exit 1 test: curl -sf http://:8124 || exit 1 interval: 60s timeout: 30s