add new video path for sdcard videofiles

This commit is contained in:
mmaster 2021-09-22 04:17:03 +02:00
parent fbd0374781
commit fccdedef63
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
folderext="/media/video" ### var: path to videofiles on external device
folderint="/home/pi/Video" ### var: path to videofiles on sdcard storage
folderint="/home/pi/birdcam/video" ### var: path to videofiles on sdcard storage
player="cvlc" ### var: player command
playerparam="--no-osd --play-and-exit" ### var: player parameters