/opensubtitles-uploader

Desktop app to upload subtitles to OpenSubtitles, using Node.JS and NWjs

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

OpenSubtitles Uploader

Build Status Dependency Status devDependency Status

Easily upload your subtitles to OpenSubtitles.org, as simple as drag&drop

Built with love and ducktape in HTML5 and Node.js.

Download the latest version, for Windows/OSX/Linux !

ui

Confused? Wondering how to use it? Watch the tutorial video on Youtube!


Get involved

Here's a few easy ways of getting involved with the project:

  • Report any bug/issue
  • Fork, commit, then send a Pull Request
  • Translate the application on Transifex (or send me a .json)
  • Tell your friends

Develop

  • Install dependencies, download binaries:

      npm install -g gulp-cli
      npm install
      gulp build
    
  • Start live-development:

      gulp run
    
  • CTRL+D to open devtools (debugger), CTRL+R to reload.

Distribute

  • Build packages and installers:

      gulp dist --platforms=all