Honestly, I'm a bit puzzled why you chose to store each Vlog file in a separate folder. Even sorting by month would seem like a more logical, less troublesome route. Simply adding the dates to the filename would be an easy way to keep them organized. I could probably put together an AppleScript/Automator workflow to help with that, too.
Either way, I spent a few hours learning how to use AppleScript and its "date" function. Pretty easy, honestly, especially compared to the (more powerful) Java and Python I'm used to using. This little applet runs quickly and efficiently, and it will create folders inside a "2017" folder (for example).
- Download the "Create Folders for a Year" zip file that I've attached below.
- There are three files inside that zip file; the AppleScript itself, an Automator applet, and an RTF file with the AppleScript as well.
- Now, when you double click on the applet (titled "Create Folders"), it will say you can't run it because it doesn't come from a "identified developer" (because it comes from me). To get around that, right-click > "Open". Then click "Open" again.
- The applet will ask for a year. If you specify a year where folders already exist (say, 2014), the applet will crash ("The action "Run AppleScript" encountered an error."), so it won't overwrite any files (or at least it shouldn't).
- The applet will then ask to be pointed at the folder where it will create the 12 monthly folders and various daily sub-folders. I assume you can create a yearly folder on your own.
- Wait about 10 seconds (maybe less, maybe more). You will see a little "gear" icon spinning in the menu bar. When that icon disappears, your folders are ready!
Ta-da!