[girl] Add translator credits and update release.



commit 8cdc8ee30c1c72c9175cf558d6437cdbe0d23868
Author: Ole Aamot <oka oka no>
Date:   Sat May 30 13:24:30 2015 +0200

    Add translator credits and update release.

 ChangeLog        |   73 +++++++
 girl.spec.in     |    3 +
 src/Makefile.am  |    4 +-
 src/Makefile.in  |    4 +-
 src/girl.c       |   12 +-
 src/stations.xml |  633 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 6 files changed, 721 insertions(+), 8 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0542ba2..fee1920 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,76 @@
+commit f4997aed0052685423dabb85fbdc83421b8872cb
+Author: Ole Aamot <oka oka no>
+Date:   Sat May 30 12:58:01 2015 +0200
+
+    Add GIRL 6.0 DTD.
+
+ src/girl-6.0.dtd | 22 ++++++++++++++++++++++
+ 1 file changed, 22 insertions(+)
+
+commit 68d879657da2781a4997798e06f030c9202867a9
+Author: Ole Aamot <oka oka no>
+Date:   Tue May 26 13:39:25 2015 +0200
+
+    Add GIRL 5.0 DTD.
+
+ src/girl-5.0.dtd | 22 ++++++++++++++++++++++
+ 1 file changed, 22 insertions(+)
+
+commit 24797eda81ba4b46f70954d88bd9bb56ee6923eb
+Author: Ole Aamot <oka oka no>
+Date:   Tue May 26 13:38:04 2015 +0200
+
+    Add code
+
+ src/date-endian.c | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/date-endian.h |  31 ++++++++++
+ 2 files changed, 202 insertions(+)
+
+commit fd5f80ccdc0a6457bc76b411debaf11dddadc1ef
+Author: Ole Aamot <oka oka no>
+Date:   Tue May 26 13:36:42 2015 +0200
+
+    Add test of endianess.
+
+ src/test-endianess.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 55 insertions(+)
+
+commit f088248f63356c4b6bef9d8c7b79cc5512d567fb
+Author: Ole Aamot <oka oka no>
+Date:   Tue May 26 13:30:04 2015 +0200
+
+    Add test code.
+
+ src/test-stations-gfx.c |  57 +++++++++++++++++++++++++++
+ src/test-stations.c     | 101 ++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 158 insertions(+)
+
+commit ac9f74e7711d8c3d874ecd9852f1afa6474ab63a
+Author: Ole Aamot <oka oka no>
+Date:   Tue May 26 13:27:53 2015 +0200
+
+    Add prototype code for zoomable map function
+
+ src/girl-stations-map.c | 741 ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/girl-stations-map.h | 110 +++++++
+ src/girl-tz.c           | 512 +++++++++++++++++++++++++++++++++
+ src/girl-tz.h           | 118 ++++++++
+ talk/girl-osdc-2015.tex |   4 +
+ 5 files changed, 1485 insertions(+)
+
+commit b97868267e43382c837ad6632734d9bb309a8242
+Author: Ole Aamot <oka oka no>
+Date:   Mon May 25 10:40:03 2015 +0200
+
+    GIRL 5.0.0 updates
+
+ ChangeLog               |  26 ++++++++++
+ README                  |   2 +-
+ configure               |  20 ++++----
+ configure.ac            |   2 +-
+ talk/girl-osdc-2015.tex | 128 +++++++++++++++++++++++++++++++++++-------------
+ 5 files changed, 132 insertions(+), 46 deletions(-)
+
 commit fd0530cef5371ed252ea04ef5184358f13e30af6
 Author: Ole Aamot <oka oka no>
 Date:   Fri May 8 16:21:24 2015 +0200
