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

feat: add commands for uploading blackvue/zip directories #499

Merged
merged 5 commits into from
Jan 20, 2022

Conversation

ptpt
Copy link
Member

@ptpt ptpt commented Jan 20, 2022

The current "upload" command handle many cases and it is getting complicated:

- upload video1.mp4 video2.mp4
- upload mly_tools_xxx.zip mly_tools_yyy.zip
- upload image_folder1 image_folder2

When it comes to uploading a folder, "upload" doesn't know if it's a folder of images or a folder of blackvues.

This PR adds two separate commands "upload_blackvue" and "upload_zip", while let "upload" focus on uploading a single directory of images:

- upload_blackvue blackvue_folder blackvue.mp4
- upload_zip zip_folder mly_tools_xxx.zip
- upload image_dir

@ptpt ptpt merged commit 356263d into main Jan 20, 2022
@ptpt ptpt deleted the feat-dedicated-upload-blackvue-commands branch January 20, 2022 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants