Search found 9 matches
- Thu Oct 17, 2013 5:31 pm
- Forum: Development
- Topic: Adding tracker
- Replies: 1
- Views: 5820
Adding tracker
I can't add trackers to a torrent using webUI, I go to "Edit Trackers"->Add, complete the test field and when I press "Add" the new tracker don't shows up. Also I try using the WS core.set_torrent_trackers curl -b cookies.txt --compressed -i -H "Content-Type: application/jso...
- Wed Sep 04, 2013 5:03 pm
- Forum: Development
- Topic: Calculate unique completed downloads
- Replies: 0
- Views: 2443
Calculate unique completed downloads
It is posible calculate the amount of unique completed downloads?
In that case, If one tracker says 10 downloads, another 20 downloads. Are they unique?, i.e. 30 downloads overall, or maybe there's only 20 real downloads? Any way to determine it maybe using peer_ids?
Thanks,
In that case, If one tracker says 10 downloads, another 20 downloads. Are they unique?, i.e. 30 downloads overall, or maybe there's only 20 real downloads? Any way to determine it maybe using peer_ids?
Thanks,
- Fri Jul 26, 2013 3:43 pm
- Forum: Development
- Topic: Today total uploaded
- Replies: 1
- Views: 2117
Today total uploaded
There is a way to get the TODAY total uploaded?
I find total_uploaded in the code that get the status.all_time_upload, but I need only the today total_uploaded.
Any one can give me a tip of how can I implement this?
I find total_uploaded in the code that get the status.all_time_upload, but I need only the today total_uploaded.
Any one can give me a tip of how can I implement this?
- Wed Jul 03, 2013 12:33 pm
- Forum: Support
- Topic: libtorrent-rasterbar ImportError after install
- Replies: 2
- Views: 3984
Re: libtorrent-rasterbar ImportError after install
Thank you very much Cast.
I missed using ldconfig now it's working.
Thank you!
I missed using ldconfig now it's working.
Thank you!
- Tue Jul 02, 2013 3:38 pm
- Forum: Support
- Topic: libtorrent-rasterbar ImportError after install
- Replies: 2
- Views: 3984
libtorrent-rasterbar ImportError after install
I'm having problems installing libtorrent-rasterbar in CentOS. I can't find libtorrent-rasterbar in yum neither with easy_install. So, I download libtorrent-rasterbar source code and use: ./configure --disable-debug --prefix=/usr --with-boost-libdir=/usr/lib64 --enable-python-binding make make insta...
- Tue Jun 25, 2013 12:50 pm
- Forum: Development
- Topic: core.set_torrent_trackers url and tier.
- Replies: 2
- Views: 3870
Re: core.set_torrent_trackers url and tier.
This is torrent trackers info: {"id": 1, "result": {"trackers": [{"fails": 0, "verified": false, "url": "udp://tracker.openbittorrent.com:80", "fail_limit": 0, "complete_sent": false, "source": 4, &q...
- Mon Jun 24, 2013 7:07 pm
- Forum: Development
- Topic: core.set_torrent_trackers url and tier.
- Replies: 2
- Views: 3870
core.set_torrent_trackers url and tier.
This is the correct way to use core.set_torrent_trackers? what is "tier" for? 3a81a025eb0b28761945fd001327cf4203bcd194 = Torrent id udp://tracker.openbittorrent.com:80 = Tracker URL curl -b cookies.txt --compressed -i -H "Content-Type: application/json" -H "Accept: applicati...
- Fri Jun 21, 2013 7:05 pm
- Forum: Development
- Topic: deluge-web config ip and port
- Replies: 2
- Views: 5263
Re: deluge-web config ip and port
Thank you very much Cas, now it's working!!! :) . I leave my code here for any one that are with same issue: hostlist.conf.1.2 { "file": 1, "format": 1 }{ "hosts": [ [ "1244018693e94f6e08a3885bbbd86c51eb8c11ea", "localhost", 58841, "localclient&...
- Thu Jun 20, 2013 8:39 pm
- Forum: Development
- Topic: deluge-web config ip and port
- Replies: 2
- Views: 5263
deluge-web config ip and port
I want to connect deluge-web with a specify deluged (daemon) ip and port but I can't. I add ""default_daemon": "10.10.1.3:50000"," in web.conf. Also I change the file permisios for avoid an overwrite. I try changing "ui/web/json_api.py" with: defaultTuple = de...