[ANSWERED] Adding stopped torrent from transmission-remote

Feature requests not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
jackalope
Posts: 10
Joined: Sat Mar 13, 2010 11:00 am

[ANSWERED] Adding stopped torrent from transmission-remote

Post by jackalope »

Hi all
is it possible from command line to add torrents without start them?
if so how?

thanks
regards
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: Adding stopped torrent from command line

Post by Jordan »

Hi Jackelope,

Which command-line are you referring to? transmission-remote, transmission-cli, transmission-gtk, or transmission-qt?
jackalope
Posts: 10
Joined: Sat Mar 13, 2010 11:00 am

Re: Adding stopped torrent from command line

Post by jackalope »

ops sorry
the refer is
transmission-remote 192.168.0.1:9091 --auth=user:pass -a /home/ut/torrent/temp.torrent

the command work but it add file started

thanks
regards
gunzip
Posts: 272
Joined: Wed May 05, 2010 2:12 am

Re: Adding stopped torrent from command line

Post by gunzip »

this feature is implemented in Transmission 2.00b1 (10680) .. in settings.json just edit line to:

"start-added-torrents": false,

and when using "transmission-remote -a file.torrent" the torrent is added in Stopped state. anyway i've already used this many times and it works as advertised.
jackalope
Posts: 10
Joined: Sat Mar 13, 2010 11:00 am

Re: [ANSWERED] Adding stopped torrent from transmission-remo

Post by jackalope »

thanks very much!
i will wait version 2
thanks again
rb07
Posts: 1400
Joined: Sun Aug 24, 2008 3:14 am

Re: [ANSWERED] Adding stopped torrent from transmission-remo

Post by rb07 »

There is no need to change settings.json, tranmsission-remote can do it:

Code: Select all

$ transmission-remote -h
Transmission 2.00b1 (10680)  http://www.transmissionbt.com/
...
       --start-paused                        Start added torrents paused
       --no-start-paused                     Start added torrents unpaused
Longinus00
Posts: 137
Joined: Fri Aug 21, 2009 5:46 am

Re: [ANSWERED] Adding stopped torrent from transmission-remo

Post by Longinus00 »

You should also be able to stop the torrent while adding with 'transmission-remote --add torrent --stop'
Post Reply