viewtopic.php?t=53930
I am trying to write a script using the RPCClient methods, e.g:
Code: Select all
client = DelugeRPCClient('10.10.10.100', 58847, 'user', 'password')
Code: Select all
options = {'label': 'test'}
client.core.set_torrent_options(torrent_id, options)
but I am looking for comparable method to use to accomplish this.
thanks