Hi,

I need help to understand the syntax of playlist right.

Here is my example:

day = playlist(mode="randomize","/home/xp/music_d")
night = playlist(mode="randomize","/home/xp/music_n")
default = single("my.wav")
pl = playlist(mode="normal",reload_mode="watch","/home/xp/pl.pls")

radio = fallback([ request.queue(id="request"),
                    switch([({ 6h-22h }, day),
                            ({ 22h-6h }, night),
                        ]),
                    default])

full =
  fallback(track_sensitive=false,
           [switch([({ 0m0s }, pl)]) ,
            radio])

My Question is, why is liquidsoap playing only one item from "pl"???

Kindly, regards,
Jörg




------------------------------------------------------------------------------
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to