0.0.3 • Published 8 years ago
subz-hero v0.0.3
Subz-hero · 
A library / CLI to download subtitles for movies and series.
How to install
- Install Node.js
- Run
npm install -g subz-hero
How to run
subz-hero FILE [FILE]...For example:
subz-hero Interstellar.mkvwill download subtitles and create a Interstellar.srt file.
How to add a 'Download subtitles' entry in Windows context menu
Clone this repo, open the scripts directory, and run the script called Add to context menu.reg.
Or if you want to do this manually:
- open regedit.exe
- expand HKEY_CLASSES_ROOT/SystemFileAssociations
- for each video file extension (mkv, avi, mp4, etc.), you need to add a key, as follows:
- go to .mkv
- right click > New > Key, call it
shell - right-click on
shell> New > Key, call itDownload subtitles(that's the label in the context menu) - right-click on
Download subtitles> New > Key, call itcommand - double click on default value and in its data, write:
cmd.exe /c subz-hero "%L"