diff options
| author | BardofSprites <[email protected]> | 2025-03-25 22:09:17 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-03-25 22:09:17 -0400 |
| commit | 167f1b4efe647e21a71cecb9e0e5342ae19cc843 (patch) | |
| tree | 2b924407b84da09cfcddc853ac4a920692847bc8 /bard-emacs-modules | |
| parent | b73031f224fbf5adca5749c51bddd3bf688a0db1 (diff) | |
auto watch later saving playlist
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-media.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-media.el b/bard-emacs-modules/bard-emacs-media.el index d1b82db..352e0d1 100644 --- a/bard-emacs-modules/bard-emacs-media.el +++ b/bard-emacs-modules/bard-emacs-media.el @@ -14,7 +14,8 @@ ("<SPC>" . emms-pause) ("c" . bard/emms-recenter) ("P" . emms-playlist-mode-shift-track-up) - ("N" . emms-playlist-mode-shift-track-down)) + ("N" . emms-playlist-mode-shift-track-down) + ("Z" . bard/save-emms-watch-later)) :bind (("<f8>" . emms) ("M-<f8>" . emms-browser)) :hook @@ -39,6 +40,10 @@ ;; modeline (emms-mode-line-disable) (emms-playing-time-disable-display) + + ;; playlist saving + (setq bard/emms-playlist-format 'm3u) + (setq bard/watch-later-file "~/Videos/watch-later.m3u") ) ;;;; Youtube |
