Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayehia0/mpv-sub

An MPV extension which fetches subtiles for your movies.
https://github.com/ayehia0/mpv-sub

Last synced: about 2 months ago
JSON representation

An MPV extension which fetches subtiles for your movies.

Awesome Lists containing this project

README

        

# Mpv Sub
An mpv extension which fetches subtitles from popular websites and apply to the current movie.

## How it works ?

- [ ] Using `mpv scripts` to create a script in lua ?.
- [ ] Download the `movie_name_sub.zip` to the working dir where the movie is located.
- [ ] Extract the zip file and rename the file to match the movie's name.
- [ ] Enable the sub with `v`.

## How to install ?

1. Make sure `mpv` is installed on your system.
2. `mkdir ~/.config/mpv/scripts` if not exist.
3. Copy the project to the scripts path.