From 480dfe2c09070cf4c710e6806cb3a6cbdc93f7cf Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Tue, 22 Apr 2025 18:03:56 -0400 Subject: update YouTube/EMMS functions New Features: - Download currently playing video to prompted locations. - Tacking on current elfeed entry to bard/watch-later-file - Play YouTube video at point --- bard-emacs-modules/bard-emacs-media.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bard-emacs-modules') diff --git a/bard-emacs-modules/bard-emacs-media.el b/bard-emacs-modules/bard-emacs-media.el index b84d2c9..d7da6a6 100644 --- a/bard-emacs-modules/bard-emacs-media.el +++ b/bard-emacs-modules/bard-emacs-media.el @@ -15,7 +15,8 @@ ("c" . bard/emms-recenter) ("P" . emms-playlist-mode-shift-track-up) ("N" . emms-playlist-mode-shift-track-down) - ("Z" . bard/save-emms-watch-later)) + ("Z" . bard/save-emms-watch-later) + ("Y" . bard/emms-download-current-video)) :bind (("" . emms) ("M-" . emms-browser)) :hook -- cgit v1.2.3