mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
Update configuration.py
This commit is contained in:
parent
7d59d01f25
commit
f016fd4990
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ def configure_torrents(config):
|
||||||
core.TORRENT_CLIENT_AGENT = torrent_config['clientAgent'] # utorrent | deluge | transmission | rtorrent | vuze | qbittorrent | synods | other
|
core.TORRENT_CLIENT_AGENT = torrent_config['clientAgent'] # utorrent | deluge | transmission | rtorrent | vuze | qbittorrent | synods | other
|
||||||
core.OUTPUT_DIRECTORY = torrent_config['outputDirectory'] # /abs/path/to/complete/
|
core.OUTPUT_DIRECTORY = torrent_config['outputDirectory'] # /abs/path/to/complete/
|
||||||
core.TORRENT_DEFAULT_DIRECTORY = torrent_config['default_downloadDirectory']
|
core.TORRENT_DEFAULT_DIRECTORY = torrent_config['default_downloadDirectory']
|
||||||
|
core.TORRENT_NO_MANUAL = int(torrent_config['no_manuall'])
|
||||||
|
|
||||||
configure_torrent_linking(torrent_config)
|
configure_torrent_linking(torrent_config)
|
||||||
configure_flattening(torrent_config)
|
configure_flattening(torrent_config)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue