green-signals/gruene_signale.conf

26 lines
883 B
Plaintext
Raw Normal View History

2021-03-07 20:01:25 +01:00
[pfad]
2021-03-08 12:31:46 +01:00
# 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
2021-03-07 20:01:25 +01:00
lokal = ./slideshow
2021-04-02 22:12:55 +02:00
#remote = https://wolke.netzbegruenung.de/s/CE7CASzEeGF4px2/download
2021-03-07 20:01:25 +01:00
[bilder]
2021-03-08 12:31:46 +01:00
# configuration for image playback
# "dauer" set the duration in seconds still images are displayed
2021-03-07 20:01:25 +01:00
dauer = 5
[filme]
2021-03-08 12:31:46 +01:00
# configuration for movie playback
# no options available yet
2021-03-07 20:01:25 +01:00
[debug]
2021-03-08 12:31:46 +01:00
# 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
2021-04-02 22:12:55 +02:00
#preview = 1
2021-03-07 20:01:25 +01:00