noctuid / mpv-webtorrent-hook

Stream torrents in mpv using webtorrent-cli
GNU General Public License v3.0
95 stars 3 forks source link

Download speed #3

Open smhmd opened 4 years ago

smhmd commented 4 years ago

From README

On the other hand, you won’t see the normal webtorrent output using this script.

Is there a way to get download speed from the output of webtorrent and integrate it in the self-updating section from mpv's output (next to the cache)?

noctuid commented 4 years ago

It's not possible to show them at the same time (they just clobber each other since they are clearing text). I've updated it to show the download speed by default while waiting for the video to load. May be able to add a setting at some point to show the full output while waiting, but more than one line is more difficult.