From: Neszt Tibor Date: Wed, 6 Dec 2017 08:52:45 +0000 (+0100) Subject: config_default background picture path fix X-Git-Url: http://git.neszt.hu/?a=commitdiff_plain;h=8275a9c4ca3e4854c9fd169e52d21a736e7f7bf7;p=yawep.git config_default background picture path fix --- diff --git a/config_default.json b/config_default.json index d85df39..224a2ec 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":"\/home\/pi\/bars\/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} \ No newline at end of file +{"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}