From 615c73ee970dd4ffcca2541bfa9e6e884ddddde3 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Wed, 12 Feb 2020 13:24:20 -0500 Subject: * lisp/emms-streams.el: Added WXHQ-LP radio Added WXHQ-LP radio station for consideration. --- lisp/emms-streams.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/emms-streams.el b/lisp/emms-streams.el index 88517d4..54a29e2 100644 --- a/lisp/emms-streams.el +++ b/lisp/emms-streams.el @@ -108,7 +108,10 @@ (metadata "WFMU, Sheena's Jungle Room" "http://www.wfmu.org/wfmu.pls" 1 streamlist)) (*track* (type . streamlist) (name . "http://nyc01.egihosting.com:6232/listen.pls") - (metadata "WBCR-LP - Berkshire Community Radio" "http://nyc01.egihosting.com:6232/listen.pls" 1 streamlist)))) + (metadata "WBCR-LP - Berkshire Community Radio" "http://nyc01.egihosting.com:6232/listen.pls" 1 streamlist)) + (*track* (type . streamlist) + (name . "http://199.244.85.125:8000/wxhq1") + (metadata "WXHX-LP - Newport Radio" "http://199.244.85.125:8000/wxhq1" 1 streamlist)))) (defcustom emms-streams-file (concat (file-name-as-directory emms-directory) "streams.emms") -- cgit v1.2.3