#56: improve playlist() behaviour
-------------------------+--------------------------------------------------
Reporter: paulvt | Owner: admin
Type: Feature | Status: new
Priority: 1 | Milestone:
Component: Liquidsoap | Version:
Resolution: | Keywords:
-------------------------+--------------------------------------------------
Comment (by paulvt):
Let me clear this up (since Trace does not yet allow description-
editting):
{{{
if loop == true then 'behave like old mode setting' end
if loop == false then
if mode == "normal" then 'play the tracks in order' end
if mode == "randomize" then 'shuffle and play the tracks in the shuffled
order' end
if mode == "random" then 'act the same as when mode == "randomize"' end
end
}}}
--
Ticket URL: <http://savonet.rastageeks.org/ticket/56#comment:1>
Savonet <http://savonet.rastageeks.org/>
Let's program our stream !