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

Finish up details of using actual start time and actual end time. #56

Closed tfabris closed 4 years ago

tfabris commented 4 years ago

I've added some new code to query actual start and end time instead of using the bad/broken "PublishedAt" variable.

To do in CrowCamCleanup:

To do in crowcam.html (side project):

To do after all of the above:

tfabris commented 4 years ago

Also working on: Cache the actualStartTime and actualEndTime in a local file so that I can increase the cleanup/query frequency again.

tfabris commented 4 years ago

Done in the checked-in code so far:

To do:

tfabris commented 4 years ago

Done:

To do:

tfabris commented 4 years ago

Done:

To do:

tfabris commented 4 years ago

Quota is good for hourly. I'm not going to try changing the frequency from hourly to half-hourly until I'm back from vacation in December.

I'm keeping TestFile.sh and updating it to be a cleaner testbed.