Re: [Savonet-users] Limit on playlist()

2013-06-18 Thread David Baelde
Hi Gilou, What kind of playlist format are you using? I just tested with a 10k playlist and it worked reasonably: $ time liquidsoap 'print(string_of(list.nth(playlist.parse(~/tmp/10k.txt),0)))' It also works well when just doing out(playlist(~/tmp/10k.txt)). I'm using the same file on each

Re: [Savonet-users] Limit on playlist()

2013-06-18 Thread Romain Beauxis
Hi, 2013/6/18 Gilou contact+...@gilouweb.com: Le 18/06/2013 10:24, Gilou a écrit : Le 18/06/2013 08:43, David Baelde a écrit : Hi Gilou, What kind of playlist format are you using? I just tested with a 10k playlist and it worked reasonably: Normal playlist, but it seems I'm hitting

Re: [Savonet-users] Limit on playlist()

2013-06-18 Thread David Baelde
Hi Gilou, Thanks for investigating more. I wonder what it could be. If you're using a regular playlist (not playlist.safe) then the files are not checked in advance, so really the only thing that changes with the size of the playlist is parsing time. What you said is consistent with this: you