Merge branch 'error800-patch-1'

This commit is contained in:
Florian Bruhin 2016-05-04 07:09:43 +02:00
commit 0ff5c56d05
2 changed files with 17 additions and 3 deletions

View File

@ -80,13 +80,27 @@ How do I play Youtube videos with mpv?::
player - optionally even with hinting for links: player - optionally even with hinting for links:
+ +
---- ----
:bind x spawn mpv {url} :bind m spawn mpv {url}
:bind ;x hint links spawn mpv {hint-url} :bind M hint links spawn mpv {hint-url}
---- ----
+ +
Note that you might need an additional package (e.g. Note that you might need an additional package (e.g.
https://www.archlinux.org/packages/community/any/youtube-dl/[youtube-dl] on https://www.archlinux.org/packages/community/any/youtube-dl/[youtube-dl] on
Archlinux) to play web videos with mpv. 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?:: How do I use qutebrowser with mutt?::
Due to a Qt limitation, local files without `.html` extensions are Due to a Qt limitation, local files without `.html` extensions are

View File

@ -172,9 +172,9 @@ Contributors, sorted by the number of commits in descending order:
* Clayton Craft * Clayton Craft
* Oliver Caldwell * Oliver Caldwell
* Jonas Schürmann * Jonas Schürmann
* error800
* Jakub Klinkovský * Jakub Klinkovský
* skinnay * skinnay
* error800
* Zach-Button * Zach-Button
* Halfwit * Halfwit
* rikn00 * rikn00