This scrip allows selection and downloading subtitles from mpv. Subtitles are sourced from multiple providers thanks to subliminal.
- Obtain contents of this repository - clone or download zip.
- Copy
config_example.pyasconfig.pyin this directory and update what language or providers you want. - Copy
subtitles.jsinto yourscriptsdirectory (like C:\Users\username\AppData\Roaming\mpv\scripts). - Copy
subtitles.confinto yourscript-optsdirectory (like C:\Users\username\AppData\Roaming\mpv\script-opts). - Install Python 3 and run
pip install -r requirements.txtin this directory. - Set python path in
subtitles.conf(or virtualenv path if that floats your boat). - Set correct path in
subtitles.confforsubtitles.py. - Run mpv and follow usage section
CTRL + Dtriggers search (can be changed insubtitles.conf-triggerShortcut=alt+d)Up/Downselects subtitlesLeft/Rightswitches between pagesEnterdownloads and loads selected subtitlesEscapecancels selection