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: 332ecc052bef1e40cf3cb01ad0227ef202352449
Parent: 281aaddb37a461503622e28b10c0be64b8f2bf8f
Author: Ren Tatsumoto
Date:   Sat,  9 Oct 2021 09:46:38 +0300

update Celluloid notes

Diffstat:
MREADME.md | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -113,8 +113,7 @@ to your [mpv scripts](https://github.com/mpv-player/mpv/wiki/User-Scripts) direc | Windows | `C:/Users/Username/AppData/Roaming/mpv/scripts/` | **Note:** in [Celluloid](https://www.archlinux.org/packages/community/x86_64/celluloid/) -user scripts are installed by switching to the "Plugins" tab -in the preferences dialog and dropping the files there. +user scripts are installed in `/.config/celluloid/scripts/`. <details> @@ -164,6 +163,10 @@ function load(relative_path) dofile(mpv_scripts_dir_path .. relative_path) end load("subs2srs/subs2srs.lua") ``` +**Note:** in [Celluloid](https://www.archlinux.org/packages/community/x86_64/celluloid/) +replace in `.config/mpv` with `.config/celluloid` +and optionally `subs2srs` with the name of the folder mpvacious is cloned into. + </details> ### Updating with git