Browse Source

Merge 6d9599653d into 449c39f1b1

pull/24/merge
Marshal-82 8 years ago
committed by GitHub
parent
commit
91b74920ff
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      video_looper.conf
  2. +2
    -2
      video_looper.ini

+ 1
- 1
video_looper.conf View File

@@ -4,4 +4,4 @@
command=python -u -m Adafruit_Video_Looper.video_looper command=python -u -m Adafruit_Video_Looper.video_looper
autostart=true autostart=true
autorestart=unexpected autorestart=unexpected
startsecs=5
startsecs=2

+ 2
- 2
video_looper.ini View File

@@ -20,8 +20,8 @@ video_player = omxplayer
# directory option will search only a specified directory on the SD card for # 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 # movie files. Note that you change the directory by modifying the setting in
# the [directory] section below. The default is usb_drive. # 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 # The rest of the configuration for video looper below is optional and can be
# ignored. # ignored.


Loading…
Cancel
Save