I have yet another question: How am I supposed to handle webseeds? I created a test torrent, but the webseed list from the daemon is always empty. Here is a sample request:
Code: Select all
{
'tag': 77,
'method': 'torrent-get',
'arguments': {
'fields': [..., 'webseeds', ...],
'ids': 23
}
}
Code: Select all
btshowmetainfo 20030621 - decode BitTorrent metainfo files
metainfo file.: blabla.test.torrent
info hash.....: 29a64572c168e498e7be4ff32a3a1be6e03cdf7c
file name.....: blabla.test
file size.....: 8 (0 * 32768 + 8)
announce url..: http://localhost:12345/announce
http seeds....: http://localhost:1234/blabla.test
Are webseeds only listed when Transmission actually downloads from them?
While searching the trunk, I found something that looks like a typo to me in transmission.h, line 1089:
Code: Select all
float* tr_torrentWebSpeeds( const tr_torrent * torrent );
Is anyone using webseeds anyhow?