Title basically, I need to parse the date modified, the time and seconds in order to reconstruct the filenames in the format of an android phone’s camera roll.
I should be able to make the script once I know how to parse the metadata is all
Title basically, I need to parse the date modified, the time and seconds in order to reconstruct the filenames in the format of an android phone’s camera roll.
I should be able to make the script once I know how to parse the metadata is all
It literally is. This is a great use case for going down the chat gpt approach. It will help you throw together a script for this quickly.
yeah but in 80% of the time the less complex solutions are more quickly resolved using chatgpt.
waiting for another human is not instantaneous.
deleted by creator
for simple code snippets chatgpt can give you a really nice performance boost. plain routines where there is more syntax to write than actual cognitive thinking to do can be perfectly outsourced.