This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# get rid of the cursor so we don't see it when videos are running | |
# set here the path to the directory containing your videos | |
VIDEOPATH="/media/usb/" | |
# you can normally leave this alone | |
SERVICE="omxplayer" |