About replacing methode... help me plz.

Advanced Renamer forum
#1 : 02/07-17 13:51
park
park
Posts: 1
I want to rename this pattern.

video-2013-09-21_15-10-03.3gp ---> 2013.09.21-151003 (video-2013-09-21_15-10-03).3gp

File created date is not same with file name's time.
So I want to use the time in the file name.

How can i do?
Help me please.


02/07-17 13:51 - edited 02/07-17 13:54
#2 : 29/07-17 23:14
D.Ach
D.Ach
Posts: 35
Test this (no quotes)

ADD: "()"
backwards

REPLACE: "()" > "(word:1)" > All

REPLACE: "video-" > 1st

REPLACE: "-" > "." > 1st

REPLACE: "-" > "." > 1st

REPLACE: "-" > empty > 1st

REPLACE: "-" > empty > 1st

REPLACE: "_" > "-" > All

A more efficient way, using "add method" approach?


29/07-17 23:14