View videoplayer.sh
#!/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" |