From 07db79d3356b94d9c1c6f69561fcbc2d89f4aa17 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 10 Mar 2015 11:54:29 +0100 Subject: [PATCH] Added the current time when printing the name of a new song in the current stream. --- media-mplayer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-mplayer.el b/media-mplayer.el index 4a6209f..a6cd0e9 100644 --- a/media-mplayer.el +++ b/media-mplayer.el @@ -81,7 +81,7 @@ load Emacs less. Nil means no timing." ("ICY Info:" . (if (string-match "StreamTitle='\\([^']*\\)';" param) - (message "Now in stream \"%s\"" (match-string 1 param)) + (message "Now in stream (%s) \"%s\"" (current-time-string) (match-string 1 param)) (message "ICY Info \"%s\"" param))) ;; ---------------------------------------- -- 2.20.1