mpv2oboeru

mpv helpers to create flashcards from movies and TV shows
git clone anongit@rnpnr.xyz:mpv2oboeru.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 6b92ec21d1d769a893029952a37823f8f707b1b6
Parent: 69806b75275ab6dbeb9d280b676f719a1846fc71
Author: Ren Tatsumoto
Date:   Tue,  4 Aug 2020 19:02:25 +0000

updating
Diffstat:
MREADME.md | 10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -28,8 +28,16 @@ load("subs2srs/subs2srs.lua") ``` If you're using [voidrice](https://github.com/LukeSmithxyz/voidrice), you should [already have it](https://github.com/LukeSmithxyz/voidrice/blob/master/.config/mpv/scripts/modules.lua). In this case only add the last line: ```load("subs2srs/subs2srs.lua")```. +## Updating +Submodules are updated using standard git commands: +``` +$ config submodule update --remote --merge +``` +or +``` +$ cd ~/.config/mpv/scripts/subs2srs && git pull +``` ## Configuration - Configuration file is located at ```~/.config/mpv/script-opts/subs2srs.conf``` and should be created by the user. If a parameter is not specified in the config file, the default value will be used.