From 497efe7d92b929dbad57f8dcd434bea3a8c72c21 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 10 Mar 2015 14:57:49 +0100 Subject: [PATCH] Try to deal properly with quotes in the stream's song names. --- media-mplayer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-mplayer.el b/media-mplayer.el index dd953be..cdff4a0 100644 --- a/media-mplayer.el +++ b/media-mplayer.el @@ -80,7 +80,7 @@ load Emacs less. Nil means no timing." ;; ---------------------------------------- ("ICY Info:" . - (if (string-match "StreamTitle='\\([^']*\\)';" param) + (if (string-match "StreamTitle='\\([^;]*\\)';" param) (setq media/mplayer/current-stream-song (match-string 1 param)) (message "ICY Info \"%s\"" param))) -- 2.20.1