adding empv mastodon

This commit is contained in:
Chris Cochrun 2024-12-12 09:54:23 -06:00
parent f1d0f9d77b
commit ab32fb0ad4
2 changed files with 12 additions and 16 deletions

View file

@ -4875,6 +4875,12 @@ With empv we can perhaps control mpv much more fine grainly and even search yout
(general-auto-unbind-keys)
(add-hook 'empv-youtube-results-mode-hook #'evil-normal-state)
(defun mpv-start (video other)
"Load a video from mast into empv"
(message video)
(message other)
(empv-play-or-enqueue file))
(defun chris/empv-yt-dlp ()
"Download the current video and and play it"
(interactive)