]> git.eshelyaron.com Git - emacs.git/commit
Add song viewer to 'mpc' (Bug#74200)
authorjohn muhl <jm@pub.pink>
Sat, 19 Oct 2024 23:25:41 +0000 (18:25 -0500)
committerEshel Yaron <me@eshelyaron.com>
Wed, 20 Nov 2024 12:34:44 +0000 (13:34 +0100)
commitd6b147b7ecf343f75e9b7da7e39fad77a9979c25
treec9adf535989b9aaea0746ee60b88564eb92b8a21
parent1597b20082ca54619fdd727d5fa3448cbe188f58
Add song viewer to 'mpc' (Bug#74200)

* lisp/mpc.el (mpc-describe-song): New command.
(mpc-mode-map): Bind "d" to 'mpc-describe-song'.
(mpc-mode-menu): Add menu item.
(mpc-secs-to-time): Ensure secs argument is an integer.
(mpc-song-viewer-empty, mpc-song-viewer-tag):
(mpc-song-viewer-value): New face.
(mpc-song-viewer-tags): New option.

(cherry picked from commit 32f070fa3dfccd29abad6e7566ed9121e3f1da39)
etc/NEWS
lisp/mpc.el