Variable: mpc-notifications-body

mpc-notifications-body is a customizable variable defined in mpc.el.gz.

Value

("%{Artist}" "%{AlbumArtist}" "Unknown Artist")

Documentation

List of FORMAT-SPECs used in the notification body.

The first element in the list that expands to a non-empty string will be used. See mpc-format for the definition of FORMAT-SPEC.

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-notifications-body
  '("%{Artist}" "%{AlbumArtist}" "Unknown Artist")
  "List of FORMAT-SPECs used in the notification body.

The first element in the list that expands to a non-empty string
will be used.  See `mpc-format' for the definition of FORMAT-SPEC."
  :version "31.1"
  :type '(repeat string))