Opened 13 years ago
Closed 12 years ago
#1373 closed Enhancement (invalid)
Change Hours:Minutes to days:hours:minutes
Reported by: | Snake98 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | Transmission | Version: | 1.34 |
Severity: | Minor | Keywords: | |
Cc: |
Description
If can report on scrapes, from hours:minutes to days:hours:minutes. That will help on big torrents. I believe what transmissioncli returns. Thanks, and what a great program.
Change History (3)
comment:1 Changed 12 years ago by charles
comment:2 Changed 12 years ago by Snake98
I believe it's part of the dameon. Iām using the nslug version(I know you don't support that version) but I believe he is getting the time remaining from transmissiond. He is pulling it from the .status file. If I can be of anymore help let me know
root@Asus-Wl500w:/opt/bin/transmissiond -- ? Usage: /opt/bin/transmissiond [options] active-torrents.txt [options] Options: -h, --help Print this help and exit[[BR]] -v, --verbose <int> Verbose level implies foreground (0 to 2, default = 0) -p, --port <int> Port we should listen on (default = 51413) -u, --upload <int> Maximum upload rate (-1 = no limit, default = 20) -d, --download <int> Maximum download rate (-1 = no limit, default = -1) -f, --finish <shell script> Command you wish to run on completion -n --nat-traversal Attempt NAT traversal using NAT-PMP or UPnP IGD -w, --watchdog <int> Watchdog interval in seconds (default = 600) -i, --pidfile <path> PID file path -e, --encryption Turns on encryption as preferred Signals: HUP reload active-torrents.txt and start/stop torrents USR1 write .status files into torrent directories USR2 list active torrents
comment:3 Changed 12 years ago by charles
- Resolution set to invalid
- Status changed from new to closed
The change appears to need to be made here:
Their version appears to differ a from the transmission project's, which is kind of a shame, because there are similar features implemented in different ways. At any rate, this formatting ticket is in the nslug code, so you'll need to report this to the nslug people. You might point them to āhttp://trac.transmissionbt.com/browser/trunk/daemon/remote.c#L543, which is the utility function we use to format the ETA.
Actually, in the big picture you might want to ask them to submit a patch containing the features their version has but ours doesn't, so that it can get merged here upstream. :)
Could you be more specific about which part of Transmission you're recommending this change for? There are five separate clients now. Which one doesn't show days:hours:minutes?