emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How do I get the track info?


From: edgar
Subject: How do I get the track info?
Date: Mon, 31 Aug 2020 00:12:28 +0000
User-agent: Roundcube Webmail/1.2.3

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 abuse@vfemail.net

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

[Prev in Thread] Current Thread [Next in Thread]