From ab24081e30171539d0b65283b62d87d0d6294a12 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Tue, 23 Dec 2014 09:38:29 +1030 Subject: [PATCH] change default Transmission port. Fixes #645 --- autoProcessMedia.cfg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoProcessMedia.cfg.spec b/autoProcessMedia.cfg.spec index 550a4366..f6459900 100644 --- a/autoProcessMedia.cfg.spec +++ b/autoProcessMedia.cfg.spec @@ -229,7 +229,7 @@ uTorrentPWD = your password ###### Transmission (You must edit this if your using TorrentToMedia.py with uTorrent) TransmissionHost = localhost - TransmissionPort = 8084 + TransmissionPort = 9091 TransmissionUSR = your username TransmissionPWD = your password #### Deluge (You must edit this if your using TorrentToMedia.py with deluge. Note that the host/port is for the deluge daemon, not the webui)