From fccdedef63ce091360ebf0fdac79861a46ae1388 Mon Sep 17 00:00:00 2001 From: mmaster Date: Wed, 22 Sep 2021 04:17:03 +0200 Subject: [PATCH] add new video path for sdcard videofiles --- randomvideo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/randomvideo.sh b/randomvideo.sh index fe74a82..50f8425 100755 --- a/randomvideo.sh +++ b/randomvideo.sh @@ -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