tfabris / CrowCam

A set of Bash scripts to control and maintain a YouTube live cam from a Synology NAS.
GNU General Public License v3.0
3 stars 3 forks source link

Make the Sunrise/Sunset control configurable. #65

Closed tfabris closed 4 years ago

tfabris commented 4 years ago

This script was originally written to control a camera that was set up to watch diurnal animals. The feature which turns the camera on at sunrise and off at sunset, was hard-coded.

But as a user, I might want to be able to get the other benefits of this script, even when I intend to leave the video stream running 24/7.

To do:

Add a configuration option which will allow the script to disable the features which do the following:

Make sure that disabling those features still allows the following features to continue working normally:

User notes:

tfabris commented 4 years ago

This is now implemented in the latest code commit. The sunrise/sunset controls can now be disabled by setting sunriseSunsetControl=false in the crowcam-config file.

@deltasierra - Make sure to read the "User Notes" above.