Hello,

I would like to know how to show "Tilte - Artist" in my modeline, please. Right now, I can only get the file name

I am using
GNU Emacs 26.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20) of 2020-05-19
    EMMS 5.42 (from MELPA)

Thanks


I am using

#+begin_example
GNU Emacs 26.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20) of 2020-05-19
  EMMS 5.42 (from MELPA)
#+end_example

#+begin_src emacs-lisp
  (use-package emms
    :config
    ;; https://pastebin.com/2hFXPJ56
    (use-package emms-setup)
    (use-package emms-player-simple)
    (use-package emms-source-file)
    (use-package emms-source-playlist)
    (emms-all)
    (setq emms-seek-seconds 5
          emms-player-list '(emms-player-mpv)
          emms-show-format "♪ %s"
          emms-source-file-default-directory "~/Music/"
          emms-info-asynchronously t))
#+end_src

-------------------------------------------------
This free account was provided by VFEmail.net - report spam to [email protected]

ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the 
NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features! 15GB disk! No bandwidth quotas! Commercial and Bulk Mail Options!

Reply via email to