Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by Eric Bus:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fPluginInfo

The comment on the change is:
Changed information on webradio

------------------------------------------------------------------------------
@@ -335,21 +335,45 @@
 
 === WebRadio ===
 
-To activate webradio you need to add the following to your local_conf.py:
-{{{
-plugin.activate('audio.webradio')
-}}}
+Previous versions of Freevo contained a webradio plugin, but now it's gone. It has 
been replaced by a fxd-file with container and audio tags. This fxd-file needs to be 
added to the list of AUDIO_ITEMS in your local_conf.py:
 
-if you have your own gxine mediamarks file you can use it via:
 {{{
-plugin.activate('audio.webradio', args=('/usr/local/freevo_data/gxine-mediamarks',))
+AUDIO_ITEMS = [ ('MP3 Audio', '/home/freevo/MP3'),
+                ('WebRadio', '/home/freevo/fxd/webradio.fxd') ]
 }}}
 
 The webradio shows up as an option after your own Music Dirs and before your cdroms 
in the audio menu.
 
-Many of the stations in the current file are very busy and thus you may not get 
anything. To be sure
-it works try a bunch of stations. At the time of writing this info I was only able to 
get 15 of the stations.
-I had the best luck with 'Heavy Metal Radio' in the 'rock' category.
+The fxd-file contains information on the available radio stations. An example of such 
a file can be found in the 
[http://cvs.sourceforge.net/viewcvs.py/*checkout*/freevo/freevo/share/fxd/webradio.fxd?rev=1.1
 cvs repository].
+
+A small excerpt from this file:
+
+{{{
+<?xml version="1.0" ?>
+<freevo>
+  <container title="Web Radio" type="webradio">
+    <container title="Alternative">
+      <audio title="KQRX 95x">
+       <url>mms://media.apex2000.net/KQRX</url>
+      </audio>
+      <audio title="WBER 90.5 FM">
+       <url>rtsp://media.monroe.edu/encoder/live2.ra</url>
+      </audio>
+      <audio title="Heavy Metal Radio">
+       <url>http://war.str3am.com:7080</url>
+       <info>
+         <description>HeavyMetalRadio.com - The Loudest Site On The
+           Internet!!!</description>
+         <link>http://www.heavymetalradio.com</link>
+         <bitrate>128</bitrate>
+       </info>
+      </audio>
+    </container>
+  </container>
+</freevo>
+}}}
+
+PleaseUpdate Add information on supported formats and links to existing fxd files
 
 === Audio CD Backup ===
 


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to