themaManager
http://manager.themasoftware.com/forum/

Extra word in filenames.
http://manager.themasoftware.com/forum/viewtopic.php?f=4&t=7154
Page 1 of 1

Author:  Xfactormaster [ February 12th, 2020, 1:22 pm ]
Post subject:  Extra word in filenames.

I am replacing old links to new links.
http://old_url/steven.link1.mp4
http://old_url/steven.link2.mp4

Unfortunately, my new links has this fomart.
http://new_url/link1.mp4
http://new_url/link2.mp4

I want to use'Try to match by filename in the URL' option.
Is there any option to ignore 'steven' work in filename?
If not, what is the best solution for me now? because I have 2800 files with same format.

I cannot add delimiter for each file, since it takes long time and very hard work.
Is there any option to mass add, 'steven' word to .mp4 files or urls?

or else,
these files are in computer, is there any option to add word 'steven' to files while uploading in themaCreator? so that, they can be replaced themamanager with 'Try to match by filename in the URL' option.

Author:  Freddy [ February 12th, 2020, 1:47 pm ]
Post subject:  Re: Extra word in filenames

You can add "steven" to filenames in themaCreator.

In "REPLACEMENTS" tab -> "Subject" tab -> choose type "Filename":

Search for:
Code:
^


Replace with:
Code:
steven.


Enable regex search.


For links which you already have, just save all of them in one .txt file, then use txt editor which has regex search option (like Notepad++) and do "Search and replace" (CLRT+H):

Search for:
Code:
(https?://.+?/)(.+)


Replace with:
Code:
$1steven.$2


Enable regex search.

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