The Wayback Machine - https://web.archive.org/web/20201016125719/https://github.com/topics/bittorrent
Skip to content
#

bittorrent

Here are 446 public repositories matching this topic...

abh-oss01
abh-oss01 commented Aug 18, 2020

In the "Watch now" menu for choosing preferred player, both in movie and series tab, mpv.net player cannot be found listed, and as a result, I can't select it.
Yes, mpv.net is installed in "C:\\Program Files\\", where other players like VLC are installed, and are selectable in the menu.

atomashpolskiy
atomashpolskiy commented Dec 16, 2019

Because in CliClient.resume() we don't account for the case, when there is an exception in one of the async processing stages:

void resume() {
	...
	try {
		client.startAsync(state -> {
			printer.ifPresent(p -> p.print(state));
			if (!options.shouldSeedAfterDownloaded() && state.getPiecesRemaining() == 0) {
				runtime.shutdown();
			}
		}, 1000); // <-- CompletableFuture.w

Improve this page

Add a description, image, and links to the bittorrent topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bittorrent topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.