diff options
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) |