rmcaninch
rmcaninch
This may be the issue I noticed. In startvideos.sh line 45 should probably be moved to line 50 - this will increment at the bottom of the loop so the...
Your looperconfig.txt is readable by the script?
Been awhile since I looked at this. But in startvideos.sh move line 45 "let current+=1" to the end of the if block. So move it to right before the fi...
Try sudo ./script.sh or sudo bash ./script.sh If it's not in your $PATH environment and not executable then bash can't find it.
Examine the install.sh script to see where the files need to go if the install didn't work for you.
I scripted an rsync to copy the files off the SMB share and onto the SD card nightly. So they would easily be available. Don't have time to test this...