Jean van Kasteel

Results 93 comments of Jean van Kasteel

There's no reason per say, but bower theorically gives us more control on what we install through bower, allowing us to only keep, for example, the .min.js files to import...

Read https://github.com/butterproject/butter-desktop/issues/288 for more precision and talk.

maybe nw18 & above. We're not at 0.3.10

Actually, it's perfectly normal that the icon isnt set, as there is no launcher. We can't really do anything about it, nwjs needs to be bunlded in a package, like...

https://github.com/butterproject/butter-desktop/blob/master/gulpfile.js#L309

I think we present the files as they're displayed in the peerflix/webtorrent metadata (we just remove files that cant be played, like .txt or .jpeg). Maybe it's worth checking on...

the `trackers` arg is: > Allows to declare additional custom trackers to use Which means, I think, whether or not your torrent/magnet have trackers, it'll also ping those if needed...

I opened Settings.trackers Object, containing atm: Settings.trackers.forced and Settings.trackers.blacklisted Those are used for magnet health calculation. It might be worth using the forced ones in streamer too, then have an...

the remote control is currently half broken, but it's a JSON-RPC server. In the past, android, iOS and web remotes have been developped for butter. It basically gives you a...

it only exchanges JSON though, so you might adapt it to exchange metadata and streaming links to the server, but atm you still need to "see" Butter to know what...