Hi there,
I think I'm getting very close to Emms being a very important tool in my
workflow.
There are just a couple of things I'd love to clear up:
The command 'emms-playlist-set-playlist-buffer' only gives me the option to
select the current playlist (I expected to see completion for all my
playlists).
Is there an option to not have emms select the next in the playlist after
hitting RET ((emms-playlist-mode-play-smart). When I'm watching a video and
I stop before the end, I want point to remain on that file. Ideally this
would work only for videos and not for audio.
Lastly - Is there a way to search through all bookmarks?
My whittled down config:
(use-package emms
:init
(require 'emms-history)
:commands (emms-smart-browse emms)
:ensure t
:custom
(emms-player-mpv-parameters '("--no-config"))
:config
(setq
emms-player-list '(emms-player-mpv))
(emms-history-load)
(emms-all))
Thanks very much!