BlackVueDownloader
BlackVueDownloader copied to clipboard
PHP or QNAP version of BlackVueDownloader (off-topic)
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
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.