From 6a2236be897f8d959da5213bcaecc2fee7f96cc5 Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 12 Jul 2011 16:16:24 +0200 Subject: [PATCH] add m3u to audio links, set 15s sleep after jack-rack starting --- conf/home/fluxbox/autostart.sh | 2 +- conf/home/fluxbox/startup.ubuntu | 2 +- webview.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/home/fluxbox/autostart.sh b/conf/home/fluxbox/autostart.sh index e67f098..b5ceb8a 100755 --- a/conf/home/fluxbox/autostart.sh +++ b/conf/home/fluxbox/autostart.sh @@ -6,7 +6,7 @@ if [ ! $pid = "" ]; then sleep 1 else jack-rack -n /etc/telecaster/eq_comp_limit_02.rack > /dev/null & - sleep 10 + sleep 15 jack_connect system:capture_1 jack_rack:in_1 jack_connect system:capture_2 jack_rack:in_2 fi diff --git a/conf/home/fluxbox/startup.ubuntu b/conf/home/fluxbox/startup.ubuntu index ee3e8fe..ad52164 100644 --- a/conf/home/fluxbox/startup.ubuntu +++ b/conf/home/fluxbox/startup.ubuntu @@ -33,7 +33,7 @@ if [ ! $pid = "" ]; then sleep 1 else jack-rack -n /etc/telecaster/eq_comp_limit_02.rack > /dev/null & - sleep 10 + sleep 15 jack_connect system:capture_1 jack_rack:in_1 jack_connect system:capture_2 jack_rack:in_2 fi diff --git a/webview.py b/webview.py index 72bf24d..3467931 100644 --- a/webview.py +++ b/webview.py @@ -266,7 +266,7 @@ class WebView(FieldStorage): print "
" print "" print "" - print "\"\"Play Live" + print "\"\"Play Live" print "\"\"Archives" print "\"\"Trash" print "
" @@ -309,7 +309,7 @@ class WebView(FieldStorage): print "
" print "
" print "" - print "\"\"Play" + print "\"\"Play" print "" print "\"\"Archives" print "\"\"Trash" -- 2.39.5