Page 1 of 1

Weird Rename Issue

PostPosted: Thu Oct 31, 2019 5:41 pm
by notmarmite
What am I missing here?

Problem: I want to move files to another folder as they are created. These files have a timestamp that's the time of day. They are put into a folder which is named the date. As a result, I will have conflicting file names when two files are created with the same time of day to the minute.

Solution: Rename them to include the date, or the folder name (doesn't matter to me.) So I include a RENAME action with pattern <date added>-<name><extension>

Expected outcome: File 14-34-50.m4a is renamed to 2019-10-3-14-34-50.m4a

Actual outcome: File 14-34-50.m4a is renamed to 2019 2019-10-31-14.0-34.0-50.m4.0a

Why is ".0" being added to the end of each element?

Re: Weird Rename Issue

PostPosted: Fri Nov 01, 2019 10:03 am
by Mr_Noodle
Are you on Catalina and are you running the latest version (4.4.1)?

Re: Weird Rename Issue [SOLVED]

PostPosted: Fri Nov 01, 2019 5:25 pm
by notmarmite
That was the answer. I was on 4.3.5. When I press check for update the button just greyed out, giving the impression a check had completed and Hazel was up to date.

Thanks