File Sorting with a Mess of Folders

Get help. Get answers. Let others lend you a hand.

Moderator: Mr_Noodle

File Sorting with a Mess of Folders Sat Dec 12, 2020 2:34 pm • by daevans
I believe what I'm trying to do is simple, but with the mess of folders I have and mess I've created with wrong rules, I'm just confused.

I'm trying to sort photos/videos into the following folder structure:
Root -> Completed -> YEAR -> YYYY-DD-MONTH (this already exists as back in the day I somehow got this working)

In the root folder (next to 'Completed') is a hodgepodge of folders, some with nested folders and files. I want to recurse through this entire root director, one folder at a time, finding all images/videos in each folder/subfolder, rename them using my naming scheme, then move them into the appropriate labeled folder above.

I seem to just be getting myself in a loop where I'm moving folders all over the place but not actually accomplishing anything. Anyone have any ideas on how I clean this up?

Thanks!
daevans
 
Posts: 1
Joined: Sat Dec 12, 2020 2:29 pm

Re: File Sorting with a Mess of Folders Mon Dec 14, 2020 10:54 am • by Mr_Noodle
Make sure your rule does not match the Completed folder or you will have a loop, especially if you are recursing, otherwise you will indeed create a huge mess.
Mr_Noodle
Site Admin
 
Posts: 11868
Joined: Sun Sep 03, 2006 1:30 am
Location: New York City


Return to Support