How to refer to a torrent by its hash in the RPC interface?
Posted: Mon Jan 19, 2009 4:11 pm
Hi guys,
Transmission is a very good BT client but I need help for correct transmission-daemon managing.
The question is how could I manage remotly only a one download except to specify the number as id for this transfer?
E.g. in my tries I could remove a separate torrent only through the following request:
{"arguments":{"id":13},"method":"torrent-remove"}
But I'd like to do it smg like this:
{"arguments":{"id":"6b28e001d7a0dee92a04625d52d9a2f7568a4de9"},"method":"torrent-remove"}
or
{"arguments":{"hashString":"6b28e001d7a0dee92a04625d52d9a2f7568a4de9"},"method":"torrent-remove"}
or
{"arguments":{"name":"swt.jar"},"method":"torrent-remove"}
None of these methods works properly. I.e. with this aproach all files in the list are removed!
Thanks in advance,
Transmission is a very good BT client but I need help for correct transmission-daemon managing.
The question is how could I manage remotly only a one download except to specify the number as id for this transfer?
E.g. in my tries I could remove a separate torrent only through the following request:
{"arguments":{"id":13},"method":"torrent-remove"}
But I'd like to do it smg like this:
{"arguments":{"id":"6b28e001d7a0dee92a04625d52d9a2f7568a4de9"},"method":"torrent-remove"}
or
{"arguments":{"hashString":"6b28e001d7a0dee92a04625d52d9a2f7568a4de9"},"method":"torrent-remove"}
or
{"arguments":{"name":"swt.jar"},"method":"torrent-remove"}
None of these methods works properly. I.e. with this aproach all files in the list are removed!
Thanks in advance,