trying to add emms stuff
This commit is contained in:
parent
73ca11bef7
commit
d89efbbd99
2 changed files with 24 additions and 0 deletions
12
README.org
12
README.org
|
@ -4703,6 +4703,18 @@ Since Bongo seems kinda difficult I shall give EMMS another try.
|
|||
(emms-browser-remove-tracks t)
|
||||
(emms-browser-remove-tracks)))
|
||||
|
||||
(defun chris/emms-mpv-video-playlist ()
|
||||
"Create a playlist for mpv videos."
|
||||
(interactive)
|
||||
(emms-playlist-new "*emms-videos*"))
|
||||
|
||||
(defun chris/emms-add-video (&optional video)
|
||||
"adds the given video to the emms playlist"
|
||||
(interactive)
|
||||
(if video
|
||||
(emms-add-url video)
|
||||
(emms-add-url)))
|
||||
|
||||
:general
|
||||
(chris/leader-keys
|
||||
:states 'normal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue