Transmission-XBMC
Transmission-XBMC copied to clipboard
rpc-url come as settings
if change rpc-url, your application cant sync with transmission i think better add rpc-url to setting
same issue here. Anybody knows which file handle that property?
I've found the problem is at client.py:143 where it says ..
if urlo.scheme == '':
base_url = 'http://' + address + ':' + str(port)
self.url = base_url + '/transmission/rpc'
else:
it would be nice if the hardcoded /trasmission
portion could be configured in the settings -- otherwise the addon wont work for me :cry: