Hi,

Here is what I have on the top of my head. You can use something like

merge_tracks(playlist.once("my_playlist"))

which will merge all the tracks of a playlist, i.e. turn it into one
big track. The downside is that you loose metadata from individual
tracks, but this is all I could come up with for now... I hope it's
enough for you, but maybe someone will think of a better idea?

++

Sam.

On Tue, Mar 19, 2013 at 7:08 PM, Kevin McQuiggin <[email protected]> wrote:
> Hi All:
>
> Thank you to all for the help with my earlier question.  LS is fantastic but 
> I am being challenged getting my head around the scripting language.
>
> I would like to use a switch statement to switch to a particular playlist at 
> a specified time, and then play the -entire- playlist before returning to the 
> other stream.  Is this possible?
>
> I have tried:
>
> switch([        ({0m0s}, news),
>                       ({30m0s}, news)
>                                 ]),
>                         music, security])
>
> but this simply switches to the "news" playlist, plays a -single- selection, 
> and then returns to the normal music stream.
>
> I'd like to have the switch play an -entire- playlist when triggered, before 
> going back to the next available stream.
>
> Any suggestions?  Obviously I am new to LS!
>
> Kevin
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to