diff options
| author | BardofSprites <[email protected]> | 2025-04-22 18:03:56 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-04-22 18:05:37 -0400 |
| commit | 480dfe2c09070cf4c710e6806cb3a6cbdc93f7cf (patch) | |
| tree | 50d28c5456737b20f047dcc1c50ba76a4ab23d54 /bard-emacs-modules | |
| parent | f9a7af16c077b89a3db907746d8e1f946b064b02 (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')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-media.el | 3 |
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 |
