summaryrefslogtreecommitdiffstats
path: root/transmission-remote-cli
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-11-17 12:41:41 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-11-17 12:41:41 +0000
commit887e719d772e61e473f722f95b4b855902872ff4 (patch)
treea06117217d4c62d86766d71b054e75f061cc5829 /transmission-remote-cli
parentd2881e172435f194febad15ea0403ab5bc4f8fb3 (diff)
downloadtransmission-remote-cli-887e719d772e61e473f722f95b4b855902872ff4.tar.gz
Imported Upstream version 1.4.5upstream/1.4.5
Diffstat (limited to 'transmission-remote-cli')
-rwxr-xr-xtransmission-remote-cli5
1 files changed, 3 insertions, 2 deletions
diff --git a/transmission-remote-cli b/transmission-remote-cli
index 067b22c..668faff 100755
--- a/transmission-remote-cli
+++ b/transmission-remote-cli
@@ -16,7 +16,7 @@
# http://www.gnu.org/licenses/gpl-3.0.txt #
########################################################################
-VERSION = '1.4.4'
+VERSION = '1.4.5'
TRNSM_VERSION_MIN = '1.90'
TRNSM_VERSION_MAX = '2.73'
@@ -3237,13 +3237,14 @@ if __name__ == '__main__':
# one argument and it doesn't start with '-' --> treat it like it's a torrent link/url
if len(transmissionremote_args) == 1 and not transmissionremote_args[0].startswith('-'):
cmd.extend(['-a', transmissionremote_args[0]])
+ else:
+ cmd.extend(transmissionremote_args)
if config.get('Connection', 'username') and config.get('Connection', 'password'):
cmd_print = cmd
cmd_print.extend(['--auth', '%s:PASSWORD' % config.get('Connection', 'username')])
print "EXECUTING:\n%s\nRESPONSE:" % ' '.join(cmd_print)
cmd.extend(['--auth', '%s:%s' % (config.get('Connection', 'username'), config.get('Connection', 'password'))])
- cmd.extend(transmissionremote_args)
else:
print "EXECUTING:\n%s\nRESPONSE:" % ' '.join(cmd)
7-11/+60 2014-05-13New Upstream Snapshot (commit 1246b27)Jonathan McCrohan1-0/+6 2014-05-13Imported Upstream version 0+git20140512.1246b27upstream/0+git20140512.1246b27Jonathan McCrohan391-301/+3983 2014-04-05Release 0+git20140326.cfc2975-1debian/0+git20140326.cfc2975-1Jonathan McCrohan1-2/+2 2014-04-05d/control: update Homepage (upstream has moved from Gitweb to cgit)Jonathan McCrohan2-1/+2 2014-04-05New Upstream Snapshot (commit cfc2975)Jonathan McCrohan1-0/+6 2014-04-05Imported Upstream version 0+git20140326.cfc2975upstream/0+git20140326.cfc2975Jonathan McCrohan118-656/+877 2014-01-16Release 0+git20140107.1850cf8-1debian/0+git20140107.1850cf8-1Jonathan McCrohan1-2/+2 2014-01-16Update Standards Version to 3.9.5Jonathan McCrohan2-1/+9