themaCreator
http://creator.themasoftware.com/forum/

File name: rename before upload.
http://creator.themasoftware.com/forum/viewtopic.php?f=4&t=6630
Page 1 of 1

Author:  ad-team [ February 17th, 2019, 11:32 am ]
Post subject:  File name: rename before upload.

Hi
need this :
before :
Code:
At.Close.Range.1986.1080p.BluRay.x264-YTS.AM.mp4

after

Code:
At.Close.Range.1986.1080p.BluRay.x264.mp4


before uploading to filehost ,need this file renamed by tc

Thanks

Author:  Freedom35 [ February 17th, 2019, 1:01 pm ]
Post subject:  Re: File name:rename before upload

??? That a simple replace

BluRay.x264-YTS.AM
replace with:
BluRay.x264

You need to choose replace in filename.

Is that what you need?

Author:  ad-team [ February 17th, 2019, 4:56 pm ]
Post subject:  Re: File name:rename before upload

Freedom35 wrote:
??? That a simple replace

BluRay.x264-YTS.AM
replace with:
BluRay.x264

You need to choose replace in filename.

Is that what you need?

i need this for all my post mean in general
need that in regex
thanks

Author:  Freedom35 [ February 17th, 2019, 5:50 pm ]
Post subject:  Re: File name:rename before upload

So you need to delete everything after - character?

-.+
Replace with nothing
enable regex.

I think it should work.

Author:  ad-team [ February 18th, 2019, 6:55 pm ]
Post subject:  Re: File name:rename before upload

Freedom35 wrote:
So you need to delete everything after - character?

-.+
Replace with nothing
enable regex.

I think it should work.

Thanks for help bro
but this delete everything after - mean .mp4 also will be deleted
need delete only this : YTS.AM
thanks again

Author:  Freddy [ February 19th, 2019, 8:21 am ]
Post subject:  Re: File name: rename before upload.

Search for:
Code:
-.+(\.)


Replace with:
Code:
$1


Enable regex search.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/