Re: [Savonet-users] Using a PHP script to queue up playlist

2011-08-01 Thread Romain Beauxis
2011/8/1 Romain Beauxis :\ > For executing an external process, you have get_process_lines, usually > used this way: >  bla = list.hg(get_process_lines("/path/to/foo")) Sorry:  bla = list.hd(get_process_lines("/path/to/foo")) (list.hd returns the first line..) Romain ---

Re: [Savonet-users] Using a PHP script to queue up playlist

2011-08-01 Thread Romain Beauxis
Le 31 juillet 2011 17:19, Brandon Thomas a écrit : > Hi, Hi! > I'm looking for 2 things: > 1: The main page of savonet mentions a php project that works with > Liquidsoap - I'm interested in checking this out to see what kind of > functionality it offers. Can someone send me a link or tarball?