Search found 4 matches

by sunixadm
Sat Nov 08, 2008 9:31 am
Forum: Support
Topic: transmissioncli status how?
Replies: 4
Views: 10496

Re: transmissioncli status how?

Hi Thomas, I have written a script called trstatus to do this. Just replace username and passwd with the username and password fro your server. #!/bin/sh NAME=`/usr/bin/basename $0` USAGE="$NAME [-c] [-l]" if [ $# -eq 0 ] then /usr/bin/transmission-remote -l -n username:passed elif [ $# -e...
by sunixadm
Tue Oct 28, 2008 11:04 am
Forum: GTK+ Support
Topic: only transmission 1.22 works
Replies: 9
Views: 8933

Re: only transmission 1.22 works

What are the symptoms (errors, logs, etc.) with 1.34?
-Joe
by sunixadm
Mon Oct 27, 2008 2:09 pm
Forum: GTK+ Requests
Topic: [feature request] stop seeding at certain ratio
Replies: 17
Views: 118336

Re: [feature request] stop seeding at certain ratio

Glad to contribute.
I hope it helps and maybe it will contribute to more people using transmission.
-joe
by sunixadm
Mon Oct 27, 2008 12:37 pm
Forum: GTK+ Requests
Topic: [feature request] stop seeding at certain ratio
Replies: 17
Views: 118336

Re: [feature request] stop seeding at certain ratio

It would be nice to be able to do this in the UI, but can be accomplished now using transmission-remote. I have accomplished this by activating the Web Interface on the Web tab of the preferences, restricting the access to localhost and, using a cronjob to run a transmission-remote script every minu...