I have the following liq - using 0.3.7. The problem is that the time switching dosn't work. Ususally the feed doesn't switch back to mp3
Any ideas?

Any halp would be greatly appritiated!



security = single("/mp3/security.mp3")
ro = strip_blank(input.http(autostart=true, "http://real.ognjisce.si:8000/ognjisce.mp3";))
mp3 = playlist(reload=600,"/mp3/playlist")
mp3 = smart_crossfade(normalize(skip_blank(random([mp3]))))


radio = fallback(track_sensitive = false, [
switch([
 ({ 5h-6h }, ro),
 ({ 15h-16h }, ro),
 ({ 16h50-17h }, ro),
 ({ 19h20-20h20 }, ro),
 ({ true }, mp3)
]), security])

TIA, Matej
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to