Jean van Kasteel
Jean van Kasteel
automatic is no : performance will decrease. cmd line is no : we're doing an app with an UI for a reason settings : once the new settings are in,...
I have to say I don't know how the spies work with torrents. Do they track a pool of users (in which case it's useful even for privacy) or a...
try logging state in getEmptyView, there is a 0ms delay before it's actually set to the correct error (testing can be done in watchlist by logging off trakt : the...
vzamanillo commented on 4 Nov 2016 > Maybe sounds crazy, but why not decentralize the subs download (Creating and seeding a torrent from scratch, via magnet after download)? is this...
There might be a solution with the Powder Player 0.97 modifications of peerflix, Jaruba cracked the seeding issue when downloading done.
with webtorrent, this is now possible. It needs to be written though, but shouldn't be "that" hard
Hi there, you don't need MPV to do that, as the player (as far as I know) doesn't handle downloads by itself, it renders videos (duh^^). So you'll need to...
Currently, I save the last percent-pos elsewhere and update it if it's non-null only, so after exiting I have the last known percent-pos transmitted by mpv: https://github.com/vankasteelj/frak/commit/39e1e8bcdcff14fa27657615ef12db84a6185bc8 It's inelegant, but...
I don't know if mpv introduced a new state to avoid that "null" percent-pos in their latest updates, if they decided to void that value, or what. But I know...
I believe it has to do with how events are handled since MPV 0.31, that states in the release notes something like "deprecate timed events", because as of >0.30 atm...