Rename with Date Taken and DELTA time

Advanced Renamer forum
#1 : 18/06-13 01:00
Chad
Chad
Posts: 3
Hello,

I cannot seem to figure this out, but I would like to rename the image based on <Img Hour><Img Min> tags, but also to add time or date to the filename, i.e. add 2 hours or subtract.

I don't see how one could use something like: <Img Hour - 2><Img Min + 5>

Has anyone been able to do this?

Thanks! Chad


18/06-13 01:00
#2 : 19/06-13 08:13
Stefan
Stefan
Posts: 274
Reply to #1:

Hi Chad,

there is only such delta feature for timestamps.
http://www.advancedrenamer.com/user_guide/metho d_timestamp

- - -

For numbers in file name you can add "Renumber" as an additional rule:

http://www.advancedrenamer.com/user_guide/metho d_renumber

for each hour and/or minute place you want to adjust.


But only workable for small adjustments not been exceeding a hour/minute boundary or midnight hour.


method 1: add <Img Hour><Img Min>
method 2: renumber pos:1 ; Relative number ; Diff: -2
method 3: renumber pos:2 ; Relative number ; Diff: +5

- - -

Would be a good idea to add the timestamp-delta algorithm to the renumber method.
Maybe as checkbox "[X] Handle as date/time"

- - -

Another way would be to try out Script method and write a javascript...


19/06-13 08:13 - edited 19/06-13 08:14
#3 : 19/06-13 19:13
Chad
Chad
Posts: 3
Reply to #2:

Thank you Stefan,

Best,

Chad


19/06-13 19:13
#4 : 19/06-13 19:14
Chad
Chad
Posts: 3
Reply to #3:

If anyone has done this with a script I would appreciate if you can post this!

Thanks, Chad


19/06-13 19:14