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
---
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?