Variable: mpc-songs-format

mpc-songs-format is a customizable variable defined in mpc.el.gz.

Value

"%2{Disc--}%3{Track} %-5{Time} %25{Title} %20{Album} %20{Artist} %5{Date}"

Documentation

Format used to display each song in the list of songs.

Source Code

;; Defined in /usr/src/emacs/lisp/mpc.el.gz
(defcustom mpc-songs-format "%2{Disc--}%3{Track} %-5{Time} %25{Title} %20{Album} %20{Artist} %5{Date}"
  "Format used to display each song in the list of songs."
  :type 'string)