Application to turn your Raspberry Pi into a dedicated looping video playback device, good for art installations, information displays, or just playing cat videos all day.
GNU General Public License v2.0
469
stars
244
forks
source link
Feature Request - change video directory ownership #225
It's very convenient to use SCP to update videos on this software instead of using USB sticks.
The /home/pi/video/ directory is owned by root, so scp doesn't work until you change the ownership of the directory to pi:pi
Can you change your script to set this ownership by default?