-
Notifications
You must be signed in to change notification settings - Fork 14
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
burst photos #1
Comments
Done. The new script is called burst.args and it's written specifically to address that example filename that you provided. I've tested this locally but like the other "gambling" scripts, I would suggest making sure you have backups of your images or remove the override tag so that if something goes wrong, you have something to go back to. I've assumed that the time in the filename is of the form YYMMDD and then HHMMSSmmm where mmm is milliseconds. But when I look a little closer, I'm not sure that value is getting stored in the tags. I haven't looked closely to see if it's an issue with exiftool or just a limitation of the tags. So just FYI that after doing this and everything seems to work ok, the images might still all be clumped together and in no particular order if sorted by time because they might all have the same time down to the second. |
wow, amazing, thank you!!
--
iamgo.net
…On Sat, 21 Nov 2020 at 21:43, kaytat ***@***.***> wrote:
Done. The new script is called burst.args and it's written specifically to
address that example filename that you provided.
I've tested this locally but like the other "gambling" scripts, I would
suggest making sure you have backups of your images or remove the override
tag so that if something goes wrong, you have something to go back to.
I've assumed that the time in the filename is of the form YYMMDD and then
HHMMSSmmm where mmm is milliseconds. But when I look a little closer, I'm
not sure that value is getting stored in the tags. I haven't looked closely
to see if it's an issue with exiftool or just a limitation of the tags.
So just FYI that after doing this and everything seems to work ok, the
images might still all be clumped together and in no particular order if
sorted by time because they might all have the same time down to the second.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK3U5OUFJECJ6IG36ALTYLTSRAYBHANCNFSM4T2NS4SA>
.
|
Hi,
I'm loving your scripts and has enabled me to go through quite a bit of my takeout photos. I'm though coming across these burst cover photos like:
00000IMG_00000_BURST20180901101751159_COVER.jpg
They all have a consistent first part and the 8 digit date portion. Is there a way to tweak the "looks like a date" one specifically for these files? I've isolated them into a folder..
Would LOVE any help you can do, I've done a stab at the script, but I'm no programmer as such...
thank you in advance!!
Go
The text was updated successfully, but these errors were encountered: