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

File size in subject.
http://creator.themasoftware.com/forum/viewtopic.php?f=3&t=6651
Page 1 of 1

Author:  ad-team [ March 10th, 2019, 6:41 pm ]
Post subject:  File size in subject.

Hi bro
is that possible to add file size in subject(title) auto for some sites

like this
Code:
Web Series S02 720p HDRip x264 Web Series AAC [400MB]


thanks

Author:  Freddy [ March 10th, 2019, 7:09 pm ]
Post subject:  Re: File size in subject.

At the moment no, but might add this option.

Author:  Freddy [ March 22nd, 2019, 1:37 pm ]
Post subject:  Re: File size in subject.

1.18:
* Added ability to use {#folderSize#} tag in subject (can be added with replacement).

Add replacement in "Replacements" tab -> "Subject":

Search for:
Code:
$


Replace with:
Code:
 [{#folderSize#}]


Enable regex search.

Author:  ad-team [ March 28th, 2019, 10:19 pm ]
Post subject:  Re: File size in subject.

possible to use this remplacement for some forums not all in tp

Author:  Freddy [ March 29th, 2019, 8:23 am ]
Post subject:  Re: File size in subject.

This replacement should be used in themaCreator (themaPoster has no idea about any sizes).

You can remove the size at the end in themaPoster for needed forums if needed.

Author:  ad-team [ March 29th, 2019, 6:27 pm ]
Post subject:  Re: File size in subject.

ho to do that bro ,any regex code for this in tp

Author:  Freddy [ March 29th, 2019, 7:46 pm ]
Post subject:  Re: File size in subject.

To remove the size from the end:

Search for:
Code:
(.+)\[.+?\]$


Replace with:
Code:
$1


Enable regex search.

Author:  Crackpot [ July 20th, 2019, 9:28 am ]
Post subject:  Re: File size in subject.

Freddy wrote:
To remove the size from the end:

Search for:
Code:
(.+)\[.+?\]$


Replace with:
Code:
$1


Enable regex search.

help me this one please
Code:
input
Red Rock S03E29 HDTV x264-GIMINI ~ 191.89 MB

output:
Red Rock S03E29 HDTV x264-GIMINI

Author:  Freddy [ July 20th, 2019, 5:40 pm ]
Post subject:  Re: File size in subject.

Search for:
Code:
~.+$


Replace with:
Code:
(leave empty)


Enable regex search.

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