Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP or QNAP version of BlackVueDownloader (off-topic) #19

Open
ghost opened this issue Mar 7, 2018 · 1 comment
Open

PHP or QNAP version of BlackVueDownloader (off-topic) #19

ghost opened this issue Mar 7, 2018 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Mar 7, 2018

Sorry if this is off-topic. I have a QNAP NAS server that is always running 24/7 and have less power consumption. I would like to have a PHP version for web server or QNAP software of BlackVueDownloader that automatically download videos to my NAS then it syncs to my Google Drive so i can later view them anywhere. I don't use blackvue cloud because it's expensive and server is slow.

I wish i could make my own software but i don't have programming skills for PHP and QNAP

@ghost
Copy link
Author

ghost commented Mar 9, 2018

Ok in QNAP Linux Station running Ubuntu, I setup crontab that auto execute my sh script every hour

0 */1 * * * /home/admin/Documents/blackvuedown/ascriptdown.sh

script contains

#!/bin/sh
/home/admin/Documents/blackvuedown/BlackVueDownloader 192.168.xxx.xxx "/home/admin/Desktop/NAS/Recordings/BlackVue"

works perfectly
But PHP version would be great so i don't have to use Linux and keep space of RAM for virtual machines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant