>From 62c351093010da6f686823ad0d95676ef4ee4ec4 Mon Sep 17 00:00:00 2001 From: Julien Cubizolles Date: Fri, 14 Oct 2016 23:43:01 +0200 Subject: [PATCH 2/3] mplayer options to get the "now playing" track name from webradios --- lisp/emms-stream-info.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/emms-stream-info.el b/lisp/emms-stream-info.el index bdf0aad..8cf8195 100644 --- a/lisp/emms-stream-info.el +++ b/lisp/emms-stream-info.el @@ -61,7 +61,9 @@ "Backend command for running mplayer on URL." (condition-case excep (call-process "mplayer" nil t nil - "-nocache" "-endpos" "0" "-vo" "null" "-ao" "null" + "-cache" "256" + "-endpos" "0" "-vo" "null" "-ao" "null" + "-msglevel" "all=-1:network=4:demuxer=4" url) (file-error (error "Could not find the mplayer backend binary")))) -- 2.7.4