diff options
author | Thanos Apollo <[email protected]> | 2024-10-30 09:55:25 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-10-30 09:55:25 +0200 |
commit | 52bea247f52352ea1e20d2ed0f3c3ca04785d2ba (patch) | |
tree | fd522a537d2d8d7a792de46c5cb78fe2abf901c4 /.config/emacs/init.el | |
parent | 7a1f136fda8d75a36a14c0f93380561f7b1cef3f (diff) |
emacs: emms: Update config
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 3b8c967..68168b3 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -1134,9 +1134,12 @@ By default, returns all jabber related buffers format." (emms-all) (setq emms-source-file-default-directory "/hdd/Music" emms-info-asynchronously t - emms-show-format "♪ %s") - (emms-default-players)) - (setf emms-player-mpv-parameters '("--quiet" "--really-quiet" "--no-audio-display" "--no-video")) + emms-show-format "♪ %s" + emms-info-functions) + (emms-info-exiftool) + (add-to-list 'emms-info-functions 'emms-info-native)) + (setf emms-player-mpv-parameters + '("--quiet" "--really-quiet" "--no-audio-display" "--no-video")) :bind (("C-z" . thanos/emms) :map thanos/emms ("n" . 'emms-next) |