Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/continue seeding after closing player #607

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Feb 14, 2017

  1. Auto seed torrents after player is closed by using cache torrent files

    'autoSeed' - starts up a forked process with a WebTorrent client which
    enables this feature. Torrent files are create and saved in tmp folder
    to be used later for seeding. Randomly selects files for join swarm.
    'seedLimit' - starting limit for number of torrents connected.
    chtrinh committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    00e91f3 View commit details
    Browse the repository at this point in the history
  2. Kill forked child process

    chtrinh committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    196198a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    035bf02 View commit details
    Browse the repository at this point in the history
  4. Fix odd whitespace

    chtrinh committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    1d04cb5 View commit details
    Browse the repository at this point in the history
  5. Add back missing window focus

    chtrinh committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    f29a031 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c58e6ec View commit details
    Browse the repository at this point in the history