DC 6d4b8c3c26 Fix playback + download of default torrents
There was a terrible bug introduced in 0809e20a6e -- clicking play on any of the default torrents in a fresh install of the app would fail and result in a 'path missing' error.

This fixes the bug, and also adds a migration step to clean up resulting broken config files
2016-08-22 21:21:32 -07:00
2016-07-22 13:06:55 -07:00
2016-03-21 04:42:52 -07:00
2016-08-19 16:24:47 -07:00
2016-08-19 16:15:25 -07:00
2016-07-22 13:06:55 -07:00
2016-05-19 16:43:51 -07:00
2016-08-19 16:24:20 -07:00
2016-07-26 21:55:05 -07:00


WebTorrent
WebTorrent Desktop

The streaming torrent client. For Mac, Windows, and Linux.

Gitter Travis Release

Install

WebTorrent Desktop is still under very active development. You can download the latest version from the releases page.

Screenshot

screenshot

How to Contribute

Install dependencies

$ npm install

Run app

$ npm start

Package app

Builds app binaries for Mac, Linux, and Windows.

$ npm run package

To build for one platform:

$ npm run package -- [platform]

Where [platform] is darwin, linux, win32, or all (default).

The following optional arguments are available:

  • --sign - Sign the application (Mac, Windows)
  • --package=[type] - Package single output type.
    • deb - Debian package
    • zip - Linux zip file
    • dmg - Mac disk image
    • exe - Windows installer
    • portable - Windows portable app
    • all - All platforms (default)

Note: Even with the --package option, the auto-update files (.nupkg for Windows, *-darwin.zip for Mac) will always be produced.

Windows build notes

To package the Windows app from non-Windows platforms, Wine needs to be installed.

On Mac, first install XQuartz, then run:

brew install wine

(Requires the Homebrew package manager.)

Privacy

WebTorrent Desktop collects some basic usage stats to help us make the app better. For example, we track how well the play button works. How often does it succeed? Time out? Show a missing codec error?

The app never sends personally identifying information, nor does it track which swarms you join.

Code Style

js-standard-style

License

MIT. Copyright (c) WebTorrent, LLC.

Description
No description provided
Readme MIT 197 MiB
Languages
JavaScript 94.3%
CSS 4.6%
HTML 0.6%
EJS 0.3%
Shell 0.2%