Page 1 of 1

folder name from filename-parts?

PostPosted: Sun Nov 01, 2015 6:03 pm
by ttf203
i tried to find a good workaround for my iPhone photos

after 4 days of hard work it seems to work in nearly all files.

I use photosync and owncloud.

is there a chance to move the files without the exiftool scripting, when i use the filename from photosync ?

this program generates 2015-09-12_12-45-03_img2345.jpg

is there a chance to use the 2015 for the first folder and the 2015-09 for the subfolder?

in Excel i would do @Left(Filename;4) and then @Left(Filename;9)

is this also possible in hazel script?

Re: folder name from filename-parts?

PostPosted: Mon Nov 02, 2015 12:05 pm
by Mr_Noodle
Search the help for "match patterns". I believe that should do what you want.