-fixed liquidsoap not working when the liquidsoap global libraries were not installed

This commit is contained in:
mkonecny 2011-01-11 16:35:43 -05:00
parent 277095a538
commit 692ba3513b
23 changed files with 908 additions and 50 deletions

View file

@ -0,0 +1,15 @@
# Launch with: screen -c interactive.screen
screen -t Liquidsoap liquidsoap --interactive 'set("log.file.path","/tmp/interactive.log") system("echo \"setenv PID #{getpid()}\" > /tmp/interactive.env")'
verbose
# Yeah, this is a trick
# to wait for interactive.env
# to be created
logfile /dev/null
log
source /tmp/interactive.env
screen -t Log tail --pid=$PID -f /tmp/interactive.log
split -v
select 0
focus
select 1
focus