Hey all, wondering how I can set my folder naming to be "Show - [19xx-20xx]" instead of just "Show - [19xx]"
I tried {sy} but that changes just creates a new folder per year.
Thanks.
Search found 4 matches
- 28 Jun 2024, 21:57
- Forum: Episode / Movie Naming Scheme
- Topic: Series air date 19xx-20xx
- Replies: 1
- Views: 1542
- 10 Mar 2023, 02:50
- Forum: Help and Support
- Topic: Photo renaming and moving into named folders.
- Replies: 5
- Views: 1179
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 there.
- 10 Mar 2023, 02:31
- Forum: Help and Support
- Topic: Photo renaming and moving into named folders.
- Replies: 5
- Views: 1179
Re: Photo renaming and moving into named folders.
OK let me see if I got this correct.
So it would be D:/ Photography Main Folder / 2000 / June / Files ?
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 }]
- 10 Mar 2023, 02:17
- Forum: Help and Support
- Topic: Photo renaming and moving into named folders.
- Replies: 5
- Views: 1179
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 created or ...