It is currently March 28th, 2024, 6:30 pm



Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: File name: rename before upload.
PostPosted: February 17th, 2019, 11:32 am 

Joined: August 17th, 2016, 8:29 pm
Posts: 242
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


Top
 Profile  
Reply with quote  
 Post subject: Re: File name:rename before upload
PostPosted: February 17th, 2019, 1:01 pm 

Joined: December 30th, 2013, 3:54 pm
Posts: 319
??? That a simple replace

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

You need to choose replace in filename.

Is that what you need?


Top
 Profile  
Reply with quote  
 Post subject: Re: File name:rename before upload
PostPosted: February 17th, 2019, 4:56 pm 

Joined: August 17th, 2016, 8:29 pm
Posts: 242
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


Top
 Profile  
Reply with quote  
 Post subject: Re: File name:rename before upload
PostPosted: February 17th, 2019, 5:50 pm 

Joined: December 30th, 2013, 3:54 pm
Posts: 319
So you need to delete everything after - character?

-.+
Replace with nothing
enable regex.

I think it should work.


Top
 Profile  
Reply with quote  
 Post subject: Re: File name:rename before upload
PostPosted: February 18th, 2019, 6:55 pm 

Joined: August 17th, 2016, 8:29 pm
Posts: 242
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


Top
 Profile  
Reply with quote  
 Post subject: Re: File name: rename before upload.
PostPosted: February 19th, 2019, 8:21 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
Search for:
Code:
-.+(\.)


Replace with:
Code:
$1


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Theme designed by stylerbb.net © 2008
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All times are UTC