directories: /home/pi/uploads for all uploads /home/pi/thumbnails for generated thumbnails /home/pi/video for 'the' video /home/pi/image for 'the' image
launch from rc.local with
cd /home/pi su pi -c "./hbue.py --credentials 'user:password' --folder /home/pi/uploads/" & su pi -c "./launchwatchers.sh" &
expects crontab entries similar to this:
00 13 * * 1,3,4,5 /home/pi/hdmi_on.sh # hdmi_on 00 14 * * 1,3,4,5 /home/pi/hdmi_off.sh # hdmi_off