Resume and Stop all torrents from command line

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
Post Reply
hoanghien
Posts: 3
Joined: Sun Nov 25, 2007 9:31 am

Resume and Stop all torrents from command line

Post by hoanghien »

Are there anyway to resume and stop all the torrents which are started by Clutch from command line?

This webUI is very clean and fast. Keep up your good work!
softwareelves
Web Interface Developer
Posts: 351
Joined: Thu Mar 23, 2006 10:32 pm

Re: Resume and Stop all torrents from command line

Post by softwareelves »

hoanghien wrote:Are there anyway to resume and stop all the torrents which are started by Clutch from command line?

This webUI is very clean and fast. Keep up your good work!
you might beable to do,

Code: Select all

curl http://localhost:*port*/#resume_all > /dev/null
Gimp
Web Interface Developer
Posts: 257
Joined: Mon Mar 12, 2007 3:49 am
Location: BC, Canada

Re: Resume and Stop all torrents from command line

Post by Gimp »

softwareelves wrote:
hoanghien wrote:Are there anyway to resume and stop all the torrents which are started by Clutch from command line?

This webUI is very clean and fast. Keep up your good work!
you might beable to do,

Code: Select all

curl http://localhost:*port*/#resume_all > /dev/null
I don't think that would work. clutch works on a "click" method, not http requests. look through the transmission-remote commands, there might be something in there to pause all.
hoanghien
Posts: 3
Joined: Sun Nov 25, 2007 9:31 am

Post by hoanghien »

Thank you!
I can resume and stop using transmission-remote:
transmission-remote --start all
transmission-remote --stop all

There is a strange thing: when I start transmission-daemon, I have to specific the path to the socket such as transmission-daemon -s ~/.transmission/daemon/socket. If not, clutch will not start.
hamish
Posts: 1
Joined: Sun Nov 15, 2009 8:29 am

Re: Resume and Stop all torrents from command line

Post by hamish »

one can also try:
transmission-remote --torrent all --start
transmission-remote --torrent all --stop
Post Reply