Open GoogleCodeExporter opened 8 years ago
In Transmission 2.40 and newer, domain values of 'status' field have changed,
in a non-backward compatible way, maybe due to a new 'torrent queueing'
feature, returned by a 'tr_stat' object. See
https://trac.transmissionbt.com/browser/trunk/extras/rpc-spec.txt.
Looking at transmission.h bundled in version 2.41 source code, I found this:
typedef enum
{
TR_STATUS_STOPPED = 0, /* Torrent is stopped */
TR_STATUS_CHECK_WAIT = 1, /* Queued to check files /*
TR_STATUS_CHECK = 2, /* Checking files */
TR_STATUS_DOWNLOAD_WAIT = 3, /* Queued to download */
TR_STATUS_DOWNLOAD = 4, /* Downloading */
TR_STATUS_SEED_WAIT = 5, /* Queued to seed */
TR_STATUS_SEED = 6 /* Seeding */
} tr_torrent_activity;
I think Transmission-remote-dotnet must be recompiled using this new domain.
Original comment by tulio.la...@gmail.com
on 11 Oct 2011 at 3:38
Fixed by r763.
Original comment by elso.and...@gmail.com
on 12 Oct 2011 at 10:46
Issue 406 has been merged into this issue.
Original comment by elso.and...@gmail.com
on 12 Oct 2011 at 2:06
When this release will be generally avaliable?
Original comment by tulio.la...@gmail.com
on 12 Oct 2011 at 5:51
I have same problem at two day ago.
Original comment by roltd2...@gmail.com
on 14 Oct 2011 at 9:41
Attachments:
Issue 407 has been merged into this issue.
Original comment by elso.and...@gmail.com
on 14 Oct 2011 at 11:42
About a: Fixed by r763.
When this release will be generally avaliable?
Original comment by roltd2...@gmail.com
on 14 Oct 2011 at 11:48
[deleted comment]
I am using temorarly the web control of the torrents.
http://IP:9091/transmission/web/
Original comment by roltd2...@gmail.com
on 15 Oct 2011 at 11:39
Me too... that's exactly my problem: web interface is poor, confuse, has few
resources, drain resources from server (my transmissin runs on a tiny NAS
storage)... inadequate to my personal needs.
In the other hand, transmission-remote-dotnet is lightweight, powerful, runs on
client side, has a full resource set. Please, please, mr(s). developer, can you
build release 763?
Original comment by tulio.la...@gmail.com
on 15 Oct 2011 at 11:50
nighty build system is up: http://elbandi.net/transmission-remote-dotnet/
Original comment by elso.and...@gmail.com
on 16 Oct 2011 at 12:39
Oooo... this version is fine work! :-)
Original comment by roltd2...@gmail.com
on 16 Oct 2011 at 3:51
Attachments:
Thank you for version 3.24 build 1 !!
Original comment by roltd2...@gmail.com
on 17 Oct 2011 at 12:18
Original issue reported on code.google.com by
tulio.la...@gmail.com
on 11 Oct 2011 at 12:53Attachments: