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: 285419d729838e31f92b96711ac8ce00fb284c9a
Parent: 4592698f38128aec1cb637ad5165ef6e44707d57
Author: Ren Tatsumoto
Date:   Fri, 29 Jan 2021 16:20:55 +0000

add aur package

Diffstat:
MREADME.md | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -20,6 +20,7 @@ while watching your favorite TV show. * [Requirements](#requirements) * [Installation](#installation) * [Manually](#manually) + * [From the AUR](#from-the-aur) * [Using curl](#using-curl) * [Using git](#using-git) * [Updating with git](#updating-with-git) @@ -101,6 +102,10 @@ in the [mpv scripts](https://github.com/mpv-player/mpv/wiki/User-Scripts) folde user scripts are installed by switching to the "Plugins" tab in the preferences dialog and dropping the files there. +### From the AUR + +mpvacious can be installed with the [mpv-mpvacious](https://aur.archlinux.org/packages/mpv-mpvacious/) package. + ### Using curl ``` @@ -108,7 +113,6 @@ $ curl -o ~/.config/mpv/scripts/subs2srs.lua 'https://raw.githubusercontent.com/ ``` ### Using git -However, if you want to keep up with the updates, it's better to install the script using `git`. If you already have your dotfiles set up according to [Arch Wiki recommendations](https://wiki.archlinux.org/index.php/Dotfiles#Tracking_dotfiles_directly_with_Git), execute: