Skip to content
Snippets Groups Projects
Select Git revision
  • 1d81b7f580dbd6fa14bd78ed0d75b225b43ed0c5
  • master default protected
2 results

astabeamer

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    42loop authored
    1d81b7f5
    History

    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