Search found 2 matches

by blueluna
Sun May 24, 2009 1:28 am
Forum: General
Topic: Python module for Transmission RPC
Replies: 1
Views: 8816

Python module for Transmission RPC

I have released a new version of my Python module for Transmission RPC communication. If you are going to use Python to control Transmission, have a look!

Project page: http://bitbucket.org/blueluna/transmissionrpc

A sample assuming Transmission allows RPC but with authentication.

import ...
by blueluna
Mon Jan 19, 2009 5:09 pm
Forum: General
Topic: How to refer to a torrent by its hash in the RPC interface?
Replies: 2
Views: 4767

Re: Correct using of hash for file manage in the transm.-daemon

I was quite certain that i do this so I just ran a test. I could remove a torrent using the hashString using this request.

{"tag": 4, "method": "torrent-remove", "arguments": {"delete-local-data": 0, "ids": ["caff87b88f50f46bc22da3a2712a6a4e9a98d91e"]}}

I got the response.

{
"arguments ...