]> git.eshelyaron.com Git - emacs.git/commit
Add MPD stats viewer to 'mpc' (Bug#76350)
authorjohn muhl <jm@pub.pink>
Tue, 5 Nov 2024 16:24:28 +0000 (10:24 -0600)
committerEshel Yaron <me@eshelyaron.com>
Tue, 18 Feb 2025 08:58:46 +0000 (09:58 +0100)
commit931cf733e14ba7f6f9543ba182a6abf63276f4d8
treef11587515cc5c187c76d8d10b4f08b22822644b2
parent04b13f1994feb8a0969e95b6e18cdd1b5dec2d77
Add MPD stats viewer to 'mpc' (Bug#76350)

* lisp/mpc.el (mpc-server-stats): New command.
(mpc-mode-menu): Add menu item.
(mpc--server-stats-date, mpc--server-stats-duration):
New variable.
(mpc--server-stats-date, mpc--server-stats-duration):
(mpc--server-stats-format): New function.
(mpc-song-viewer-value, mpc-song-viewer-tag):
(mpc-song-viewer-empty): Remove face.
(mpc-table-value, mpc-table-key, mpc-table-empty): New face.
(mpc-describe-song): Use new table face names.

(cherry picked from commit df93e53a1c648654d8b128a5955bb4ff0229b041)
lisp/mpc.el