-
Notifications
You must be signed in to change notification settings - Fork 28
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
Feature request: uploading not *.mp4 files #1
Comments
Yes, it is possible to upload other files rather than .mp4. line 100 remove: But I don't recommend to do this. When your camera is working it creates and removes temporary files (other than mp4). It will cause the problem that you will see unuseful files in your Google Drive folder. You shouldn't put anything additional in the /home/hd1/record/. Camera is waiting for new folders in that folder, so when it see something in that folder it creates a folder with the same name in your Google Drive folder. |
What if I change the line About folders stuff - can't I create /home/hd1/record/log folder and put all my logs in here, so they will be synchronised? |
It is better to create additional scripts to upload other stuff in parallel. |
Thanks! What if my script is going to create a folder with every_time_new_random_name and log file inside it every time I need it? will your script detect it? |
It depends on the folder name. Every time your script creates a folder it have to use the name like: Where "2016Y10M22D18H" is the current year, month, day and hour. This folder will be uploaded when 19 hour starts. |
Is it possible to add support for automatic upload of files other than *.mp4? It could be very useful to upload some stats - uptime, free space etc...
I've put text.txt in the /home/hd1/record/ and it didn't got uploaded to GDrive, instead it created the folder named text.txt in GDrive.
The text was updated successfully, but these errors were encountered: