Next: , Previous: Sorting Playlists, Up: Top



14 Emms Mode Line

We can display information about the currenty playing track on the Emacs mode line using the package `emms-mode-line' which is provided by the file emms-mode-line.el.

To activate this feature invoke:

     (require 'emms-mode-line)
     (emms-mode-line 1)

It is also possible to display the amount of time a track has been playing. This feature is defined in the `emms-playing-time' package which is provided by the file emms-playing-time.el.

To use this feature invoke:

     (require 'emms-playing-time)
     (emms-playing-time 1)
— Function: emms-playing-time-enable

Enable displaying emms playing time on the mode line.

— Function: emms-playing-time-disable

Enable displaying emms playing time on the mode line.

— Function: emms-playing-time-toggle

Toggle displaying emms playing time on the mode line.