nayrk / Blink

Amazon Blink Video Downloader
60 stars 23 forks source link

Multiple cameras #16

Open MathieuLF opened 3 years ago

MathieuLF commented 3 years ago

Hello, First of all, thanks for this script, it's absolutely perfect!

However, I have a problem, and I'm not sure why. I have an "Outdoor" camera, and two "Blink Mini".

All cameras are synchronized to the Cloud by Blink's synchronization module. But the Powershell script only downloads the videos from the Outdoor camera ... not the others.

I cannot diagnose my situation.

Do you have an idea?

Thank you so much!

BroomofBronx commented 3 years ago

I have the same issue, Blink Mini-files doesn´t synchronize. Why I don´t know. Have the Mini connected on its own syncmodule. With limited knowledge about programming I managed to change the code and now know that the code detects the syncmodule but not the Mini.

tanguero79 commented 1 year ago

For anyone also having this problem, I found the solution. In my case, the script auto-created the folder for the "Outdoor" group on the sync module, but would not create them for the "Home Insisde" group I have which are all Blink Mini cameras. Once I made the "Home Inside" folder, then within that folder made a folder for each named camera ("Front Room" and "Hallway" for example), the script (which was still running when I did this) began to download all the videos for those cameras.

Hope this helps anyone else with this issue.