MattTW / BlinkMonitorProtocol

Unofficial documentation for the Blink Wire-Free HD Home Monitoring & Alert System
412 stars 77 forks source link

Tweaked the script to put less load on the Blink servers and allow me to sync #26

Closed JohnMurga closed 5 years ago

JohnMurga commented 5 years ago

Creates filenames with the timezone appropriate to each video (as opposed to UTC all the time), along with a more readable name based on Network and Camera (I need this as I have multiple networks), it also skips files already present locally and tries to ensure files are fully downloaded before naming them.

I have tested this on a system with six cameras and two networks across two time-zones and it meets my needs well. I had toyed with the idea of creating a directory for each network, but most users won't care and it would make the script a little more complicated.

MattTW commented 5 years ago

Thank you for the PR!

JohnMurga commented 5 years ago

Thank you for the awesome repo !!