Jonathan:
>  At line 27, character 6: The variable radio defined here is not
> used anywhere
> >radio = fallback([ switch([
> >({ 1w and 17h-18h }, mymondayshow),
> >({ 2w and 17h-18h }, mytuesdayshow),
> >({ 6w and 17h-18h }, mysaturdayshow),
> >]), myplaylist])

well, don't know, but maybe you should actually use the defined 
source "radio", e.g.

output.icecast(
        %mp3(bitrate = 128, samplerate = 44100),
        id = your_id,
        mount = your_mount,
        host = your_host, 
        port = 8000, 
        password = your_pass,
        url = your_url,
        name = your_name,
        description = your_descr,
        genre = your_genre,
        radio)

or whatever output your source should use.
--u


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to