renAMING MISSING

Any questions? Need some help?
Post Reply
alebase
Posts: 2
Joined: 25 Nov 2017, 21:39

renAMING MISSING

Post by alebase »

hello, I would like your help because I have a big volume of films and they are named like this: ''
'' xR2017TTMXL_xXx.Reactivated.avi_5bb3e '' for '' xXx.Reactivated ''
'' AUK2016FDxA_A.United.Kingdom.mkv_2f0dd for '' '' A.United.Kingdom ''
is it possible to do something for this type of renaming?

thank you
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: renAMING MISSING

Post by rednoah »

Yes, you can use Plain File Mode for that.

e.g. this format should give you the file names you want:

Code: Select all

{fn.after('_').before('_')}
@see viewtopic.php?f=3&t=2072
:idea: Please read the FAQ and How to Request Help.
alebase
Posts: 2
Joined: 25 Nov 2017, 21:39

Re: renAMING MISSING

Post by alebase »

Thanks you!!!
its great and if i want to save the years too?
'' xR2017TTMXL_xXx.Reactivated.avi_5bb3e '' for '' 2017 xXx.Reactivated ''
'' AUK2016FDxA_A.United.Kingdom.mkv_2f0dd for '' '' 2016 A.United.Kingdom ''
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: renAMING MISSING

Post by rednoah »

Just match the first 4-digit number then. Regular expressions are your friend.
:idea: Please read the FAQ and How to Request Help.
Post Reply