Renaming Last Photo Taken

gnulab

New member
Hi,

The Pixel 7 Pro camera uses the filename convention PXL_YYYYMMDD_HHMMSS.SSS.JPG

However, the time written uses UTC time zone value (which I find it ridiculous).

Now, I would like for Macrodroid to do these tasks:
1. Open last photo taken whenever a new picture is taken.
2. Rename the file to the current date and time.
3. Move the renamed file to another folder.

The action Open Last Photo will open screenshots too which is not I want as the filename is correctly using current timezone.




Henry
 

Dimlos

Well-known member
I think it's possible with a shell script.
Why don't you look up the command yourself and write a script?
And I think it's better to upload what you made and ask what you don't understand.
 
Top