Skip to content

Commit

Permalink
docs: demonstrate how to use existing mpv input bindings (#1289)
Browse files Browse the repository at this point in the history
demonstrate how to use existing mpv input bindings
  • Loading branch information
elig0n authored Jan 5, 2025
1 parent 7ab2fe2 commit 2d89c3f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,18 @@ yewtube is run on the command line using the command:
Enter `h` from within the program for help.


Using yewtube with mpv
----------------------

If you have `mpv` player installed and you set it to be used as the player
you can have yewtube to use its input bindings (with only a few usability changes
done automatically by yewtube) by soft-linking to it from `~/.config/mps-youtube/mpv-input.conf`
like so:

```shell
> ln -sr ~/.config/mpv/input.conf ~/.config/mps-youtube/mpv-input.conf
```

Using yewtube with mpris
------------------------

Expand Down

0 comments on commit 2d89c3f

Please sign in to comment.