blob: 50857898aa241d88e9b79319a30dfd695e893120 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# jaSubs
A "fork" of [InterSubs](https://github.com/oltodosel/interSubs), but for Japanese **only**.
Interactive subtitles for mpv, that was made to help study Japanese.
Easily tweaked and customizable.
**NOTE:** This project is unstable as for now and has some bugs

## Installation
Clone this repository in your mpv `scripts` folder:
```bash
$ cd ~/.config/mpv/scripts
$ git clone https://github.com/HasanAbbadi/jaSubs
```
Then make a symlink to the `lua` file:
```bash
$ pwd
~/.config/mpv/scripts
$ ln -s jaSubs/jaSubs.lua .
```
## Notes
* Issues and Pull Request are highly appreciated
|