Skip to content

Commit 2d89c3f

Browse files
authored
docs: demonstrate how to use existing mpv input bindings (#1289)
demonstrate how to use existing mpv input bindings
1 parent 7ab2fe2 commit 2d89c3f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,18 @@ yewtube is run on the command line using the command:
161161
Enter `h` from within the program for help.
162162

163163

164+
Using yewtube with mpv
165+
----------------------
166+
167+
If you have `mpv` player installed and you set it to be used as the player
168+
you can have yewtube to use its input bindings (with only a few usability changes
169+
done automatically by yewtube) by soft-linking to it from `~/.config/mps-youtube/mpv-input.conf`
170+
like so:
171+
172+
```shell
173+
> ln -sr ~/.config/mpv/input.conf ~/.config/mps-youtube/mpv-input.conf
174+
```
175+
164176
Using yewtube with mpris
165177
------------------------
166178

0 commit comments

Comments
 (0)