Search found 3 matches

by ArcherCC
10 Mar 2023, 02:50
Forum: Help and Support
Topic: Photo renaming and moving into named folders.
Replies: 5
Views: 555

Re: Photo renaming and moving into named folders.

Edit: Hmm when I try to save the code it pops "SyntaxError: unexpected token: ) " Also, is there a way to add a (1) or something after the filename if they are duplicates? I am working on literally 10s of thousands of folders from years of computers and I know I have some duplicates in the...
by ArcherCC
10 Mar 2023, 02:31
Forum: Help and Support
Topic: Photo renaming and moving into named folders.
Replies: 5
Views: 555

Re: Photo renaming and moving into named folders.

OK let me see if I got this correct.

Code: Select all

/D:/Photography Main Folder/Photos By Year/{ dt.format('yyyy') } Year/ Month/ [dt.format('MM') } Month / { dt.format('yyyy-MM-dd HH∶mm∶ss') } [{ camera.model }]
So it would be D:/ Photography Main Folder / 2000 / June / Files ?
by ArcherCC
10 Mar 2023, 02:17
Forum: Help and Support
Topic: Photo renaming and moving into named folders.
Replies: 5
Views: 555

Photo renaming and moving into named folders.

Hi all! I am currently using { dt.format('yyyy-MM-dd HH∶mm∶ss') } [{ camera.model }] to rename photos. Is it possible to add to that to make it take all photos from X year create a folder titled "X Year" with folders inside for the months and move the photos into the correct folders it has...