Add/ deduct from a Substring Value

Advanced Renamer forum
#1 : 23/10-24 10:00
Flip Aus
Posts: 5
Hi everyone,

I have a file with this pattern: PXL_20230305_155417718

I want to have it in this pattern: 2023-03-05 15.54.17

So i used this method: <Substr:5:4>-<Substr:9:2>-<Substr:11:2> <Substr:14:2>.<Substr:16:2>.<Substr:18:2>

So far not a problem. My problem is: that the timecode is one hour behind the actual time. So I would need to add a+1 to <Substr:14:2>.
I want it to look like that: 2023-03-05 16.54.17

Is there any solution?

Thanks in advance!
Philipp
#2 : 23/10-24 10:33
Delta Foxtrot
Posts: 323
Reply to #1:

Hi Flip,

Absolutely. After your substr tag method, add a RENUMBER method:

Number position: 4
Change to: Relative to existing number
Number difference: 1
Zero padding: No padding
Apply to: Name

That's it!

Best,
DF
#3 : 02/11-24 15:40
Flip Aus
Posts: 5
Reply to #2:
Nice! Works perfect. Thanks DF! :)