core.set_torrent_trackers url and tier.
Posted: Mon Jun 24, 2013 7:07 pm
This is the correct way to use core.set_torrent_trackers? what is "tier" for?
Code: Select all
3a81a025eb0b28761945fd001327cf4203bcd194 = Torrent id
udp://tracker.openbittorrent.com:80 = Tracker URL
Code: Select all
curl -b cookies.txt --compressed -i -H "Content-Type: application/json" -H "Accept: application/json" -X POST -d '{"method": "core.set_torrent_trackers", "params": ["3a81a025eb0b28761945fd001327cf4203bcd194", [{"udp://tracker.openbittorrent.com:80","tier"}]], "id": 1}' http://localhost:8111/json