From 68a24b2aa473cc9a52ceeea281f3d2c559a38c11 Mon Sep 17 00:00:00 2001 From: Error 800 Date: Tue, 3 May 2016 11:12:20 +0200 Subject: [PATCH 1/2] Update 9. How do I play Youtube videos with mpv? Add description of umpv script. --- FAQ.asciidoc | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/FAQ.asciidoc b/FAQ.asciidoc index 081d4fabc..293f76216 100644 --- a/FAQ.asciidoc +++ b/FAQ.asciidoc @@ -80,13 +80,27 @@ How do I play Youtube videos with mpv?:: player - optionally even with hinting for links: + ---- -:bind x spawn mpv {url} -:bind ;x hint links spawn mpv {hint-url} +:bind m spawn mpv {url} +:bind M hint links spawn mpv {hint-url} ---- + Note that you might need an additional package (e.g. https://www.archlinux.org/packages/community/any/youtube-dl/[youtube-dl] on Archlinux) to play web videos with mpv. ++ +There is a very useful script for mpv, which emulates "unique application" +functionality. This way you can add links to the mpv playlist instead of +playing them all at once. ++ +You can find the script here: https://github.com/mpv-player/mpv/blob/master/TOOLS/umpv ++ +It also works nicely with rapid hints: ++ +---- +:bind m spawn umpv {url} +:bind M hint links spawn umpv {hint-url} +:bind ;M hint --rapid links spawn umpv {hint-url} +---- How do I use qutebrowser with mutt?:: Due to a Qt limitation, local files without `.html` extensions are From e880497d17f237b9ff65163f6f4706eff2b23a2a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 4 May 2016 07:09:37 +0200 Subject: [PATCH 2/2] Regenerate authors --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 281582cc3..1090ac4f0 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -172,9 +172,9 @@ Contributors, sorted by the number of commits in descending order: * Clayton Craft * Oliver Caldwell * Jonas Schürmann +* error800 * Jakub Klinkovský * skinnay -* error800 * Zach-Button * Halfwit * rikn00