diff --git a/girl.spec.in b/girl.spec.in
index e0ca2a7..63dabe8 100644
--- a/girl.spec.in
+++ b/girl.spec.in
@@ -68,6 +68,9 @@ fi
 %{_datadir}/help/*/%{name}/*
 
 %changelog
+* Sat May 30 2015 Ole Aamot - 6.0.0-1.fc21
+- Girl 6.0.0 build on Fedora Linux 21
+
 * Fri May 08 2015 Ole Aamot - 5.0.0-1.fc21
 - Girl 5.0.0 build on Fedora Linux 21
 
diff --git a/src/Makefile.am b/src/Makefile.am
index c9eefae..01fc8d4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -44,9 +44,9 @@ girl_CFLAGS  = $(GIRL_CFLAGS) \
 girl_LDADD = $(GIRL_LIBS)
 
 girldir = $(datadir)/girl
-girl_DATA = girl-5.0.dtd girl-logo.png girl.png girl.xml
+girl_DATA = girl-6.0.dtd girl-logo.png girl.png girl.xml
 
-EXTRA_DIST = girl.h girl-station.h girl-stations-map.h girl-tz.h girl-gui.h girl-listener.h girl-program.h 
girl-runners.h girl-streams.h girl-5.0.dtd girl-map.png girl-logo.png girl.png girl.xml
+EXTRA_DIST = girl.h girl-station.h girl-stations-map.h girl-tz.h girl-gui.h girl-listener.h girl-program.h 
girl-runners.h girl-streams.h girl-6.0.dtd girl-map.png girl-logo.png girl.png girl.xml
 
 all-local: check-local
 
diff --git a/src/Makefile.in b/src/Makefile.in
index 0023e48..0817d2a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -390,8 +390,8 @@ girl_CFLAGS = $(GIRL_CFLAGS) \
 
 girl_LDADD = $(GIRL_LIBS)
 girldir = $(datadir)/girl
-girl_DATA = girl-5.0.dtd girl-logo.png girl.png girl.xml
-EXTRA_DIST = girl.h girl-station.h girl-stations-map.h girl-tz.h girl-gui.h girl-listener.h girl-program.h 
girl-runners.h girl-streams.h girl-5.0.dtd girl-map.png girl-logo.png girl.png girl.xml
+girl_DATA = girl-6.0.dtd girl-logo.png girl.png girl.xml
+EXTRA_DIST = girl.h girl-station.h girl-stations-map.h girl-tz.h girl-gui.h girl-listener.h girl-program.h 
girl-runners.h girl-streams.h girl-6.0.dtd girl-map.png girl-logo.png girl.png girl.xml
 all: all-am
 
 .SUFFIXES:
diff --git a/src/girl.c b/src/girl.c
index 69b4716..8bcb417 100644
--- a/src/girl.c
+++ b/src/girl.c
@@ -511,7 +511,13 @@ void about_app(GtkWidget * a, gpointer user_data)
                                        "Muhammet Kara <muhammetk gmail com> (Turkish translation)\n"
                                        "Balázs Úr <urbalazs gmail com> (Hungarian translation)\n"
                                        "Andika Triwidada <andika gmail com> (Indonesian translation)\n"
-                                       "Daniel Mustieles <daniel mustieles gmail com> (Spanish 
translation)"));
+                                       "Daniel Mustieles <daniel mustieles gmail com> (Spanish 
translation)\n"
+                                       "Matej Urbančič <mateju svn gnome org>"
+                                       "Γιάννης Κουτσούκος <giankoyt gmail com>"
+                                       "Efstathios Iosifidis <iosifidis opensuse org>"
+                                       "Samir Ribić <megaribi epn ba>"
+                                       "Enrico Nicoletto <liverig gmail com>"
+                                       "Sveinn í Felli <sv1 fellsnet is>"));
        gchar* artists[] = { "Wiki Graphic Designer",
                             "Aly Raj",
                             NULL };
@@ -520,10 +526,12 @@ void about_app(GtkWidget * a, gpointer user_data)
        gchar* documenters[] = { _("See yelp://girl"), NULL };
 
        static GdkPixbuf* logo;
+
        gchar* name = PACKAGE;
        gchar* version = VERSION;
        gchar* website = "http://wiki.gnome.org/Apps/Girl";;
        gchar* website_label = "http://wiki.gnome.org/Apps/Girl";;
+
        gchar* license = g_strdup(_("This program is free software; you can redistribute it and/or modify it 
under the terms of the GNU General Public License as published by the Free Software Foundation; either 
version 2 of the License, or (at your option) any later version.\nThis program is distributed in the hope 
that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.\nYou should have 
received a copy of the GNU General Public License along with this program; if not, write to the Free Software 
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA."));
 
        if (!logo) {
@@ -601,8 +609,6 @@ void about_program(GtkWidget * a, gpointer user_data)
        }
 
        if (strcmp(girl->selected_station_name, "KEXP")==0) {
-
-
                g_signal_connect(G_OBJECT(about_program), "destroy",
                                 G_CALLBACK(gtk_widget_destroy), NULL);
                g_signal_connect(G_OBJECT(about_program), "delete-event",
diff --git a/src/stations.xml b/src/stations.xml
deleted file mode 120000
index ceb06d2..0000000
--- a/src/stations.xml
+++ /dev/null
@@ -1 +0,0 @@
-girl.xml
\ No newline at end of file
diff --git a/src/stations.xml b/src/stations.xml
new file mode 100644
index 0000000..875c6b3
--- /dev/null
+++ b/src/stations.xml
@@ -0,0 +1,632 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl" href="http://www.ping.uio.no/~oka/src/girl/girl.xsl"; ?>
+<!DOCTYPE girl SYSTEM "girl-5.0.dtd">
+<girl version="5.0">
+  <station band="" id="radiouniversidad" lang="en" name="Radio Universidad" rank="1.0" type="edu">
+    <frequency uri="http://radiou.usac.edu.gt/";>92.1 FM in Guatemala City, </frequency>
+    <location>Guatemala City, Guatemala</location>
+    <description lang="es">
+      Radio universidad obtiene su frecuencia en 1990 y sale al aire por primera vez en octubre de 1991 bajo 
la coor dinación del periodista David Grajeda. Su potencia era solamente de 300 vatios, lo cual no le 
permitía una gran proyección. En esta primera época cubría cuatro horas, programando de 8:00 a 12:00 horas. 
Operaba en el segundo nivel del Edificio de Bienestar Estudiantil en la ciudad universitaria, zona 12. El 29 
de enero de 1992 se traslada a las instalaciones del Centro Cultural Universitario en la 2ª. Avenida 12-40 de 
la zona 1, y un día después, queda oficialmente inaugurada. Sus operaciones iniciaron con una donación de 
equipo del Gobierno de España que permitió instalar un transmisor con 1 kilovatio de potencia ampliando su 
cobertura un poco más allá del área metropolitana. Desde 1994 se cuenta con un transmisor de 10 kilovatios 
que le permite tener una cobertura de más de 200 kms. Alrededor de la capital del país. Posteriormente se 
realizan 
 las gestiones para instalar una antena de transmisión desde el Cerro Alux, arrendándose durante algún tiempo 
espacio en la torre de Radio Rumbos. Se iniciaron trámites para contar con un terreno propio, ante la 
carencia de espacio en el Cerro. En 1998 se suscribe un contrato de arrendamiento con la Municipalidad de San 
Lucas Sacatepéquez y se procede a la construcción y acondicionamiento de una modesta cabina con su respectiva 
guardianía. En el año 2001 se construyen en el Cerro Alux las nuevas instalaciones para los aparatos de 
transmisión y espacio para planta eléctrica de emergencia. En el año 2005, a través de gestiones realizadas 
con la fundación “Aracalacana”, adquiere nuevo equipo para el apoyo de la producción y la transmisión por 
control remoto. Se instituye la automatización computarizada para la transmisión de radio. Dos años después 
se establecen como actividades rutinarias las transmisiones en directo de actividades grandes como la Huelga 
 de Dolores, la celebración de la Autonomía Universitaria y la Fundación de la Universidad, los partidos de 
fútbol del equipo universitario, entre otros acontecimientos de alta trascendencia nacional y académica. A 
partir del año 2009, se comienzan a realizar las primeras transmisiones vía internet, desde puntos externos a 
la cabina de transmisión, alcanzando con éxito la primera transmisión con sonido de mejor definición desde el 
Campus Universitario a mediados del año 2010, entrando de esta manera, a una nueva etapa tecnológica para la 
transmisión por radio.
+    </description>
+    <stream mime="audio/mpeg" uri="http://dns921.no-ip.biz:8000/"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="22050 Hz" channels="Stereo" bitrate="64 kbps" />
+    <uri>http://radiou.usac.edu.gt</uri>
+  </station>
+  <station band="95.3FM" id="stockholmcollegeradio" lang="en" name="Stockholm College Radio" rank="1.0" 
type="edu">
+    <frequency uri="http://collegeradio.se/";>95.3 FM in Stockholm, Sweden</frequency>
+    <location>Stockholm, Sweden</location>
+    <description lang="en">
+      Stockholm College Radio, radiostationen med mest ös och bredd i Stockholms-etern alias 
studentradiostationen som sänder på 95,3 MHz i Stockholm.  Med ny musik med sting i, humor, kultur, 
reportage, studentinformation och mer därtill.
+    </description>
+    <stream mime="audio/mpeg" uri="http://narradio.se/webbradio.php?k=953&amp;q=32&amp;m=m3u"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="32 kbps" />
+    <stream mime="audio/mpeg" uri="http://narradio.se/webbradio.php?k=953&amp;q=64&amp;m=m3u"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="64 kbps" />
+    <uri>http://collegeradio.se/</uri>
+  </station>        
+  <station band="92FM" id="wumr" lang="en" name="WUMR" rank="1.0" type="edu">
+    <frequency uri="http://www.memphis.edu/wumr/";>92 FM in Memphis, TN</frequency>
+    <location>Memphis, TN</location>
+    <description lang="en">Broadcasting in stereo with 25,000 watts of power, WUMR is the only exclusive 
jazz outlet in the Memphis metro area. The station offers a mix of contemporary and traditional jazz, as well 
as a sampling of fusion, Blues, Latin, and new age Jazz. The station also serves the Mid-South community with 
unique educational, sports, and community service programming.
+    
+WUMR has been the University of Memphis broadcasting outlet since 1979, when Southwestern at Memphis (now 
Rhodes College) sold one of its two radio licenses to then Memphis State University. WSMS-FM 91.7, carrying 
the Memphis State call letters, was created as an all-jazz station. Although the call letters changed to 
WUMR, when Memphis State became the University of Memphis on July 1, 1994, the station, which is now known as 
WUMR “The Jazz Lover” U 92-FM, has stayed true to the all-jazz format during its 30-year history. WUMR is 
part of the College of Communication and Fine Arts’ (CCFA) Department of Communication. An element of the 
station’s mission is to train communication and journalism students in broadcasting.
+    </description>
+    <stream mime="audio/mpeg" uri="http://141.225.64.25:88/broadwave.asx?src=1&amp;kbps=56"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="56 kbps" />
+    <uri>http://www.memphis.edu/wumr/</uri>
+  </station>    
+  <station band="100FM" id="radiorevolt" lang="no" name="Radio Revolt" rank="1.0" type="edu">
+    <frequency uri="http://www.radiorevolt.no/";>100 FM in Trondheim, Norway</frequency>
+    <location>Trondheim, Norway</location>
+    <description lang="no">
+      Radio Revolt (formerly known as Studentradion i Trondheim), is the student radio in Trondheim, Norway. 
It airs 55 hours a week on 100 and 106,2 FM, and 24 hours a day on the internet. It employs about 80 students 
on a voluntary basis. The radio is a part of the Student Society in Trondheim, and is so a part of the 
running of the house.
+    </description>
+    <stream mime="audio/mpeg" uri="http://streamer.radiorevolt.no:8000/revolt"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.radiorevolt.no/</uri>
+  </station>
+  <station band="107.8FM" id="dcufm" lang="en" name="DCUfm" rank="1.0" type="edu">
+    <frequency uri="http://www.dcufm.com/";>107.8 FM in Dublin, Ireland</frequency>
+    <location>Dublin, Ireland</location>
+    <description lang="en">
+      DCUfm is Dublin City University’s award-winning home-grown radio station, staffed by over 120 
volunteers from across DCU’s faculties. Our philosophy is simple: we want to put out the best, fun-loving 
programmes possible, and give students a voice.
+    </description>
+    <stream mime="audio/mpeg" uri="http://dcufm.redbrick.dcu.ie/stream128.mp3";  codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.dcufm.com/</uri>
+  </station>
+  <station band="95.5FM" id="universitetsradioen" lang="dk" name="Universitetsradioen" rank="1.0" type="edu">
+    <frequency uri="http://universitetsradioen.dk/";>95.5 FM in Copenhagen, Denmark</frequency>
+    <location>Copenhagen, Denmark</location>
+    <description lang="dk">
+      Det var en håndfuld studerendes syrede idé, der den 17. maj 1986 blev æterbåren, da vi for første gang 
kunne sige: – Du lytter til Universitetsradioen 95,5 MHz.
+      Siden begyndelsen i det improviserede studie hjemme hos en af stifterne er projektet vokset støt i 
størrelse og ambitionsniveau. I dag er det mere end 150 studerende, der hver uge står bag 30 timers liveradio 
og siden 2015 også podcast-produktioner.
+    </description>
+    <stream mime="audio/mpeg" uri="http://netradio.universitetsradioen.dk:8000/live64.ogg"; codec="Ogg 
Vorbis" samplerate="44100 Hz" channels="Stereo" bitrate="64 kbps" />
+    <uri>http://universitetsradioen.dk</uri>
+  </station>
+  <station band="87.7FM" id="uwsradio" lang="en" name="UWSRadio" rank="1.0" type="edu">
+    <frequency uri="http://uwsradio.uws.ac.uk";>87.7 FM in Ayr, Dublin</frequency>
+    <location>Ayr, Scotland</location>
+    <description>
+      UWS Radio is the student radio station on the Ayr campus of The University of the West of Scotland.
+    </description>
+    <stream mime="audio/mpeg" uri="http://icecast.commedia.org.uk:8000/ucaradio.mp3"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://uwsradio.uws.ac.uk</uri>
+  </station>
+  <station band="99.1FM" id="radioaf" lang="sv" name="Radio AF" rank="1.0" type="edu">
+    <frequency uri="http://www.radioaf.se/";>99.1 FM in Lund, Sweden</frequency>
+    <location>Lund, Sweden</location>
+    <description lang="sv">
+      Radio AF är ett utskott i Akademiska Föreningen, studenternas förening och navet i Studentlund.
+    </description>
+    <stream mime="audio/mpeg" uri="http://live.radioaf.se:8000/;stream/1"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.radioaf.se/</uri>
+  </station>            
+  <station band="ONLINE" id="ruv" lang="is" name="RÚV" rank="1.0" type="gov">
+    <frequency uri="http://ruv.is/";>ONLINE in Reykjavik, Iceland</frequency>
+    <location>Reykjavik, Iceland</location>
+    <description lang="en">
+      The Icelandic National Broadcasting Service – Ríkisútvarpið, or RÚV for short - is an independent 
public service broadcaster, comprising television, radio and online services. The main objective of the 
National Broadcasting Service is to inform, educate and entertain. This triple role is reflected in its 
mission to provide the public with reliable news service and culture and entertainment content of the highest 
quality. We place particular attention on the Icelandic language, the history of the nation, cultural 
heritage and an active dialogue with the public.  We furthermore place special focus on quality programming 
for children and young people.  RÚV’s Archives are open and accessible to the public.
+    </description>
+    <stream mime="audio/mpeg" 
uri="http://sip-live.hds.adaptive.level3.net/hls-live/ruv-ras2/_definst_/live/stream1.m3u8"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.ruv.is/</uri>
+  </station>      
+  <station band="ONLINE" id="RadioEco" lang="it" name="Radio Eco" rank="1.0" type="edu">
+    <frequency uri="http://ktuh.org/";>ONLINE in Pisa, Italy</frequency>
+    <location>Pisa, Italy</location>
+    <description lang="it">
+      RadioEco è l’emittente radiofonica dell’Ateneo Pisano. Nasce nell’ambito dell’iniziativa del Sole-24 
ore UniOnAir (una radio per ogni ateneo) all’interno della Facoltà di Economia.
+      Adesso è una delle migliori 25 WebRadio universitarie italiane come pubblicato dalla rivista WIRED a 
novembre 2009. Con il passare degli anni ha riscosso sempre maggiore successo tra studenti e non. Con 
Migliaia di ascoltatori provenienti da tutte le parti d’Italia, oltre che dall’estero e creando un punto di 
riferimento per la comunity universitaria pisana.
+    </description>
+    <stream mime="audio/mpeg" uri="http://listen.radioeco.it:8000/outdoor.ogg"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="96 kbps" />
+    <uri>http://radioeco.it/</uri>
+  </station>
+  <station band="90.3FM" id="ktuh" lang="en" name="KTUH FM" rank="1.0" type="edu">
+    <frequency uri="http://ktuh.org/";>ONLINE in Honolulu, HI</frequency>
+    <location>Honolulu, Hawaii</location>
+    <description lang="en">
+      KTUH is a student-run noncommercial radio station broadcasting from the University of Hawai’i at 
Manoa. We’ve been serving the community since 1969 with a variety of programs that include public 
announcements, equipment for community events, and a practical chance to learn about radio broadcasting. KTUH 
was granted a license to the Board of Regents as a non-commercial educational FM Station by the Federal 
Communications Commission (FCC) on June 28, 1985. Maintaining a staff in excess of 70 volunteers annually, 
KTUH operates 24 hours a day, year-round.
+    </description>
+    <stream mime="audio/mpeg" uri="http://stream.ktuh.org:8000/stream-mp3.m3u"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://ktuh.org/</uri>
+  </station>
+  <station band="ONLINE" id="nrkp1" lang="no" name="NRK P1" rank="1.0" type="gov">
+    <frequency uri="http://www.nrk.no/p1/";>ONLINE in Oslo, Norway</frequency>
+    <location>Oslo, Norway</location>
+    <description lang="en">
+      NRK P1 is one of the nationwide radio channels operated by the Norwegian Broadcasting Corporation 
(NRK).
+      NRK P1 is the direct descendant of NRK's first radio station which began broadcasting in 1933. P1's 
programming is aimed at a broad mature demographic and it is Norway's most popular radio station, with 
approximately 1.9 million listeners daily.
+    </description>
+    <stream mime="audio/mpeg" uri="http://lyd.nrk.no/nrk_radio_p1_ostlandssendingen_aac_h"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.nrk.no/p1</uri>
+  </station>
+  <station band="ONLINE" id="nrkp2" lang="no" name="NRK P2" rank="1.0" type="gov">
+    <frequency uri="http://www.nrk.no/p2/";>ONLINE in Oslo, Norway</frequency>
+    <location>Oslo, Norway</location>
+    <description lang="en">
+      NRK P2 is one of the nationwide radio channels operated by the Norwegian Broadcasting Corporation 
(NRK).
+    </description>
+    <stream mime="audio/mpeg" uri="http://lyd.nrk.no/nrk_radio_p2_aac_h"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.nrk.no/p2</uri>
+  </station>
+  <station band="ONLINE" id="nrkp3" lang="no" name="NRK P3" rank="1.0" type="gov">
+    <frequency uri="http://www.nrk.no/p3/";>ONLINE in Oslo, Norway</frequency>
+    <location>Oslo, Norway</location>
+    <description lang="en">
+      NRK P3 is one of the radio channels operated by the Norwegian Broadcasting Corporation (NRK).
+      NRK P3 focuses on youth culture.
+    </description>
+    <stream mime="audio/mpeg" uri="http://lyd.nrk.no/nrk_radio_p3_aac_h"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.nrk.no/p3</uri>
+  </station>
+  <station band="ONLINE" id="nrkurort" lang="no" name="NRK Urørt" rank="1.0" type="gov">
+    <frequency uri="http://www.nrk.no/urort/";>ONLINE in Oslo, Norway</frequency>
+    <location>Oslo, Norway</location>
+    <description lang="en">
+      NRK P3 Urørt is a site where independent Norwegian artists and bands can promote their music.  The 
Urørt editors review the music played on NRK P3 Urørt.
+    </description>
+    <stream mime="audio/mpeg" uri="http://lyd.nrk.no/nrk_radio_p3_urort_aac_h"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://urort.p3.no</uri>
+  </station>
+  <station band="104.5FM" id="uctradio" lang="en" name="UCT Radio" rank="1.0" type="edu">
+    <frequency uri="http://www.radio.uct.ac.za/";>104.5 FM in Cape Town, South Africa</frequency>
+    <location>Cape Town, South Africa</location>
+    <description lang="en">
+      UCT Radio 104.5fm in three words: Diverse, Dynamic and Contemporary.
+
+      From the underground beats of hip hop, to the euphoric tones of house and the classic tunes of rock,  
and everything else in between, UCT Radio embodies what it truly means to be a music lover. The station 
captures a diverse audience of university students, staffers and even the wider Cape Town community.
+    </description>
+    <stream mime="audio/mpeg" uri="http://listenlive-c2p1.ndstream.net:8130/listen.pls"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Mono" bitrate="48 kbps" />
+    <uri>http://www.radio.uct.ac.za/</uri>
+  </station>
+  <station band="101.9FM" id="cfrc" lang="en" name="CFRC" rank="1.0" type="edu">
+    <frequency uri="http://www.cfrc.ca/";>101.9 FM in Kingston, Canada</frequency>
+    <location>Kingston, Canada</location>
+    <description lang="en">
+      CFRC 101.9 FM is Kingston’s only campus and community radio station!
+      We are 100% not-for-profit, volunteer-powered media that fills the gap left by the mainstream.
+<!--      We offer diverse music and spoken word programming 24/7: over the air at 101.9FM in the Kingston 
area and worldwide on-line.
+      We provide free broadcast skills training and experience to members of the community.-->
+      We have been broadcasting since 1922, making us the longest-running campus-based broadcaster in Canada.
+    </description>
+    <stream mime="audio/mpeg" uri="http://stream.cfrc.ca:8000/listen.pls"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://chuo.fm/</uri>
+  </station>
+  <station band="89.1FM" id="chuo" lang="en" name="CHUO" rank="1.0" type="edu">
+    <frequency uri="http://chuo.fm/";>89.1 FM in Ottawa, Canada</frequency>
+    <location>Ottawa, Canada</location>
+    <description lang="en">
+      We are NOT your traditional radio station. We are THE community radio station.
+      For over 20 YEARS we’ve been playing nothing but the best in indie-rock, folk, funk, reggae, hip hop, 
jazz, blues, country, rock, classical, ska, punk, soul, Motown and more. We offer a new, refreshing flavour 
of music from local, independent, underground and emerging artists to tickle every one of your musical taste 
buds. We play tunes that you probably won’t know the words to… we feature artists you’ve probably never heard 
of… we make radio worth listening to.
+    </description>
+    <stream mime="audio/mpeg" uri="http://icecast1.isiglobal.ca:8000/chuo.m3u"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://chuo.fm/</uri>
+  </station>
+  <station band="99.3FM" id="radiorakel" lang="en" name="radiOrakel" rank="1.0" type="edu">
+    <frequency uri="http://radiorakel.no/";>99.3 FM in Oslo, Norway</frequency>
+    <location>Oslo, Norway</location>
+    <description lang="en">RadiOrakel was started in 1982 when the government allowed local radio operations 
in Norway. At a women's cultural festival a group of women collected funds to start up the world's first 
women's radio station. On 16th of October 1982, RadiOrakel was founded.
+    RadiOrakel is located at the Blitz House on Pilestredet 30E in Oslo. They broadcast daily from 1:00 p.m. 
to 7:00 p.m., and on Friday’s and Saturday’s from 9:00 a.m. to 7:00 p.m. on FM 99.3 in Oslo and surrounding 
areas.
+<!--    Since 1982 RadiOrakel has produced experimental journalism with the aim of educating women in 
radio-journalism and audio engineering. RadiOrakel has a minimum of 2 / 3 female members. RadiOrakel actively 
prioritizes and promotes women as both interviewers and interviewees, and also has a profile with at least 
50% of all music being performed by female performers / musicians. RadiOrakel also seeks to combat 
discrimination based on gender, race, religion and sexual orientation.-->
+<!--      Broadcasts are streamed over the Internet.--></description>
+    <stream mime="audio/mpeg" uri="http://stream.radionova.no/fm993.mp3"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://radiorakel.no/</uri>
+  </station>
+  <station band="1560AM" id="kxsc" lang="en" name="KXSC" rank="1.0" type="edu">
+    <frequency uri="http://kxsc.org/";>1560 AM in Los Angeles, CA</frequency>
+    <location>Los Angeles, CA</location>
+    <description lang="en">KXSC Radio (formerly KSCR) is the 100% student-run radio station of the 
University of Southern California; we are volunteer, non-profit, donation funded and we provide the USC 
community with original radio programming 24 hours a day.
+    KXSC traces its roots to the original KUSC, which was operated by students starting in 1946. KUSC 
transitioned to classical programming and moved off-campus in the mid-1970s, but students still demanded a 
broadcast voice. So on April 2, 1975, a dozen students gathered in a converted production studio to start 
KSCR, a radio station run by and for students.
+<!--    KXSC has undergone yet another revolution with our new home in the Ronald Tutor Campus Center, but 
our approach to radio is still the same: All-student run music, sports and news broadcasts that encourage 
diversity and a student-centric approach.-->
+    </description>
+    <stream mime="audio/mpeg" uri="http://kxsc.org/s/kxsc.m3u"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.kxsc.org/</uri>
+  </station>
+  <station band="92.1FM" id="wpts" lang="en" name="WPTS" rank="1.0" type="edu">
+    <frequency uri="http://wptsradio.org/";>92.1 FM in Pittsburgh, PA</frequency>
+    <location>Pittsburgh, PA</location>
+    <description lang="en">
+      WPTS is an educational, non-commercial FM station owned by the University of Pittsburgh and operated 
by its students.  Located at a frequency of 92.1 in the commercial band of the FM dial, we have a radiating 
power of 17 Watts, and an effective radiated output of 17 Watts.  Our transmitted is located atop the 
Cathedral of Learning, 530 feet above the ground.  This greatly enhances our broadcast radius, which averages 
about 30 miles.
+    </description>
+    <stream mime="audio/mpeg" uri="http://audio.wpts.pitt.edu:8000/wpts_live_256s.mp3"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="256 kbps" />
+    <stream mime="audio/mpeg" uri="http://audio.wpts.pitt.edu:8000/wpts_live_128s.mp3"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <stream mime="audio/mpeg" uri="http://audio.wpts.pitt.edu:8000/wpts_live_96s.mp3"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="96 kbps" />
+    <stream mime="audio/mpeg" uri="http://audio.wpts.pitt.edu:8000/wpts_live_48s.mp3"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="48 kbps" />
+  </station>
+  <station band="1330AM" id="wtbu" lang="en" name="WTBU" rank="1.0" type="edu">
+    <frequency uri="http://www.wtburadio.org/";>89.3 FM in Boston, MA</frequency>
+    <location>Boston, MA</location>
+    <description lang="en">
+      WTBU is BU's student-run, volunteer radio station which broadcasts live 20 hours a day.  Our station 
is primarily available through our webcast, but you can also listen to us on 89.3 FM/640 AM if you're in 
Boston, or on BU's cable channel 6 if you live on campus.
+    </description>
+    <stream mime="audio/mpeg" uri="http://wtbu.bu.edu:1800/listen.m3u"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+  </station>
+  <station band="1330AM" id="kasc" lang="en" name="Arizona State University" rank="1.0" type="edu">
+    <frequency uri="http://www.blazeradioonline.com/";>1330 AM in Phoenix, AZ</frequency>
+    <location>Phoenix, AZ</location>
+    <description lang="en">
+      KASC (The Blaze) is an AM radio station serving all four campuses of the ASU community.  The 
student-run college radio station broadcasts at 1330 AM 24 hours a day during the school year and is operated 
by students under the supervision of a Cronkite School faculty adviser.
+    </description>
+    <stream mime="audio/mpeg" uri="http://184.154.90.188:80/stream"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.blazeradioonline.com/</uri>
+  </station>
+  <station band="100.3FM" id="soundfm" lang="en" name="SoundFM" rank="1.0" type="edu">
+    <frequency uri="http://soundfm.ca/";>100.3 FM in Waterloo, Canada</frequency>
+    <location>Waterloo, Canada</location>
+    <description lang="en">
+      CKMS 100.3 FM (SoundFM) is a community radio station broadcasting independent and alternative music 
and culture to Waterloo Region.
+    </description>
+    <stream mime="audio/mpeg" uri="http://cast9.directhostingcenter.com:2199/tunein/soevwkmu.pls"; 
codec="MPEG 1 Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://soundfm.ca/</uri>
+  </station>
+  <station band="ONLINE" id="nrj-bern" lang="en" name="Radio NRJ Bern" rank="1.0" type="edu">
+    <frequency uri="http://www.energy.ch/bern/";>Internet</frequency>
+    <location>Bern, Switzerland</location>
+    <description lang="en">Student webradio in Zürich.</description>
+    <stream mime="audio/mpeg" uri="http://energybern.ice.infomaniak.ch/energybern-high.mp3"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.energy.ch/bern/</uri>
+  </station>
+  <station band="ONLINE" id="wvau" lang="en" name="WVAU" rank="1.0" type="edu">
+    <frequency uri="http://www.wvau.org/";>Online in Washington, DC</frequency>
+    <location>Washington, DC</location>
+    <description lang="en">WVAU is American University's student radio station. We broadcast online 24/7 
from the Mary Graydon Center in Washington, D.C.
+<!--    With a staff of over 120 student DJs, WVAU offers unique musical programming and a perspective that 
you won't find anywhere else. Outside of the studio, WVAU brings in local and touring artists every semester 
for interviews, in-studio performances, and our Capital Punishment free concert series. We also host monthly 
open mic nights to showcase AU's talented students and faculty. All of our events are free and open to the 
public.-->
+<!--    WVAU focuses on showcasing independent music that you won't hear on your traditional Top 40 station. 
Our live programming covers the best in indie rock, hip-hop, electronic, experimental, jazz, folk, world 
music, and more. Our eclectic schedule doesn't limit students to genre-specific shows, which sets WVAU apart 
from traditional college radio stations and gives our DJs the freedom to play whatever music they 
want.--></description>
+    <stream mime="audio/mpeg" uri="http://ice8.securenetsystems.net/WVAU"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.wvau.org/</uri>
+  </station>
+  <station band="88.5FM" id="kcsn" name="KCSN" rank="1.0" type="edu">
+    <frequency uri="http://www.kcsn.org/";>88.5 FM in Los Angeles, CA</frequency>
+    <location>Los Angeles, CA</location>
+    <description lang="en">KCSN is commercial free, public radio that relies heavily on donor 
contributions.</description>
+    <stream mime="audio/mpeg" uri="http://130.166.82.184:8000/listen.pls"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <stream mime="audio/mpeg" uri="http://130.166.82.184:8002/listen.pls"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="64 kbps" />
+    <stream mime="audio/mpeg" uri="http://130.166.82.184:8004/listen.pls"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="32 kbps" />
+    <uri>http://www.kcsn.org/</uri>
+  </station>
+  <station band="91.7FM" id="kvrx" name="KVRX" rank="1.0" type="edu">
+    <frequency uri="http://www.kvrx.org/";>91.7 FM in Austin, TX</frequency>
+    <location>Austin, TX</location>
+    <description lang="en">KVRX is the student-run radio station at the University of Texas in Austin. We 
solemnly swear to play "none of the hits, all of the time" to bring you the best music that you didn't know 
you loved, or remind you of your favorite songs that you won't hear anywhere else. We share our frequency, 
91.7FM, with KOOP radio, another great community station, and we're on the air from 7PM to 9AM on weekdays 
and from 10PM to 9AM on weekends.</description>
+    <stream mime="audio/mpeg" uri="http://tstv-stream.tsm.utexas.edu:8000/kvrx_livestream"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.kvrx.org/</uri>
+  </station>
+  <station band="ONLINE" id="ksub" name="KSUB" rank="1.0" type="edu">
+    <frequency uri="http://www.ksubseattle.org/";>Online in Seattle, WA</frequency>
+    <location>Seattle, WA</location>
+    <description lang="en">We are one of the last college radio stations in the Seattle area actually run by 
students. Our DJ's are current students and beloved alumni (and even some faculty), and because we are 
non-commercial, we are free from mainstream radio constraints. Each individual DJ has near complete control 
of what he or she plays on the air, giving KSUB a rich musical diversity.</description>
+    <stream mime="audio/mpeg" uri="http://lin1.san.fast-serv.com:6014"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.ksubseattle.org/</uri>
+  </station>
+  <station band="ONLINE" id="wrvu" name="WRVU" rank="1.0" type="edu">
+    <frequency uri="http://wrvu.org/";>Online in Nashville, TN</frequency>
+    <location>Nashville, TN</location>
+    <description lang="en">WRVU is a free-format college radio station committed to providing Vanderbilt 
University and the surrounding community with the best in new, non-mainstream music. WRVU is student-run and 
focuses on teaching Vanderbilt students the ins and outs of radio broadcasting, playing music you can’t hear 
anywhere else.</description>
+    <stream mime="audio/mpeg" uri="http://129.59.202.68:8200/listen.pls"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://wrvu.org/</uri>
+  </station>
+  <station band="88.5FM" id="whpk" name="WHPK" rank="1.0" type="edu">
+    <frequency uri="http://www.whpk.org/";>88.5 FM in Chicago, IL</frequency>
+    <location>Chicago, IL</location>
+    <description lang="en">WHPK a non-profit community radio station of the University of Chicago, 
broadcasting to Hyde Park and the South Side of Chicago for over 50 years.</description>
+    <stream mime="audio/mpeg" uri="http://www.whpk.org/stream/mp3.m3u"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://whpk.org/</uri>
+  </station>
+  <station band="88.9FM" id="wnyo" name="WNYO" rank="1.0" type="edu">
+    <frequency uri="http://www.wnyo889.org/";>88.9 FM in Oswego, NY</frequency>
+    <location>Oswego, NY</location>
+    <description lang="en">WNYO is an FCC regulated student ran radio station at SUNY Oswego. It is located 
on the SUNY Oswego campus, inside The Point in the Marano Campus Center. WNYO is also recognized on campus as 
a student organization. The radio station produces multiple concert events each year through the Indie 
Series, Artswego and Lifestyles. The sports department at WNYO broadcasts live campus athletics including 
home and away games.</description>
+    <stream mime="audio/ogg" uri="http://www.wnyo.org/webcast-ogg-high.m3u"; codec="Ogg Vorbis" 
samplerate="44100 Hz" channels="Stereo" bitrate="32 kbps" />
+    <uri>http://www.wnyo889.org/</uri>
+  </station>
+  <station band="90.1FM" id="wusb" name="WUSB" rank="1.0" type="edu">
+    <frequency uri="http://www.wusb.fm/";>90.1 FM in Long Island, NY</frequency>
+    <location>Long Island, NY</location>
+    <description lang="en">WUSB is a 3,600 watt non-commercial station located on the campus of Stony Brook 
University. Since 1977, we have served the campus and Long Island listening communities with a diverse 
broadcast mix of music, news, public affairs, drama and sports programming.<!-- Our 24 hour a day schedule is 
made possible by a volunteer staff efforts of over 160 Stony Brook students, faculty, staff, alumni and 
community residents. Behind-the-scenes as well as on-air work, combined with a variety of nationally 
syndicated radio programs integrated into the schedule, creates the 168 hours per week of innovative and 
high-quality programming.--></description>
+    <stream mime="audio/mpeg" uri="http://stream.wusb.stonybrook.edu:8080/listen.pls"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="32 kbps" />
+    <stream mime="audio/mpeg" uri="http://stream.wusb.stonybrook.edu:8090/listen.pls"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.wusb.fm/</uri>
+  </station>
+  <station band="ONLINE" id="coog" name="COOG" rank="1.0" type="edu">
+    <frequency uri="http://coogradio.uh.edu/";></frequency>
+    <location>Houston, TX</location>
+    <description lang="en">Coog Radio is an online radio station operated and staffed by students from the 
University of Houston. Co-founders Conner Clifton, Markley Rogers, and Matt Womack came up with the idea in 
2010, but it wasn’t until fall 2011 that the idea finally came to fruition. Coog Radio not only provides a 
creative outlet for fellow students to express themselves over the air, but also introduces them to the world 
of broadcasting.</description>
+    <stream mime="audio/mpeg" uri="http://coogradio.uh.edu:8000/coogradio.m3u"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="48000 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://coogradio.uh.edu/</uri>
+  </station>
+  <station band="90.7FM" id="wvua" name="WVUA-FM" rank="1.0" type="edu">
+    <frequency uri="http://wvuafm.ua.edu/";></frequency>
+    <location>Tuscaloosa, AL</location>
+    <description lang="en">WVUA-FM is the University’s only student operated radio station. Its history 
dates back to 1940 when the Department of Radio Arts began operation of an AM carrier-current station (the 
signal was transmitted to dormitories and other buildings on campus through electrical wiring).<!-- The 
station was known as BRN (the Bama Radio Network). In 1947, the signal was extended and the station became 
known as WABP. The station was operated as a commercial venture at 570 on the AM dial. During the 1950’s and 
1960’s, as more students moved off campus, the station’s listenership dwindled.--></description>
+    <stream mime="audio/mpeg" uri="http://ice8.securenetsystems.net/WVUA"; codec="MPEG-4 AAC" 
samplerate="44100 Hz" channels="Stereo" bitrate="30 kbps" />
+    <uri>http://wvuafm.ua.edu/</uri>
+  </station>
+  <station band="1350AM" id="ury" lang="en" name="University Radio York" rank="1.0" type="edu">
+    <frequency uri="http://ury.org.uk/";></frequency>
+    <location>York, United Kingdom</location>
+    <description lang="en">University Radio York (URY) is the student radio station for the University of 
York, broadcasting 24 hours a day during term time on 1350am across the University's Heslington Campus and 
worldwide via this website.<!--
+    The station is run by students for students, meaning the people behind the station understand what the 
listenership want to hear.
+    With no playlist and no set format to many of our shows, our presenters have the chance to try whatever 
they like, as long as it's legal!--></description>
+    <stream mime="audio/mpeg" uri="http://ury.york.ac.uk/audio/live-mobile.m3u"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="48 kbps" />
+    <stream mime="audio/mpeg" uri="http://ury.york.ac.uk/audio/live-low.m3u"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="96 kbps" />
+    <stream mime="audio/mpeg" uri="http://ury.york.ac.uk/audio/live-high.m3u"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="192 kbps" />
+  </station>
+  <station band="97.0FM" id="eper" lang="en" name="EPER" rank="1.0" type="edu">
+    <frequency uri="http://eper.elte.hu/";></frequency>
+    <location>Budapest, Hungary</location>
+    <description lang="en">EPER is a non-profit small power community station in downtown Budapest. We 
broadcast from the buildings of the Eötvös Loránd University. Our staff is students and teachers of the 
University or of other institutions of higher education.</description>
+    <stream mime="audio/mpeg" uri="http://radio.elte.hu:8000/eper2"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Mono" bitrate="64 kbps" />
+    <stream mime="audio/mpeg" uri="http://radio.elte.hu:8000/eper24"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="22050 Hz" channels="Mono" bitrate="24 kbps" />
+    <stream mime="audio/mpeg" uri="http://radio.elte.hu:8000/live24"; codec="MPEG-2 AAC" samplerate="32000 
Hz" channels="Stereo" bitrate="24 kbps" />
+    <uri>http://eper.elte.hu/</uri>
+  </station>
+  <station band="ONLINE" id="burstradio" lang="en" name="Burst Radio" rank="1.0" type="edu">
+    <frequency uri="http://www.burstradio.co.uk/";></frequency>
+    <location>Brighton, United Kingdom</location>
+    <description lang="en">Burst aims to capture the essential essence of student life at Brighton 
University; distil it and broadcast this elixir to you.</description>
+    <stream mime="audio/mpeg" uri="http://burst.brighton.ac.uk:8000/burst.mp3"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="22050 Hz" channels="Mono" bitrate="24 kbps" />
+    <stream mime="audio/mpeg" uri="http://burst.brighton.ac.uk:8000/burst.mp3"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.burstradio.co.uk/</uri>
+  </station>
+  <station band="ONLINE" id="fusefm" lang="en" name="Fuse FM" rank="1.0" type="edu">
+    <frequency uri="http://fusefm.co.uk/";></frequency>
+    <location>Manchester, United Kingdom</location>
+    <description lang="en">Fuse FM is Manchester University's student radio station. We first went on air 
back in 2001, and 13 years later we now broadcast from a brand new, professional quality studio from within 
the Students' Union. We broadcast online throughout the academic year and you can listen to live shows and 
podcasts on our website. We love our new home, but we need your help to sound great on air. <!--If you want 
to get in on the action, you'd be more than welcome! We are constantly on the look out for new talent, so if 
you fancy yourself as a music journalist, producer, DJ, news reader, or think you have what it takes to host 
your own show, Fuse FM is certainly the place for you! Not only is Fuse FM a fun organisation to be part of, 
but we can help you if you are interested in getting into the radio industry. Past Fuse FM members have gone 
on to find work at the BBC and commercial radio stations.--></description>
+    <stream mime="audio/mpeg" uri="http://studio.fusefm.co.uk:8000/livehi"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="320 kbps" />
+    <stream mime="audio/ogg" uri="http://studio.fusefm.co.uk:8000/livehi"; codec="Ogg Vorbis" 
samplerate="44100 Hz" channels="Stereo" bitrate="320 kbps" />
+    <stream mime="audio/mpeg" uri="http://studio.fusefm.co.uk:8000/live"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <stream mime="audio/ogg" uri="http://studio.fusefm.co.uk:8000/live"; codec="Ogg Vorbis" samplerate="44100 
Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://fusefm.co.uk/</uri>
+  </station>
+  <station band="90.9FM" id="cjsw" lang="en" name="CJSW" rank="1.0" type="edu">
+    <frequency uri="http://cjsw.com/";></frequency>
+    <location>Calgary, Canada</location>
+    <description lang="en">CJSW 90.9 FM will be celebrating 30 years of on air radio programming at the 
beginning of 2015. Our goal is to provide an alternative to commercial media by recognizing and promoting the 
diverse musical styles, points of view and cultures that exist within our city.<!-- CJSW strives to provide 
programming to an audience and by programmers that are varied in their ethnicity, culture, gender, sexual 
orientation, age, and physical and mental ability. Our diverse programming includes music, arts, spoken word 
and multicultural programs.--></description>
+    <stream mime="audio/mpeg" uri="http://stream.cjsw.com/cjsw.mp3.m3u"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://cjsw.com/</uri>
+  </station>
+  <station band="ONLINE" id="caper" lang="en" name="Caper Radio" rank="1.0" type="edu">
+    <frequency uri="http://caperradio.ca/";>Pending FM license in Sydney, Nova Scotia, Canada</frequency>
+    <location>Sydney, Nova Scotia, Canada</location>
+    <description lang="en">Caper Radio Incorporated is CBU's campus radio station!
+    Located in the Students' Union building we are equipped with an ever-growing music collection of over 
6000 CDs on a digital library. We offer some of the best independent music in Canada. Caper Radio is also a 
prime resource for information on events taking place both on and off campus.
+<!--    Being involved with Caper Radio, Inc. helps students gain new skills (in communication, as well as 
working with the equipment), build confidence, and make new friends. Taking part in shaping the university 
community, and building valuable job skills – It's a lot of fun too!-->
+    Caper Radio broadcasts from 9:30am until 4:30pm Monday - Friday. Repeat broadcasts can be heard by 
visiting our website.</description>
+    <stream mime="audio/mpeg" uri="http://142.12.32.15:8000/stream.m3u"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://caperradio.ca/</uri>
+  </station>
+  <station band="88.3FM" id="wxou" lang="en" name="WXOU" rank="1.0" type="edu">
+    <frequency uri="http://wxou.org/";>88.3 FM in Rochester, MI</frequency>
+    <location>Rochester, MI</location>
+    <description lang="en">WXOU is a non-profit, student operated, freeform community radio station. 
Currently we are broadcasting with 110 watts of power from the campus of Oakland University. WE offer diverse 
programming such as, music, sports, news and student produced programs.<!-- Our goal is to supply the 
community with a service that provides both an educational experience to those involved with the radio 
station, while also providing information and entertainment o the rest of the community outside of Oakland’s 
campus.--></description>
+    <stream mime="audio/mpeg" uri="http://wxou.oakland.edu:8000/listen.pls"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="22050 Hz" channels="Mono" bitrate="24 kbps" />
+    <stream mime="audio/mpeg" uri="http://wxou.oakland.edu:8002/listen.pls"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Mono" bitrate="128 kbps" />
+  </station>
+  <station band="88.5FM" id="wamu" lang="en" name="WAMU" rank="1.0" type="edu">
+    <frequency uri="http://wamu.org/";>88.5 FM in Washington, DC</frequency>
+    <location>Washington, DC</location>
+    <description lang="en">WAMU 88.5 is the leading public radio station for NPR news and information in the 
greater Washington, D.C., area. WAMU 88.5 is licensed to American University.</description>
+    <stream mime="audio/mpeg" uri="http://wamu-1.streamguys.com/"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Mono" bitrate="48 kbps" />
+    <uri>http://wamu.org/</uri>
+  </station>
+  <station band="1580AM" id="kdup" lang="en" name="KDUP" rank="1.0" type="edu">
+    <frequency uri="http://kdup.up.edu/";>1580 AM in Portland, OR</frequency>
+    <location>Portland, OR</location>
+    <description lang="en">University of Portland's radio station</description>
+    <stream mime="audio/ogg" uri="http://icecast.up.edu:8000/mystream.ogg.m3u"; codec="Ogg Vorbis" 
samplerate="32000 Hz" channels="Stereo" bitrate="192 kbps" />
+    <uri>http://kdup.up.edu/</uri>
+  </station>
+  <station band="95.0FM" id="95bfm" lang="en" name="95bFM" rank="1.0" type="edu">
+    <frequency uri="http://www.95bfm.com/";>95.0 FM in Auckland, New Zealand</frequency>
+    <location>Auckland, New Zealand</location>
+    <description lang="en">In 1969, Radio Bosom was born as a student's capping stunt, broadcasting 
illegally from a boat in the Waitemata Harbour. Over the next few decades the bosom morphed into the mighty 
95bFM, the longest-standing independent radio station in New Zealand.<!--
+    We're passionate about music, just like you. We think that radio is better when it's free from 
commercial pressures, and that it should be challenging without being inaccessible. This is not top 40 
radio.--></description>
+    <stream mime="audio/mpeg" uri="http://streams.95bfm.com/stream95"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="22050 Hz" channels="Mono" bitrate="32 kbps" />
+    <uri>http://www.95bfm.com/</uri>
+  </station>
+  <station band="103.7FM" id="2nurfm" lang="en" name="2NURFM" rank="1.0" type="edu">
+    <frequency uri="http://www.newcastle.edu.au/community-and-alumni/arts-and-culture/2nurfm";>103.7 FM in 
Newcastle, Australia</frequency>
+    <location>Newcastle, Australia</location>
+    <description lang="en">Newcastle's leading 'easy listening' radio station.</description>
+    <stream mime="audio/aacp" uri="http://broadcaster1.newcastle.edu.au:8000/2NURFM-aacPlus"; codec="MPEG-2 
AAC (AAC+)" samplerate="44100 Hz" channels="Stereo" bitrate="29 kbps" />
+    <uri>http://www.newcastle.edu.au/community-and-alumni/arts-and-culture/2nurfm</uri>
+  </station>
+  <station band="101.5FM" id="radioadelaide" lang="en" name="Radio Adelaide" rank="1.0" type="edu">
+    <frequency uri="https://radio.adelaide.edu.au/";>101.5 FM in Adelaide, Australia</frequency>
+    <location>Adelaide, Australia</location>
+    <description lang="en">Radio Adelaide is a real radio alternative for people curious about ideas, issues 
and music. We are as diverse as the city we live in, with programs ranging from Jazz and Classical to World 
Music, arts, current affairs and more, with many shows presented by local community groups in their own 
languages.</description>
+    <stream mime="audio/mpeg" uri="http://stream.radio.adelaide.edu.au:8000/radadl-128.mp3"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <stream mime="audio/mpeg" uri="http://stream.radio.adelaide.edu.au:8000/radadl-64.mp3"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="64 kbps" />
+    <uri>https://radio.adelaide.edu.au/</uri>
+  </station>
+  <station band="ONLINE" id="radior" lang="cs" name="Radio R" rank="1.0" type="edu">
+    <frequency uri="http://radior.cz";>Internet</frequency>
+    <location>Brno, Czech Republic</location>
+    <description lang="en">Masaryk University’s student radio.</description>
+    <stream mime="audio/ogg" uri="http://radior.video.muni.cz:8000/FSS_ogg-q0.ogg.m3u"; codec="Ogg Vorbis" 
samplerate="44100 Hz" channels="Stereo" bitrate="64 kbps" />
+    <stream mime="audio/ogg" uri="http://radior.video.muni.cz:8000/FSS_ogg-q4.ogg.m3u"; codec="Ogg Vorbis" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <stream mime="audio/ogg" uri="http://radior.video.muni.cz:8000/FSS_ogg-q8.ogg.m3u"; codec="Ogg Vorbis" 
samplerate="44100 Hz" channels="Stereo" bitrate="256 kbps" />
+    <uri>http://www.radior.cz/</uri>
+  </station>
+  <station band="ONLINE" id="radius" lang="de" name="Radio Radius" rank="1.0" type="edu">
+    <frequency uri="http://radioradius.ch/";>Internet</frequency>
+    <location>Zürich, Switzerland</location>
+    <description lang="en">Student webradio in Zürich.</description>
+    <stream mime="audio/ogg" uri="http://relay.radio.ethz.ch/sender.ogg.m3u"; codec="Ogg Vorbis" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.radioradius.ch/</uri>
+  </station>
+  <station band="ONLINE" id="lsrfm" lang="en" name="Leeds University Student Radio FM" rank="1.0" type="edu">
+    <frequency uri="http://lsrfm.com/";>Internet</frequency>
+    <location>Leeds, United Kingdom</location>
+    <description lang="en"></description>
+    <stream mime="audio/mpeg" uri="http://soho.wavestreamer.com:6648/listen.pls?sid=1"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://lsrfm.com/</uri>
+  </station>
+  <station band="1350AM" id="urn" lang="en" name="University Radio Nottingham" rank="1.0" type="edu">
+    <frequency uri="http://urn1350.net";>1350 AM in Nottingham, United Kingdom</frequency>
+    <location>Nottingham, United Kingdom</location>
+    <description lang="en">URN is the University of Nottingham's award winning student radio station.You can 
listen online, on 1350AM on campus or in some of the university's shops and bars.</description>
+    <stream mime="audio/mpeg" uri="http://posurnl.nottingham.ac.uk:8080/urn_high.mp3"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://urn1350.net/</uri>
+  </station>
+  <station band="ONLINE" id="kcl" lang="en" name="King's College London Radio" rank="1.0" type="edu">
+    <frequency uri="http://www.kclradio.co.uk/";>Internet</frequency>
+    <location>London, United Kingdom</location>
+    <description lang="en">KCL Radio is King’s College London’s award winning, student radio station, which 
first broadcast live last year. Our studio is currently located on the basement floor of the Chesham Building 
(although there are plans to relocate to a new studio in Tutu’s on the 4th floor of the Macadam Building 
during 2015).<!--  Output ranges from music to news, chat, sport, comedy and everything in between. Live 
broadcasts also take place throughout the year for significant events on the KCLSU calendar such as the 
Student Officer Elections or the Varsity Rugby match.--></description>
+    <stream mime="audio/mpeg" uri="http://159.92.75.8:8080/KCLR"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.kclradio.co.uk/</uri>
+  </station>
+  <station band="ONLINE" id="icradio" lang="en" name="Imperial College Radio" rank="1.0" type="edu">
+    <frequency uri="http://icradio.com/";>1134 AM in Wye, Kent, United Kingdom</frequency>
+    <location>London, United Kingdom</location>
+    <description lang="en">IC Radio is among the oldest student radio stations in the country. Started in 
1976, broadcasting on a home built AM transmitter around halls, we now broadcast all over the globe from 
icradio.com.<!-- Absolutely anyone is welcome to try their hand at presenting or producing a show; whatever 
your music taste. We also love a good speech based program, so anyone will feel at home in IC Radio. As well 
as being able to broadcast, we are lucky enough to have a brand new, fully equipped recording studio which we 
use to record bands and musicians.-->
+<!--
+Behind the scenes we rely on our fantastic technical, musical and promotional teams. Are you interested in 
web design? Want to record professional band and artists? Maybe you fancy running our IT system? Or perhaps 
you want to talk to industry insiders to get your hands on new music weeks before any of your friends? 
There's a place for you here and we'd love for you to join us!--></description>
+    <stream mime="audio/mpeg" uri="http://icecast.icradio.com:8000/live-mp3-high"; codec="MPEG 1 Audio, Layer 
3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="192 kbps" />
+    <uri>http://icradio.com/</uri>
+  </station>
+  <station band="107.9FM" id="ruc" lang="pt" name="Coimbra University Radio" rank="1.0" type="edu">
+    <frequency uri="http://www.ruc.pt/";>107.9 FM in Coimbra, Portugal</frequency>
+    <location>Coimbra, Portugal</location>
+    <description lang="en">Coimbra University Radio (Portuguese: Rádio Universidade de Coimbra - RUC) is a 
university radio station of the Coimbra Academic Association (students' union) of the University of Coimbra 
in Coimbra, Portugal.<!--
+    It broadcasts on 107.9 FM (also broadcasts on-line). The Center of Experimental Radio was founded in the 
40's, but it was only on March, 1st 1986, that the radio obtained the authorization to broadcast on FM.-->
+<!--
+    The studios and offices of this university radio station are located in the main building of the 
Associação Académica de Coimbra, in the city centre. One of its trademarks is that there are no set playlists 
for any of the programs broadcast. This allows for an exceptionally wide range of musical genres.
+    The radio gives courses in Programming, Technic and News, that students from the University of Coimbra 
can join.
+    For its 25th anniversary, the radio hosts concerts of the indie Swedish band the Radio Dept., and later 
Eleanor Friedberger from the rock duo The Fiery Furnaces and the Welsh songwriter Euros 
Childs.--></description>
+    <stream mime="audio/mpeg" uri="http://ruc.midi-club.net:8000/;stream/1"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.ruc.pt/</uri>
+  </station>
+  <station band="92.1FM" id="radiocampusbruxelles" lang="nl" name="Radio Campus Bruxelles" rank="1.0" 
type="edu">
+    <frequency uri="http://www.radiocampus.be/";>92.1 FM in Bruxelles, Belgium</frequency>
+    <location>Bruxelles, Belgium</location>
+    <description lang="en">Radio Campus est née en 1980 sur le campus de l’Université Libre de Bruxelles. 
Avec une cinquantaine d’émissions, elle rassemble plus de 150 animateurs, techniciens et collaborateurs 
autour de valeurs partagées : une libre expression assumée et constructive, un attachement immodéré au tissu 
social bruxellois et un amour sans borne pour la diversité musicale et culturelle.</description>
+    <stream mime="audio/ogg" uri="http://streamer.radiocampus.be:8000/stream_hi.ogg"; codec="Ogg Vorbis" 
samplerate="44100 Hz" channels="Stereo" bitrate="192 kbps" />
+    <uri>http://www.radiocampus.be/</uri>
+  </station>
+  <station band="93.9FM" id="radiocampusparis" lang="fr" name="Radio Campus Paris" rank="1.0" type="edu">
+    <frequency uri="http://www.radiocampusparis.org/";>93.9 FM in Paris, France</frequency>
+    <location>Paris, France</location>
+    <description lang="en">Radio Campus Paris is a non-profit Student radio station. Founded in 1998 and 
first broadcast on the Internet, the radio can be listened to in Paris, France on 93.9 FM (from 5.30 p.m. to 
5.30 a.m.). Managed by volunteers (mainly students), this indie student radio focuses on emerging music and 
local and student-related news.</description>
+    <stream mime="audio/mpeg" uri="http://www.radiocampusparis.org:8000/stream_rcp"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.radiocampusparis.org/</uri>
+  </station>
+  <station band="89.3FM" id="wcsb" lang="en" name="WCSB" rank="1.0" type="edu">
+    <frequency uri="http://wcsb.org/";>89.3 FM in Cleveland, OH</frequency>
+    <location>Cleveland, OH</location>
+    <description lang="en">A student-operated radio station at Cleveland State University, broadcasting from 
northeast Ohio.</description>
+    <stream mime="audio/mpeg" uri="http://cent7.directhostingcenter.com/tunein.php/ubtevcdv/playlist.pls"; 
codec="MPEG 1 Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://wcsb.org/</uri>
+  </station>
+  <station band="87.7FM" id="pulse" lang="en" name="Pulse LSE" rank="1.0" type="edu">
+    <frequency uri="http://pulselse.co.uk/";>87.7 FM in London, United Kingdom</frequency>
+    <location>London, United Kingdom</location>
+    <description lang="en">Pulse Radio is the official radio station of the London School of Economics and 
Political Science Students’ Union. We are totally student run and are committed to bringing great radio 
broadcasting to LSE students and beyond. We hope you tune in and enjoy!</description>
+    <stream mime="audio/mpeg" uri="http://s3.radioboss.fm:8223/stream"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://pulselse.co.uk/</uri>
+  </station>
+  <station band="107.9FM" id="oxide" lang="en" name="Oxford Student Radio" rank="1.0" type="edu">
+    <frequency uri="http://oxideradio.co.uk/";>107.9 FM in Oxford, United Kingdom</frequency>
+    <location>Oxford, United Kingdom</location>
+    <description lang="en">Oxide Radio is a student radio station run by members of Oxford University in 
Oxford, England.</description>
+    <stream mime="audio/mpeg" uri="http://listen.oxideradio.co.uk:8000/oxide-radio.m3u"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://oxideradio.co.uk/</uri>
+  </station>
+  <station band="97.2FM" id="camfm" lang="en" name="Cam FM" rank="1.0" type="edu">
+    <frequency uri="http://www.camfm.co.uk/";>97.2 FM in Cambridge, United Kingdom</frequency>
+    <location>Cambridge, United Kingdom</location>
+    <description lang="en">Originally founded in 1979, the award-winning Cam FM is now one of the most 
heavily listened to student radio stations in the UK, as well as one of the largest student-run media 
organisations in Cambridge, covering students at both Cambridge and Anglia Ruskin Universities. <!--We know 
students because we are students; every aspect of the station is professionally run by students, staff, and 
alumni of the Universities - presenting, producing, or running the committee. Our content is primarily geared 
towards engaging with the student community in Cambridge.--></description>
+    <stream mime="audio/mpeg" uri="http://stream.camfm.co.uk/camfm"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.camfm.co.uk/</uri>
+  </station>
+  <station band="96.1FM" id="radiounam" lang="es" name="Radio UNAM" rank="1.0" type="edu">
+    <frequency uri="http://www.radiounam.unam.mx/";>96.1 FM in México City, México</frequency>
+    <location>México City, México</location>
+    <description lang="en">Radio Universidad Nacional Autónoma de México</description>
+    <stream mime="audio/mpeg" 
uri="http://www.radiounam.unam.mx/templates/player/reproductor/CREA_FM/listen.m3u"; codec="MPEG 1 Audio, Layer 
3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.radiounam.unam.mx/</uri>
+  </station>
+  <station band="89.3FM" id="wxyc" lang="en" name="WXYC" rank="1.0" type="edu">
+    <frequency uri="http://www.wxyc.org/";>89.3 FM in Chapel Hill, NC</frequency>
+    <location>Chapel Hill, NC</location>
+    <description lang="en">WXYC went on the air on March 17, 1977 with Joni Mitchell's "You Turn Me on I'm a 
Radio."
+
+      WXYC was preceded by WCAR, a carrier current station that reached dorms on the UNC-Chapel Hill campus 
through electrical wiring. The station's alumni include top 40 radio host Rick Dees.
+<!--
+      When WCAR wanted to upgrade in the early 1970s, it decided to pursue an FM license and begin 
broadcastin over the air rather than update the carrier current system. Funding for the change to FM was 
provided by a student referendum passed in 1973. The physical conversion cost $35,000 and took two years to 
complete.
+
+      The non-profit Student Educational Broadcasting, Inc. was established to serve as the official owner 
of WXYC's broadcast license, and in 1977 WCAR became WXYC. The station was originally scheduled to begin 
broadcasting in January 1977, but winter freezes prevented the installation of an antenna on UNC's water 
tower delaying the broadcast until March.
+
+      From its earliest days in the late 70s, WXYC has been a leader in diverse and interesting programming, 
adopting changing forms of popular music long before they became popular in the mainstream without losing 
touch with the past. This coalesced in 1980 with the decision to achieve a delicate balance, avoiding the 
extremes of both typical commercial (dull, repetitive, narrow) and typical college (difficult, elitist and 
irritating) radio, by making the effort to find and broadcast the best and brightest of new music that was 
inexplicably being ignored by commercial radio, while not forgetting the roots of that music in blues, jazz, 
pop and other types of music of the past half century. At the same time, WXYC became a 24 hour a day/ 365 day 
a year radio station with a commitment to be consistent in quality and reliable enough to set your clock 
radio to.WXYC won many accolades and awards during the 80's and 90's from local as well as national sources, 
including Rolling Sto
 ne Magazine, the New York Times and the Independent Weekly.
+
+      In the early 90s, with the advent of the CD, many more international and independent releases became 
easily available, as well as re-issues of albums that had been impossible to find on vinyl for decades. This 
enabled WXYC to broaden its programming even more, and to this day the staff of WXYC is committed to seeking 
out new and interesting sounds from all over the world and presenting them in a coherent, accessible and 
interesting way.
+
+      In 1994, the staff of UNC's SunSITE, the first Web site in North America, helped WXYC become the first 
radio station in the world to stream its on-air signal live over the Internet. We're proud to have been at 
the forefront of the Internet radio medium. We now have loyal listeners all over the world who contact us 
with comments and requests by email and IM.
+
+      WXYC alumni include ESPN anchor Stuart Scott, former Squirrel Nut Zipper Tom Maxwell, former Polvo 
guitarist Dave Brylawski, Newsweek reporter Colin Soloway, film director Peyton Reed, as well as scores of 
doctors, lawyers, writers, executives, and successful professionals of all kinds.--></description>
+    <stream mime="audio/ogg" uri="http://www.wxyc.org/files/streams/wxyc-ogg.pls"; codec="Ogg Vorbis" 
samplerate="44100 Hz" channels="Stereo" bitrate="96 kbps" />
+    <stream mime="audio/mpeg" uri="http://wxyc.org/files/streams/wxyc-mp3.m3u"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.wxyc.org/</uri>
+  </station>
+  <station band="90.7FM" id="kalx" lang="en" name="KALX" rank="1.0" type="edu">
+    <frequency uri="http://kalx.berkeley.edu/";>90.7 FM in Berkeley, CA</frequency>
+    <location>Berkeley, CA</location>
+    <description lang="en">KALX 90.7 FM broadcasts freeform radio 24 hours a day to a large portion of the 
San Francisco Bay Area. You can catch all stripes of underground music accented with news, sports and 
alternative informational programming.
+<!--
+      KALX has a wonderfully dedicated staff of student and community volunteers who are willing to explore 
with and educate their listeners. KALX is regular folks doing wild, unpredictable, extraordinary radio. All 
of our programs are homespun, we don't depend on satellite feeds. Rather we create programs from, and for our 
community (a community that includes both the University of California, Berkeley student population AND the 
surrounding area).
+
+      As part of our mission to educate, every KALX DJ is encouraged to play a variety of musical styles and 
types. Rather than segregating music into limited boxes, this philosophy is an attempt to entertain the 
listener while broadening their musical experience. A pretty fun way to be educated, don't ya 
think!--></description>
+    <stream mime="audio/ogg" uri="http://icecast.media.berkeley.edu:8000/kalx-128.ogg.m3u"; codec="Ogg 
Vorbis" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <stream mime="audio/mpeg" uri="http://icecast.media.berkeley.edu:8000/kalx-128.mp3.m3u"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://kalx.berkeley.edu/</uri>
+  </station>
+  <station band="95.3FM" id="whrb" lang="en" name="WHRB" rank="1.0" type="edu">
+    <frequency uri="http://www.whrb.org/";>95.3 FM in Boston, MA</frequency>
+    <location>Boston, MA</location>
+    <description lang="en">For seventy years, 95.3FM has been Boston's first source for exciting, 
entertaining, and enlightening music broadcasts. Harvard Radio's daily broadcast of Classical music, Jazz, 
and underground Rock explore a great repertoire of music left largely untouched by other commercial 
stations.</description>
+    <stream mime="audio/mpeg" uri="http://www.whrb.org/streams/whrb.m3u"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="96 kbps" />
+    <uri>http://www.whrb.org/</uri>
+  </station>
+  <station band="99.3FM" id="nova" lang="nb" name="Radio NOVA" rank="1.0" type="edu">
+    <frequency uri="http://radionova.no/";>99.3 FM in Oslo, Norway</frequency>
+    <location>Oslo, Norway</location>
+    <description lang="en">Radio NOVA is the student radio of University of Oslo.</description>
+    <stream mime="audio/mpeg" uri="http://stream.radionova.no/mp3.m3u"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="192 kbps" />
+    <uri>http://radionova.no/</uri>
+  </station>
+  <station band="89.9FM" id="wwno" lang="en" name="WWNO" rank="1.0" type="edu">
+    <frequency uri="http://wwno.org/";>89.9 FM in New Orleans, LA</frequency>
+    <location>New Orleans, LA</location>
+    <description lang="en">WWNO is the NPR member station for New Orleans and the 13 parishes of southeast 
Louisiana, broadcasting on 89.9 FM — and on KTLN 90.5 FM in the Houma-Thibodaux area — as a public service of 
the University of New Orleans.</description>
+    <stream mime="audio/mpeg" uri="http://www.publicbroadcasting.net/wwno/ppr/wwno_128.m3u"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://wwno.org/</uri>
+  </station>
+  <station band="99.1FM" id="ktru" lang="en" name="KTRU" rank="1.0" type="edu">
+    <frequency uri="http://ktru.org/";>99.1 FM in Houston, TX</frequency>
+    <location>Houston, TX</location>
+    <description lang="en">KTRU Houston is Rice University's student-run radio station.</description>
+    <stream mime="audio/mpeg" uri="http://ktru.org/audiometa/listen3.m3u"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://ktru.org/</uri>
+  </station>
+  <station band="93.20FM" id="bbcworldservice" lang="en" name="BBC World Service" rank="1.0" type="gov">
+    <frequency uri="http://www.bbc.co.uk/worldservice/schedules/frequencies/";>Internet</frequency>
+    <location>London, United Kingdom</location>
+    <description lang="en">BBC World Service is an international news service available on radio, television 
and online. It provides impartial news reports and analysis in English and 27 other languages.  BBC World 
Service aims to inspire and illuminate the lives of its audience by bringing the world together, making 
connections and helping listeners to make sense of the world.</description>
+    <stream mime="audio/mpeg" uri="http://www.bbc.co.uk/worldservice/meta/live/mp3/eneuk.pls"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="48 kbps" />
+    <uri>http://www.bbc.co.uk/worldserviceradio</uri>
+  </station>
+  <station band="93.0FM" id="nrkradioalltidnyheter" lang="nb" name="NRK Radio Alltid Nyheter" rank="1.0" 
type="gov">
+    <frequency>93.0 FM in Oslo, Norway</frequency>
+    <location>Oslo, Norway</location>
+    <description lang="en">The Norwegian Broadcasting Corporation (NRK) offers the Norwegian public a wide 
range of content with three national TV-channels, 13 national radio-channels and the website 
nrk.no.</description>
+    <stream mime="audio/aac" uri="http://lyd.nrk.no/nrk_radio_alltid_nyheter_aac_h"; codec="AAC, v4 LC" 
samplerate="48000 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.nrk.no/alltid_nyheter</uri>
+  </station>
+  <station band="89.9FM" id="wkcr" lang="en" name="WKCR" rank="1.0" type="edu">
+    <frequency>89.9 FM in New York, NY</frequency>
+    <location>New York City, NY</location>
+    <description lang="en">WKCR-FM, Columbia University’s non-commercial student-run radio station, is 
dedicated to presenting a spectrum of alternative programming—traditional and art music, spoken arts, and 
original journalism. Granted its FCC license in 1941, WKCR is both steeped in tradition and committed to 
innovation. In the New York area, the station can be heard at 89.9 megacycles in FM; worldwide, it streams 
online.</description>
+    <stream mime="audio/mpeg" uri="http://kanga.college.columbia.edu:8000/listen.pls"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="96 kbps" />
+    <uri>http://www.studentaffairs.columbia.edu/wkcr/</uri>
+  </station>
+  <station band="90.1FM" id="kzsu" lang="en" name="KZSU" rank="1.0" type="edu">
+    <frequency>90.1 FM in Stanford, CA</frequency>
+    <location>San Francisco, CA</location>
+    <description lang="en">KZSU is Stanford University's FM radio station, broadcasting across the Bay Area 
on 90.1 FM and across the world at kzsulive.stanford.edu. We exist to serve the Stanford community with 
quality radio broadcasts, including music, sports, news, and public affairs programming.
+<!--
+      The station is owned by the Board of Trustees of Stanford University and is governed by a Board of 
Directors appointed by the President. We got our FM license in 1964, and upgraded from 10 to 500 watts in 
1978. Before 1964, KZSU broadcast as an AM carrier current station (through the University's power supply) on 
880 kHz, starting in 1947 as a part of the Department of Communication.
+
+      KZSU is a non-commercial station funded mainly by Stanford student fees, in addition to underwriting 
and listener donations. KZSU's staff is all volunteer, made up of Stanford students, staff, alumni, and 
community affiliates.--></description>
+    <stream mime="audio/mpeg" uri="http://kzsulive.stanford.edu/audio/kzsu-1-128.m3u"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://kzsulive.stanford.edu/</uri>
+  </station>
+  <station band="90.9FM" id="kexp" lang="en" name="KEXP" rank="1.0" type="edu">
+    <frequency>90.9 FM in Seattle, WA</frequency>
+    <location>Seattle, WA</location>
+    <description lang="en">KEXP is a service of the University of Washington, who holds the station’s FCC 
license. As a 501(c)3 non-profit arts organization, KEXP relies on investments from individual, foundation, 
business, and government supporters.</description>
+    <stream mime="audio/mpeg" uri="http://live-mp3-128.kexp.org:8000/listen.pls"; codec="MPEG 1 Audio, Layer 
3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://kexp.org/</uri>
+  </station>
+  <station band="88.1FM" id="wmbr" lang="en" name="WMBR" rank="1.0" type="edu">
+    <frequency>88.1 FM in Cambridge, MA</frequency>
+    <location>Boston, MA</location>
+    <description lang="en">WMBR is the MIT campus radio station. We broadcast on 88.1 FM between 20 and 24 
hours per day, 365 days a year. We transmit at 720 watts, effective radiated power from the top of the 
Eastgate Building in Kendall Square in Cambridge, Massachusetts. Our programming includes a wide range of 
music shows, public affairs programs and eclectic audio entertainment.</description>
+    <stream mime="audio/mpeg" uri="http://wmbr.org/WMBR_live_128.m3u"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://wmbr.org/</uri>
+  </station>
+</girl>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]