-
Notifications
You must be signed in to change notification settings - Fork 80
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] Ability to include sub folders #6
Comments
Started to look into it. :-) |
Awesome! It would be even better if it could recognize that a USB device is plugged in and has a "TeslaCam" directory in it too - instead needing the input argument. |
P.S. End game here in my mind is to stick in a USB drive and have this automatically start converting them according to my previously saved preferences. i.e. stick in USB, see files show up on NAS. |
Just did a quick look into this. There does not seem to be a cross-platform method to wait for a USB to be plugged in. BUT, there does seem to be a way to get list of drives attached.
Depending on impact, could poll like every minute or every 30 seconds or so. Few initial questions going through my mind with this:
|
My thoughts RE your questions are:
|
I second the subfolders. One video per subfolder would be great. I don't mind specifying the path to One 10 minute video containing all cameras is what I would think is the ideal default. |
first, I want to thank you for all of the work you did to make this awesome utility. I do think crawling directories recursively would be a nice feature. In the meantime, I am happy using the tool as it is. Thank you again for all of the time and effort you put into this. |
OK, Took me a bit (mainly due to other activities ... driving my Tesla .) Got a test release ready (v0.1.9b0). Would appreciate it if you all could test it out. Seems to be working fine for me. You can see the release notes for it, but just to wet your appetite:
In reality, now with this release one could almost like "set it and forget it" by using --monitor and --delete_source. The program can be run indefinitely using those 2 options. Anytime the USB drive is then inserted it will detect it, scan and process all video files, and then delete them from the USB drive so that it has sufficient space again. Let me know of any issues etc.. I've provided both the MacOS and Windows binaries as well. You can retrieve it from here: |
Including subfolders is now part of it and default. Release v0.1.9: https://github.com/ehendrix23/tesla_dashcam/releases/tag/v0.1.9 |
I would be wonderful if you could add the ability to point this at a directory and have it crawl all of the directories under it and create videos for every video set it finds.
e.g. Point it at T:\TeslaCam\SavedClips and have it create one video for each of the dated folders under it.
The text was updated successfully, but these errors were encountered: