It is currently April 27th, 2024, 8:39 am



Post new topic Reply to topic  [ 78 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject: Re: Replacements help.
PostPosted: September 4th, 2023, 6:38 pm 

Joined: August 17th, 2016, 8:29 pm
Posts: 243
Hello
before

Code:
The Good Mother 2023 HDCAM x264-SUNSCREEN

Code:
Escalation 2022 720p HDCAM-C1NEM4


After

Code:
The Good Mother (2023) HDCAM x264-SUNSCREEN

Code:
Escalation (2022) 720p HDCAM-C1NEM4


mean only year between ()

Thanks


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 5th, 2023, 8:24 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12645
Location: Earth
Search for:
Code:
(\s)([0-9]{4})(\s)


Replace with:
Code:
$1($2)$3


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 10th, 2023, 4:32 pm 

Joined: August 17th, 2016, 8:29 pm
Posts: 243
Hello
Code:
Dark Divine - Deadly Fun 2023-09-08


After

Code:
Dark Divine - Deadly Fun (2023)


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 11th, 2023, 10:43 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12645
Location: Earth
Search for:
Code:
([0-9]{4}).[0-9]{2}.[0-9]{2}


Replace with:
Code:
($1)


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 16th, 2023, 11:43 pm 

Joined: August 17th, 2016, 8:29 pm
Posts: 243
Hello
Before
Code:
OnlyFans 2023 Leolulu BG XXX 1080p MP4-XXX[XC]


After
Code:
OnlyFans - Leolulu BG (2023)


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 17th, 2023, 11:15 am 

Joined: August 17th, 2016, 8:29 pm
Posts: 243
Befor
Code:
Lustery E1072 Arden And Tommy Get Lust XXX 1080p MP4-WRB

Afetr
Code:
Lustery - Arden And Tommy Get Lust (E1072)


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 17th, 2023, 4:44 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12645
Location: Earth
Search for:
Code:
(.+?)([0-9]{4})(.+?)XXX.+


Replace with:
Code:
$1- $3($2)


Enable regex search.



Search for:
Code:
(.+?)(E[0-9]+)(.+?)XXX.+


Replace with:
Code:
$1- $3($2)


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 17th, 2023, 4:49 pm 

Joined: August 17th, 2016, 8:29 pm
Posts: 243
Hello
before
Code:
[url=https://ist7-2.filesor.com/pimpandhost.com/3/0/3/8/303895/g/a/R/b/gaRbG/MonstersOfCock.23.09.17.Lena.Coxx.XXX.1080p.MP4-WRB.jpg][img]https://ist7-2.filesor.com/pimpandhost.com/3/0/3/8/303895/g/a/R/b/gaRbG/MonstersOfCock.23.09.17.Lena.Coxx.XXX.1080p.MP4-WRB_l.jpg[/img][/url]

After

Code:
[img]https://ist7-2.filesor.com/pimpandhost.com/3/0/3/8/303895/g/a/R/b/gaRbG/MonstersOfCock.23.09.17.Lena.Coxx.XXX.1080p.MP4-WRB_l.jpg[/img]


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 18th, 2023, 6:49 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12645
Location: Earth
Search for:
Code:
\[url=.+?filesor.+?\](\[img\].+?\[/img\])\[/url\]


Replace with:
Code:
$1


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 22nd, 2023, 6:51 pm 

Joined: August 17th, 2016, 8:29 pm
Posts: 243
Hello
before :
Code:
AltErotic 22 04 15 Jenna Foxx Savana Styles And Tana Lea How To Have Fun With Friends XXX 1080p MP4-GAPFiLL


After

Code:
Jenna Foxx Savana Styles And Tana Lea How To Have Fun With Friends


Also

before
Code:
Lustery E1072 Arden And Tommy Get Lust XXX 1080p MP4-WRB


After

Code:
Arden And Tommy Get Lust


Thanks


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 23rd, 2023, 7:59 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12645
Location: Earth
Search for:
Code:
.+?[0-9]{2}.[0-9]{2}.[0-9]{2}.(.+?)XXX.+


Replace with:
Code:
$1


Enable regex search.

Search for:
Code:
.+?E[0-9]+.(.+?)XXX.+


Replace with:
Code:
$1


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 25th, 2023, 11:02 pm 

Joined: March 20th, 2016, 12:31 pm
Posts: 37
Hello

Code:
tabooheat 22 02 24 cory chase


After

Code:
Tabooheat - Cory Chase


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 26th, 2023, 9:51 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12645
Location: Earth
First in "Settings" -> "Process" -> "Files" -> enable to "Capitalize file / folder name".

Search for:
Code:
(.+?)[0-9]{2}.[0-9]{2}.[0-9]{2}.(.+)


Replace with:
Code:
$1- $2


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 26th, 2023, 10:10 am 

Joined: March 20th, 2016, 12:31 pm
Posts: 37
If you do this

Search for:
Code:
(.+?)[0-9]{2}.[0-9]{2}.[0-9]{2}.(.+)


Replace with:
Code:
$1- $2


Part of the link to the screenshot is removed.


Attachments:
Захват1.jpg
Захват1.jpg [ 14.2 KiB | Viewed 336 times ]
Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 26th, 2023, 12:07 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12645
Location: Earth
That looked like your subject. You need to add the replacement under "Subject" tab (not "Message", delete that replacement from "Message" tab).

If you need the same subject in your message text use {#postSubject#} tag in your "Main" template.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 78 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

Who is online

Users browsing this forum: No registered users and 20 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