From 887e719d772e61e473f722f95b4b855902872ff4 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sat, 17 Nov 2012 12:41:41 +0000 Subject: Imported Upstream version 1.4.5 --- transmission-remote-cli | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'transmission-remote-cli') 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) -- cgit v1.2.3 5045ea5e92ef2a40b9fa58255852e5'>diffstats
path: root/isdb-t/br-mg-Baldim
blob: 2c66c7253c85162ee457c5ea2f159ca9e920ea07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61