Variable: mpc-song-viewer-tags
mpc-song-viewer-tags is a customizable variable defined in mpc.el.gz.
Value
("Title" "Artist" "Album" "Performer" "Composer" "Date" "Duration"
"Disc" "Track" "Genre" "File")
Documentation
The list of tags to display with mpc-describe-song.
The list of supported tags are available by evaluating
mpc-cmd-tagtypes. In addition to the standard MPD tags: Bitrate,
Duration, File, and Format are also supported.
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/mpc.el.gz
(defcustom mpc-song-viewer-tags
'("Title" "Artist" "Album" "Performer" "Composer"
"Date" "Duration" "Disc" "Track" "Genre" "File")
"The list of tags to display with `mpc-describe-song'.
The list of supported tags are available by evaluating
`mpc-cmd-tagtypes'. In addition to the standard MPD tags: Bitrate,
Duration, File, and Format are also supported."
:version "31.1"
:type '(repeat string))