stig
stig copied to clipboard
Implement support for download/upload queues
Sorry if I open an issue just for this question but: how do I sort torrents using the queue order?
available choices are: activity, added, completed, created, downloaded, eta, name, path, peers, progress, rate, rate-down, rate-up, ratio, seeds, size, started, status, tracker, uploaded
but I can't see queue
Queues are not supported (yet). I don't use them personally at all so I'm not sure how to implement them and I think other features are more important.
And don't be sorry. I consider it a bug when users can't figure out how something works. And as queues are not supported, this is now a valid feature request.
Isn't transmission providing some sort of API? Since the web client does support queue filtering maybe it's somewhere in the API?

Sure, otherwise stig couldn't control Transmission at all. But in stig I haven't implemented the part that does queues.
Speaking of queues, is it possible to set variables in the Transmission Daemon from Stig? I'd like to disable queueing, which can be achieved by setting download-queue-enabled to False, but I couldn't find a command that would allow me to do that.
Doesn't look like it's implemented. You have to stop the daemon and edit the config file.
Shame, thanks for the quick answer!