From: plugd Date: Thu, 4 Aug 2022 03:23:51 +0000 (+1000) Subject: Added album title to status. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=emus.git;a=commitdiff_plain;h=3e758d8cdf69039ddc1f690caf66489107f8a41c Added album title to status. --- diff --git a/emus.el b/emus.el index 2b02cd9..9d17b2a 100644 --- a/emus.el +++ b/emus.el @@ -467,8 +467,9 @@ If PREV is non-nil, plays the last track of the previous album." " %s") emus-current-volume (if emus-current-track - (format "- %.30s (%.20s)" + (format "- %.30s (%.20s, %.20s)" (emus-track-title emus-current-track) + (emus-track-album emus-current-track) (emus-track-artist emus-current-track)) ""))))