From 259f0554dbc8f73f3a811af3fbafdc04c98a31fc Mon Sep 17 00:00:00 2001 From: Stefan Schmidt-Bilkenroth Date: Mon, 8 Mar 2021 12:31:46 +0100 Subject: [PATCH] add comments to the conf file --- gruene_signale.conf | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/gruene_signale.conf b/gruene_signale.conf index 4487dbf..2681924 100644 --- a/gruene_signale.conf +++ b/gruene_signale.conf @@ -1,12 +1,25 @@ [pfad] +# configuraton for media file storage +# "lokal" is the path, where the media files are stored locally +# default is "./slideshow" +# "remote" is the URL where to look for media download +# when not set, the slide show will work offline, new media files need to get copied manually +# to the "lokal" path via network or via direct access to the RasPi and eg. using a USB-Stick lokal = ./slideshow remote = https://wolke.netzbegruenung.de/s/CE7CASzEeGF4px2/download [bilder] +# configuration for image playback +# "dauer" set the duration in seconds still images are displayed dauer = 5 [filme] +# configuration for movie playback +# no options available yet [debug] -preview = 1 +# uncomment below line will display the "stage" in the bottom right quarter +# of the screen. This is helpful with debugging +# default is 0 (or undefined), which will use the full-screen stage +# preview = 1