Skip to content

Commit

Permalink
More notes for example_config
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Aug 25, 2024
1 parent 25e523a commit 8758f0f
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions data/example-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down Expand Up @@ -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",
Expand All @@ -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"
Expand Down Expand Up @@ -292,12 +295,6 @@

},







"DISCORD" :{
"discord_bot_token" : "discord bot token",
"discord_bot_description" : "L4G's Upload Assistant",
Expand Down

0 comments on commit 8758f0f

Please sign in to comment.