You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am making your script work with Mac OS Montery, the date command you use to create the video for yesterday doesn't work. The correct line of code for it is as follows.
The commented line below is *nix, the line below that is the fix for MacOS Montery
ls "$snapDir/"date '+%F' -d "1 day ago".jpg | sort > "$snapFileList"
ls "$snapDir/"*`date -v '-1d' '+%Y-%m-%d'`*.jpg | sort > "$snapFileList"
Works a treat wanted to let you know. I use UI stuff here at my house and rather than put this on my Cloud Key Gen 2+ I use launchctld to schedule this for me. to create a video for today worked just fine but when I tried to create one from yesterdays images it threw an error.
Thanks for a great script, I hope this helps someone else.
Doug Lewis
KF0EZB
The text was updated successfully, but these errors were encountered:
I am making your script work with Mac OS Montery, the date command you use to create the video for yesterday doesn't work. The correct line of code for it is as follows.
The commented line below is *nix, the line below that is the fix for MacOS Montery
ls "$snapDir/"
date '+%F' -d "1 day ago"
.jpg | sort > "$snapFileList"Works a treat wanted to let you know. I use UI stuff here at my house and rather than put this on my Cloud Key Gen 2+ I use launchctld to schedule this for me. to create a video for today worked just fine but when I tried to create one from yesterdays images it threw an error.
Thanks for a great script, I hope this helps someone else.
Doug Lewis
KF0EZB
The text was updated successfully, but these errors were encountered: