From 8275a9c4ca3e4854c9fd169e52d21a736e7f7bf7 Mon Sep 17 00:00:00 2001 From: Neszt Tibor Date: Wed, 6 Dec 2017 09:52:45 +0100 Subject: [PATCH] config_default background picture path fix --- config_default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.1.4