From b0669ab01abb6b8d8b9fd9ecbb764656e17e00fc Mon Sep 17 00:00:00 2001 From: root Date: Mon, 21 Sep 2015 07:00:25 +0000 Subject: [PATCH 1/2] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8df1429c..59ac773c 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,10 @@ Get total bytes received from peers (excluding invalid data) Get the torrent download location +#### `torrent.timeRemaining` + +Time Remaining for download (in milliseconds) + #### `torrent.destroy()` Alias for `client.remove(torrent)`. From 08861a0ac7d460c18d4e4f8ced5a256cbd2cd3b8 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 21 Sep 2015 08:00:51 +0000 Subject: [PATCH 2/2] Show magneturi when seeding in command line --- bin/cmd.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/cmd.js b/bin/cmd.js index 1e393009..6531c7c2 100755 --- a/bin/cmd.js +++ b/bin/cmd.js @@ -515,6 +515,7 @@ function drawTorrent (torrent) { ) if (seeding) { clivas.line('{green:info hash:} ' + torrent.infoHash) + clivas.line('{green:magnetURI:} ' + torrent.magnetURI) linesRemaining -= 1 } clivas.line(