Emacs eww create video playlists for mpv with a keyboard shortcut

Опубликовано: 20 Октябрь 2024
на канале: NapoleonWils0n
179
6

The emacs mpv.el package has functions to play a url and append a url to a playlist which we can use with the eww browser

however it requires a lot of keyboard short cuts to copy the url under the cursor, run the mpv function and paste in the url

in this video i create a new function and keyboard shortcut to automate the whole process so we can just press the l key when the cursor is over a video link and play the video with mpv and queue up additional videos as well

emacs init.el
https://github.com/NapoleonWils0n/fed...