<< back

Caption 2.0.1

Finds and sets up subtitles automatically

Category: Developer Tools
Price: Free
Popularity: Medium
Version String: 2.0.1
Release Date: 2018-01-15
Architecture: Intel
Minimum OS: macOS 10.9.0
Vendor Name: Giel Cobben and Vernon de Goede
Homepage: getcaption.co

Version History 2.0.1

#{version_history}

Description:

Caption

Caption takes the effort out of finding and setting up the right subtitles. A simple design, drag & drop search, and automatic downloading & renaming let you just start watching. Caption is multi-platform, open-source, and built entirely on web technology.

⚡️ Contribute
Caption is completely open-source. We’ve tried to make it as easy as possible to contribute. If you’d like to help out by adding features, working on bug fixes, or assisting in other parts of development, here’s
how to get started:

To begin working locally:

1. Fork this repository to your own GitHub account
2. Clone it to your local device:
git clone git@github.com:gielcobben/caption.git
3. Install the dependencies: npm install
4. Run the app by starting electron, building the code and watch for changes: npm start ###### To build for production (should not generally be used):
5. Build the actual app for all platforms (Mac, Windows and Linux): npm run dist