I'm using a script to add torrents to Transmission via transmission-remote, however to save on resources I have download/seed queuing enabled, so most of the time a torrent is added it starts queued. However, there are some torrents I would like to make an exception for which start immediately upon being added (regardless of queuing).
In the web-interface I would achieve this by right-clicking and choosing "Resume Now", however I can't seem to find a similar option for transmission-remote. The --start option seems to just behave the same as "Resume" in the web-interface, which will cause a torrent to queue normally.
Is there a way to mimic the behaviour of "Resume Now" via transmission-remote, or some other way I could do it via script?
Equivalent to "Resume Now" in transmission-remote?
-
- Posts: 552
- Joined: Sun Dec 13, 2009 10:44 pm
Re: Equivalent to "Resume Now" in transmission-remote?
If you are willing to look into other scripting languages then I'm fairly certain that the modules in Python and/or Perl for communicating directly with Transmission can do it.