From 8758f0ffa0266c784df5144addbad144314bb886 Mon Sep 17 00:00:00 2001 From: Audionut Date: Sun, 25 Aug 2024 16:35:46 +1000 Subject: [PATCH] More notes for example_config --- data/example-config.py | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/data/example-config.py b/data/example-config.py index 1a26a307b..465b92ced 100644 --- a/data/example-config.py +++ b/data/example-config.py @@ -37,6 +37,7 @@ "TRACKERS" : { # Which trackers do you want to upload to? # Available tracker: BLU, BHD, AITHER, STC, STT, SN, THR, R4E, HP, ACM, PTP, LCD, LST, PTER, NBL, ANT, MTV, CBR, RTF, HUNO, BHDTV, LT, PTER, TL, TDC, HDT, OE, RF, OTW, FNP, UTP + # Remove the ones not used to save being asked everytime "default_trackers" : "BLU, BHD, AITHER, STC, STT, SN, THR, R4E, HP, ACM, PTP, LCD, LST, PTER, NBL, ANT, MTV, CBR, RTF, HUNO, BHDTV, LT, PTER, TL, TDC, HDT, OE, RF, OTW, FNP, UTP", "BLU" : { @@ -219,15 +220,20 @@ }, }, - + # enable_search to true will automatically try and find a suitable hash to save having to rehash when creating torrents + # Should use the qbit API, but will also use the torrent_storage_dir to find suitable hashes "TORRENT_CLIENTS" : { - # Name your torrent clients here, for example, this example is named "Client1" + # Name your torrent clients here, for example, this example is named "Client1" and is set as default_torrent_client above + # All options relate to the webui, make sure you have the webui secured if it has WAN access + # See https://github.com/Audionut/Upload-Assistant/wiki "Client1" : { "torrent_client" : "qbit", + # "enable_search" : True, "qbit_url" : "http://127.0.0.1", "qbit_port" : "8080", "qbit_user" : "username", "qbit_pass" : "password", + # "torrent_storage_dir" : "path/to/BT_backup folder" # Remote path mapping (docker/etc.) CASE SENSITIVE # "local_path" : "/LocalPath", @@ -251,9 +257,6 @@ # If using remote path mapping, use remote path # For using multiple paths, use a list ["path1", "path2"] # "automatic_management_paths" : "" - - - # Remote path mapping (docker/etc.) CASE SENSITIVE # "local_path" : "E:\\downloads\\tv", # "remote_path" : "/remote/downloads/tv" @@ -292,12 +295,6 @@ }, - - - - - - "DISCORD" :{ "discord_bot_token" : "discord bot token", "discord_bot_description" : "L4G's Upload Assistant",