Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ayehia0/mpv-sub
- Owner: AYehia0
- Created: 2023-12-17T00:31:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-18T00:11:16.000Z (about 1 year ago)
- Last Synced: 2024-10-09T16:21:13.897Z (3 months ago)
- Language: Lua
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.