adafruit / pi_video_looper

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
443 stars 240 forks source link

Feature Request - change video directory ownership #225

Closed githubarooski closed 2 months ago

githubarooski commented 2 months ago

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?

tofuSCHNITZEL commented 2 months ago

yes good idea, I have added this to the install.sh file. cheers