aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-media.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-04-22 18:03:56 -0400
committerBardofSprites <[email protected]>2025-04-22 18:05:37 -0400
commit480dfe2c09070cf4c710e6806cb3a6cbdc93f7cf (patch)
tree50d28c5456737b20f047dcc1c50ba76a4ab23d54 /bard-emacs-modules/bard-emacs-media.el
parentf9a7af16c077b89a3db907746d8e1f946b064b02 (diff)
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
Diffstat (limited to 'bard-emacs-modules/bard-emacs-media.el')
-rw-r--r--bard-emacs-modules/bard-emacs-media.el3
1 files changed, 2 insertions, 1 deletions
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 (("<f8>" . emms)
("M-<f8>" . emms-browser))
:hook