Simple mpv script to download subs from Jimaku.
demo.mp4
Inspired by mpv-subversive - if you have the means please use that instead, it has alot more features and is just better all round.
This script is simply a stripped down and easier to install imitation of mpv-subversive
.
- Download the latest version of the script from the releases section and add it to your scripts folder.
- If you haven't already, create an account on Jimaku.
- Go to the account page and click the
Generate
button to create a new API key. - Copy the API key and replace
YOUR_API_KEY_GOES_HERE
in the script with your API key.
- The script relies on
curl
to make the requests, it should be pre-installed on most devices but if the script does not work make sure you have curl installed. - The manual search makes use of mpv's new
mp.input()
feature, which means you will need to be on mpv v0.38.0. - The script does not currently handle archives, it will still download them but not automatically unzip them or update the sub track.