From 2b808ed1e0a84c385825be8215d91c34035d8bb7 Mon Sep 17 00:00:00 2001 From: Neszt Tibor Date: Thu, 7 Dec 2017 15:12:44 +0100 Subject: [PATCH] default config boot and bg disabled --- config_default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_default.json b/config_default.json index 224a2ec..7f48c43 100755 --- a/config_default.json +++ b/config_default.json @@ -1 +1 @@ -{"player":"sudo omxplayer -s -o alsa:plughw:0,1 -y --threshold %Buffer% --no-osd --layer 100 --timeout 3 --aspect-mode stretch '%URL%'","background":"\/var\/www\/html\/yawep\/pictures/originalcolorbars480.png","name":"Player #new","volume":"100","buffer":"0.70","url":"udp:\/\/@1.2.3.4:12345","status":"stopped","is_bg":1,"is_boot":1} +{"player":"sudo omxplayer -s -o alsa:plughw:0,1 -y --threshold %Buffer% --no-osd --layer 100 --timeout 3 --aspect-mode stretch '%URL%'","background":"\/var\/www\/html\/yawep\/pictures/originalcolorbars480.png","name":"Player #new","volume":"100","buffer":"0.70","url":"udp:\/\/@1.2.3.4:12345","status":"stopped","is_bg":0,"is_boot":0} -- 2.1.4