Ummmrmmm.. yeah, that did it. Actually, I ran `transmission-remote -asc`. Thanks!
Actually that was pretty obvious both in the settings file and in the output of `transmission-remote -h`. I'm not sure how I missed it, except maybe if it was changed from previous versions and I hadn't reread them in ...
Search found 10 matches
- Thu Apr 28, 2011 11:48 pm
- Forum: Support
- Topic: Alt (aka turtle) speed time not ending
- Replies: 2
- Views: 2149
- Thu Apr 28, 2011 11:33 pm
- Forum: Support
- Topic: Force transmission-daemon to update `settings.json`
- Replies: 3
- Views: 10219
Force transmission-daemon to update `settings.json`
Is there a way to get transmission-daemon to update (write) its settings file?
- Wed Apr 27, 2011 5:41 pm
- Forum: Support
- Topic: Alt (aka turtle) speed time not ending
- Replies: 2
- Views: 2149
Alt (aka turtle) speed time not ending
I've set the alternate speed to end at 0800, but it's still running after that time.
$ date
Wed Apr 27 14:31:44 ADT 2011
$ head ~/.config/transmission-daemon/settings.json
{
"alt-speed-down": 100,
"alt-speed-enabled": true,
"alt-speed-time-begin": 1,
"alt-speed-time-day": 127,
"alt ...
$ date
Wed Apr 27 14:31:44 ADT 2011
$ head ~/.config/transmission-daemon/settings.json
{
"alt-speed-down": 100,
"alt-speed-enabled": true,
"alt-speed-time-begin": 1,
"alt-speed-time-day": 127,
"alt ...
- Tue Apr 26, 2011 4:04 am
- Forum: Support
- Topic: scope of `--torrent-done-script` option
- Replies: 5
- Views: 4630
Re: scope of `--torrent-done-script` option
Okay. Should I submit a bug report on the documentation? Or is this obvious to most people?
- Tue Apr 26, 2011 4:02 am
- Forum: Support
- Topic: "Timeout was reached" message during torrent done script run
- Replies: 3
- Views: 4639
Re: "Timeout was reached" message during torrent done script
Okay, this seems to work. My new script:
#!/bin/bash
TORRENT_DIR=~/Downloads/torrents/%queue;
ADDED_DIR="$TORRENT_DIR/%added";
TRANSMISSION_REMOTE=/usr/bin/transmission-remote;
LOG_FILE=~/var/log/transmission-daemon/add-least-recent.log;
# Do everything in a subshell.
# This is needed under ...
#!/bin/bash
TORRENT_DIR=~/Downloads/torrents/%queue;
ADDED_DIR="$TORRENT_DIR/%added";
TRANSMISSION_REMOTE=/usr/bin/transmission-remote;
LOG_FILE=~/var/log/transmission-daemon/add-least-recent.log;
# Do everything in a subshell.
# This is needed under ...
- Sat Apr 23, 2011 11:04 pm
- Forum: Support
- Topic: "Timeout was reached" message during torrent done script run
- Replies: 3
- Views: 4639
Re: "Timeout was reached" message during torrent done script
Looks like that's it — I'm running 2.05, still the current version in ubuntu 10.10. Thanks for the tip. I guess I can work around it by firing the action in a subshell.
- Sat Apr 23, 2011 11:44 am
- Forum: Support
- Topic: "Timeout was reached" message during torrent done script run
- Replies: 3
- Views: 4639
"Timeout was reached" message during torrent done script run
I'm able to use the --torrent-done-script option to specify a script to run when a torrent completes.
I'm using a bash script, and calling exec >> logfile so that it will log its output.
It is supposed to add the oldest of the .torrent files in a queue directory.
However, when it runs, I just get ...
I'm using a bash script, and calling exec >> logfile so that it will log its output.
It is supposed to add the oldest of the .torrent files in a queue directory.
However, when it runs, I just get ...
- Sat Apr 23, 2011 11:29 am
- Forum: Support
- Topic: scope of `--torrent-done-script` option
- Replies: 5
- Views: 4630
Re: scope of `--torrent-done-script` option
Okay, thanks. Are you also saying that it doesn't also have a per-torrent mode? Some of the options, like for example `-d`, can be used both as global options and to control per-torrent behaviour. It would make sense semantically for `--torrent-done-script` to work this way.
- Sat Apr 16, 2011 2:43 am
- Forum: Support
- Topic: scope of `--torrent-done-script` option
- Replies: 5
- Views: 4630
scope of `--torrent-done-script` option
It's not clear from the limited documentation whether the `--torrent-done-script` option to `transmission-remote` works globally, in a way specific to a particular torrent or torrents, or whether it can be applied in either of these fashions. There's no indication from either `transmission-remote ...
- Mon Feb 22, 2010 9:48 pm
- Forum: GTK+ Support
- Topic: Problems after upgrade
- Replies: 7
- Views: 25165
Re: Problems after upgrade
Just a note: It looks like it's getting the user wrong, too; on my machine, running 1.75 under Ubuntu Intrepid, it's looking under the home directory of the currently-logged-in user, rather than the non-existent home directory of the debian-transmission user. Well, at least that's what the error ...