Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janick/ArloDownload
Automatically download new video recordings from Arlo
https://github.com/janick/ArloDownload
Last synced: about 2 months ago
JSON representation
Automatically download new video recordings from Arlo
- Host: GitHub
- URL: https://github.com/janick/ArloDownload
- Owner: janick
- Created: 2017-07-14T05:06:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T13:21:22.000Z (about 5 years ago)
- Last Synced: 2024-08-06T12:23:33.161Z (6 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 31
- Watchers: 14
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - janick/ArloDownload - Automatically download new video recordings from Arlo (Python)
README
ArloDownload
Automatically download new video recordings from Arlo to local file or Dropbox.
Optionally concatenate videos that are close in time.Video files are backed up under the following pathname:
/YYYY-MM/YYYY-MM-DD//HH:MM:SS+s.mp4
where
rootdir Name of the downloaded data directory, as configured, or Dropbox app folder
YYYY-MM Month the video was created
YYYY-MM-DD Date the video was created
camera Name of the camera, as configured
HH:MM:SS Time (24hr) the video was created
duration Total duration of the video, in secondsOriginally developped by Tobias Himstedt
Updated by Preston Lee , Janick BergeronThis script is open-source; please use and distribute as you wish.
There are no warranties; please use at your own risk.