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.py
asconfig.py
in this directory and update what language or providers you want. - Copy
subtitles.js
into yourscripts
directory (like C:\Users\username\AppData\Roaming\mpv\scripts). - Copy
subtitles.conf
into yourscript-opts
directory (like C:\Users\username\AppData\Roaming\mpv\script-opts). - Install Python 3 and run
pip install -r requirements.txt
in this directory. - Set python path in
subtitles.conf
(or virtualenv path if that floats your boat). - Set correct path in
subtitles.conf
forsubtitles.py
. - Run mpv and follow usage section
CTRL + D
triggers search (can be changed insubtitles.conf
-triggerShortcut=alt+d
)Up/Down
selects subtitlesLeft/Right
switches between pagesEnter
downloads and loads selected subtitlesEscape
cancels selection