[ 
http://dev.sourcefabric.org/browse/LS-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Baelde closed LS-570.
---------------------------

    Resolution: Fixed

Thanks Fabio, it is now fixed in 5e5913bbae96. For the record, the bug had been 
introduced by me in the recent change 83addd3ddbae.

> Playlist type Normal doesn't act as espected
> --------------------------------------------
>
>                 Key: LS-570
>                 URL: http://dev.sourcefabric.org/browse/LS-570
>             Project: Liquidsoap
>          Issue Type: Bug
>    Affects Versions: 1.0 beta
>         Environment: Ubuntu
>            Reporter: Fabio Costa
>            Priority: Important
>   Original Estimate: 5 minutes
>  Remaining Estimate: 5 minutes
>
> The Liquidsoap playlist type normal dosn't act as expected.
> It start the playlist shuffled and that is not what you expect to the normal 
> mode to do.
> I solve it by changing in the /liquidsoap/source/playlist.ml the following 
> part (That is in load_playlist method around the line 230):
>  let array_playlist = Array.of_list _playlist in
> Utils.randomize array_playlist ;
> To:
>  let array_playlist = Array.of_list _playlist in
> if random <> Normal then
>               Utils.randomize array_playlist ;
> I didn't knew how to make an if with random (it was raising errors) actually 
> all it would rave to do is something like:
> if random <> Normal then
>  Utils.randomize array_playlist ;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://dev.sourcefabric.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Savonet-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-devl

Répondre à