[tuxdroid-svn] r5517 - in software_suite_v3/software/plugin/plugin-webradio-de/trunk: executables
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-09-28 14:16:26
|
Author: remi
Date: 2009-09-28 15:43:02 +0200 (Mon, 28 Sep 2009)
New Revision: 5517
Modified:
software_suite_v3/software/plugin/plugin-webradio-de/trunk/executables/WebRadioList.py
software_suite_v3/software/plugin/plugin-webradio-de/trunk/resources/plugin.xml
Log:
* Updated radio list
Modified: software_suite_v3/software/plugin/plugin-webradio-de/trunk/executables/WebRadioList.py
===================================================================
--- software_suite_v3/software/plugin/plugin-webradio-de/trunk/executables/WebRadioList.py 2009-09-28 13:29:20 UTC (rev 5516)
+++ software_suite_v3/software/plugin/plugin-webradio-de/trunk/executables/WebRadioList.py 2009-09-28 13:43:02 UTC (rev 5517)
@@ -3,9 +3,12 @@
["WDR 1Live", "http://metafiles.gl-systemhaus.de/wdr/channel_einslive.m3u"],
["WDR2", "http://metafiles.gl-systemhaus.de/wdr/channel_einslivediggi.m3u"],
["Radio2Day", "http://radio2day.ip-streaming.net/radio2day.m3u"],
- ["Sunshine Live", "http://62.27.44.15/sunshinelive/livestream.mp3"],
["Rockland Digital", "http://ice.streaming.spacenet.de:80/rockland.m3u"],
["Hit Radio FFH", "http://edge.live.mp3.mdn.newmedia.nacamar.net/radioffh/livestream.mp3.m3u"],
["Antenne Bayern", "http://www.antenne.de/webradio/antenne.m3u"],
["N-JOY", "http://ndr.ic.llnwd.net/stream/ndr_n-joy_hi_mp3"],
+ ["HR3", "http://metafiles.gl-systemhaus.de/hr/hr3_2.m3u"],
+ ["Radio ffn", "http://www.ffn.de/tune-in/tunein_ffn.pls"],
+ ["Radio Charivari", "http://mediencenter-augsburg.de/streamserver/Charivari_Rosenheim/Stream_Charivari.m3u"],
+ ["BR 3", "http://streams.br-online.de/bayern3_2.m3u"],
]
Modified: software_suite_v3/software/plugin/plugin-webradio-de/trunk/resources/plugin.xml
===================================================================
--- software_suite_v3/software/plugin/plugin-webradio-de/trunk/resources/plugin.xml 2009-09-28 13:29:20 UTC (rev 5516)
+++ software_suite_v3/software/plugin/plugin-webradio-de/trunk/resources/plugin.xml 2009-09-28 13:43:02 UTC (rev 5517)
@@ -17,7 +17,7 @@
<parameter
name="radio"
description="Select a webradio"
- type="enum(WDR 1Live, WDR2, Radio2Day, Sunshine Live, Rockland Digital, Hit Radio FFH, Antenne Bayern, N-JOY)"
+ type="enum(WDR 1Live,WDR2,Radio2Day,Rockland Digital,Hit Radio FFH,Antenne Bayern,N-JOY,HR3,Radio ffn,Radio Charivari,BR 3)"
defaultValue="WDR 1Live" />
<parameter
name="url"
|