diff --git a/video_looper.conf b/video_looper.conf index b769d4e..8687950 100644 --- a/video_looper.conf +++ b/video_looper.conf @@ -4,4 +4,4 @@ command=python -u -m Adafruit_Video_Looper.video_looper autostart=true autorestart=unexpected -startsecs=5 +startsecs=2 diff --git a/video_looper.ini b/video_looper.ini index 1ce2588..d505844 100644 --- a/video_looper.ini +++ b/video_looper.ini @@ -20,8 +20,8 @@ video_player = omxplayer # directory option will search only a specified directory on the SD card for # movie files. Note that you change the directory by modifying the setting in # the [directory] section below. The default is usb_drive. -file_reader = usb_drive -#file_reader = directory +#file_reader = usb_drive +file_reader = /movies # The rest of the configuration for video looper below is optional and can be # ignored.