Hi!

I make a script which containts the lines below.

playlists_switch = switch([
                         ({1h30-3h30},   playlist_0130_0330),
                         ({3h30-5h},     playlist_0330_0500),
                         ...
                         ({23h-23h30},   playlist_2300_2330),
                         ({23h30-1h30},  playlist_2330_0130)
                         ])

#icecast output
icecast_output = 
fallback(id="fallback_live_playlists",track_sensitive=true,replay_metadata=false,[playlists_switch,safe_playlist])

I'd like when the switch chooses, let's say, the brach {1h30-3h30} the 
associated playlist, playlist_0130_0330, to start from the beginning. 
Using the script in the form below if one playlist lasts long than it's 
predicted  time, the following will be delayed. This not a big problem. 
The problem is that the next day there will be playlists that will begin 
from the middle of something, and those playlists have to be listened 
from the first track to have a meaning.

How can I achieve such a behavior?

Alexandru.

P.S. This script is a fallback for airtime and will mantain the radio's 
timetable.

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to