Do something like this in your config

AUDIO_ITEMS = [ ('Archive old stuff', '/home/freevo/audio'),
        ('Ripped CDs','/home/freevo/MP3'),
        ('Kids music','/home/freevo/mp3'),
        ('Matts online music','fxd/mattsradio.fxd'),
        ('WebRadio','fxd/webradio.fxd')]


and the contests of the fxd files are like this

[EMAIL PROTECTED] fxd]$ more mattsradio.fxd
<?xml version="1.0" ?>
<freevo>
  <container title="Online Music" type="webradio">
    <container title="College">
      <audio title="KEXP Seattle">
        <url>http://kexp-mp3-2.cac.washington.edu:8000/</url>
      </audio>
      <audio title="U. of Colorado 1190">

<url>http://www.colorado.edu/StudentGroups/KVCU/1190veryhigh.m3u</url>
      </audio>
      <audio title="KWVA U. of Oregon">
        <url>rtsp://gladstone.uoregon.edu/broadcast/kwva.ra</url>
      </audio>
    </container>
    <info>
      <description>Radio stations on the net</description>
    </info>
  </container>
</freevo>



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to