aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-streams.el
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2020-02-12 13:24:20 -0500
committerYoni Rabkin <yoni@rabkins.net>2020-02-12 13:24:20 -0500
commit615c73ee970dd4ffcca2541bfa9e6e884ddddde3 (patch)
treed5a1b556f68066d0928ced6c49392006d159c151 /lisp/emms-streams.el
parent672f02ac835f83d57809ced2ac77dc44d0dae7a6 (diff)
* lisp/emms-streams.el: Added WXHQ-LP radio
Added WXHQ-LP radio station for consideration.
Diffstat (limited to 'lisp/emms-streams.el')
-rw-r--r--lisp/emms-streams.el5
1 files changed, 4 insertions, 1 deletions
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")