blinkpy icon indicating copy to clipboard operation
blinkpy copied to clipboard

download_videos() should also include the videos stored locally on the sync module.

Open zeflo opened this issue 2 years ago • 5 comments

The download_videos() function should download not only the videos from the server, but also those stored on the sync module.

zeflo avatar Oct 05 '23 06:10 zeflo

This is a good suggestion, I'll consider it as a feature request

fronzbot avatar Oct 10 '23 15:10 fronzbot

I would also like this feature. I was just looking through the code to try and find the base URL so i can write a function for it (my python skills are limited).

banzoola avatar Nov 09 '23 18:11 banzoola

+1

simon2022 avatar Dec 01 '23 14:12 simon2022

+1

dersparkiie avatar Dec 09 '23 11:12 dersparkiie

There are sync module functions that do download from the sync module. https://github.com/fronzbot/blinkpy/blob/e98a587f383f4245c2a753be0fc9fa13dade8b2b/blinkpy/sync_module.py#L723-L737

There is also an example GUI blinksync.py that can be used as an example for downloading all videos, deleting, etc.

mkmer avatar Jan 07 '24 16:01 mkmer