aboutsummaryrefslogtreecommitdiff
path: root/emms-streams.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2007-05-16 23:58:00 +0000
committerMichael Olson <mwolson@gnu.org>2007-05-16 23:58:00 +0000
commit8fa660f88b6380f22815fde571f5ad489e900b07 (patch)
treee0b23205dd444be696fda74690d305b3e6504d30 /emms-streams.el
parenta1e0284395d623706d797bc8110e59298865c999 (diff)
emms-streams: Stream maintenance
Remove gotwoot.net, since it has been down for a month. Add several community stations (including KRUU which is powered by Free Software). Relabel Mostly Classical as a SKY.fm station, and add their Jazz station. darcs-hash:20070516235859-1bfb2-459c596da09d25b983d4747c4a923bf63dddbc95.gz
Diffstat (limited to 'emms-streams.el')
-rw-r--r--emms-streams.el25
1 files changed, 17 insertions, 8 deletions
diff --git a/emms-streams.el b/emms-streams.el
index 40bdb4c..932788c 100644
--- a/emms-streams.el
+++ b/emms-streams.el
@@ -112,12 +112,14 @@ needed info.")
"http://www.di.fm/mp3/trance.pls" 1 streamlist)
("Digitally Imported, Deephouse"
"http://www.di.fm/mp3/deephouse.pls" 1 streamlist)
- ("Digitally Imported, Mostly Classical"
- "http://www.di.fm/mp3/classical.pls" 1 streamlist)
("Digitally Imported, Chillout"
"http://www.di.fm/mp3/chillout.pls" 1 streamlist)
("Digitally Imported, Drum and Bass"
"http://www.di.fm/mp3/drumandbass.pls" 1 streamlist)
+ ("SKY.fm, Mostly Classical"
+ "http://www.sky.fm/mp3/classical.pls" 1 streamlist)
+ ("SKY.fm, Jazz"
+ "http://www.sky.fm/mp3/jazz.pls" 1 streamlist)
("Philosomatika, Goa-Trance"
"http://www.philosomatika.com/Philosomatika.pls" 1 streamlist)
("Drum and Bass Radio, BassDrive"
@@ -133,11 +135,14 @@ needed info.")
("DNA Lounge, Live"
"http://www.dnalounge.com/audio/128.m3u" 1 streamlist)
("Virgin Radio, The Groove"
- "http://www.smgradio.com/core/audio/ogg/live.pls?service=grbb" 1 streamlist)
+ "http://www.smgradio.com/core/audio/ogg/live.pls?service=grbb"
+ 1 streamlist)
("Virgin Radio, Virgin Classic"
- "http://www.smgradio.com/core/audio/ogg/live.pls?service=vcbb" 1 streamlist)
+ "http://www.smgradio.com/core/audio/ogg/live.pls?service=vcbb"
+ 1 streamlist)
("Virgin Radio, Virgin 1215AM"
- "http://www.smgradio.com/core/audio/ogg/live.pls?service=vrbb" 1 streamlist)
+ "http://www.smgradio.com/core/audio/ogg/live.pls?service=vrbb"
+ 1 streamlist)
("Voices From Within - Words From Beyond"
"http://207.200.96.225:8024/listen.pls" 1 streamlist)
("WCPE, Classical Music"
@@ -150,8 +155,6 @@ needed info.")
"http://stream.nute.net/kohina/stream.ogg.m3u" 1 streamlist)
("Nectarine, Demoscene Radio"
"http://www.scenemusic.eu:8002/high.ogg.m3u" 1 streamlist)
- ("GotWoot Radio - Anime soundtracks and J-Pop music"
- "http://radio.gotwoot.net:8080/stream.ogg.m3u" 1 streamlist)
("idobi Radio"
"http://www.idobi.com/radio/iradio.pls" 1 streamlist)
("radio.wazee - Modern Alternative Rock"
@@ -160,7 +163,13 @@ needed info.")
"http://www.chronixradio.com/chronixaggression/listen/listen.pls"
1 streamlist)
("WFMU, Freeform radio"
- "http://www.wfmu.org/wfmu.pls" 1 streamlist)))
+ "http://www.wfmu.org/wfmu.pls" 1 streamlist)
+ ("KEXP - Seattle Community Radio"
+ "http://kexp-mp3-128k.cac.washington.edu:8000/listen.pls" 1 streamlist)
+ ("KRUU-LP - Fairfield, Iowa Community Radio"
+ "http://kruufm.com/live.pls" 1 streamlist)
+ ("WBCR-LP - Berkshire Community Radio"
+ "http://nyc01.egihosting.com:6232/listen.pls" 1 streamlist)))
(defvar emms-stream-mode-map
(let ((map (make-keymap)))