pageauc / pi-timolo

Raspberry PI-TIMOLO ( PI-TImelapse, MOtion, LOwLight ) uses RPI picamera and OpenCV for Remote Headless Security Monitoring using Motion Tracking, Rclone Auto Sync files with remote storage services. Auto Twilight Transitions and Low Light Camera Settings. Panoramic images using PanTiltHat and More. This project is featured on GitHub Awesome software.
MIT License
548 stars 101 forks source link

New getFileName function #53

Closed PhyNerd closed 7 years ago

PhyNerd commented 7 years ago

I combined get VideoName and getImageName to a new function getFileName. getFileName has 2 new parameters(video and dateSubDir) and introduces the requested date stamped subdirectories. The dateSubDir option can be adjusted separately for motion and timelapse in the config file. I only did testing of the isolated getFileName function , but it should work.

I would have resolved the conflicts on the other pull request for date stamped subdirectories but github didn't let me.

pageauc commented 7 years ago

Thanks will take a detailed look and let you know. Still unpacking from our trip back from wintering in Texas.

Claude ...

On Wed, Apr 5, 2017 at 6:21 AM, Jan Werkmann notifications@github.com wrote:

I combined get VideoName and getImageName to a new function getFileName. getFileName has 2 new parameters(video and dateSubDir) and introduces the requested date stamped subdirectories. The dateSubDir option can be adjusted separately for motion and timelapse in the config file. I only did testing of the isolated getFileName function , but it should work.

I would have resolved the conflicts on the other pull request for date stamped subdirectories but github didn't let me.

You can view, comment on, or merge this pull request online at:

https://github.com/pageauc/pi-timolo/pull/53 Commit Summary

  • Improved getFileName
  • Added timelapseSubDir and motionSubDir
  • Minor adjustment
  • minor adjustment
  • Minor Typo fixes
  • fixed Typo

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pageauc/pi-timolo/pull/53, or mute the thread https://github.com/notifications/unsubscribe-auth/AFr1ZGwaI_0bmw63bpznwPCuxmmuS5O5ks5rs2sjgaJpZM4M0CgZ .

-- See my YouTube Channel at http://www.youtube.com/user/pageaucp

pageauc commented 7 years ago

I have release ver 6.0 that include subfolder option, recent files option and disk management option. I did not implement this change but will keep it in mind for a future revision. Thanks for your input to the project. Thanks Claude ...