Add from List inbetween

Advanced Renamer forum
#1 : 12/06-15 14:09
Gizzle
Gizzle
Posts: 2
Hi!
I have a list of strings and I want to add them at a specific place to the filenames.

For example I have:
The.Sopranos.S01E01.avi
The.Sopranos.S01E02.avi

And now I want to add the title of each episode to get:
The.Sopranos.Title1.S01E01.avi
The.Sopranos.Title2.S01E01.avi

How do i do this?
Thanks in advance


12/06-15 14:09
#2 : 16/06-15 22:50
Kim Jensen
Kim Jensen
Administrator
Posts: 871
Reply to #1:
Are you using the TV Show tags? http://www.advancedrenamer.com/user_guide/tags_ tvshow

If yes, you can try to add the Replace method and configure it like this:
Text to be replaced: The.Sopranos
Replace with: The.Sopranos.<TVShow Title>
Case sensitive: Unchecked
Regular expressions: Uncecked
Apply to: Name

If you are not using the TV Show tags you can instead you the List method and type the following:
<Word:1>.<Word:2>.Title1.<Word:3>
<Word:1>.<Word:2>.Title2.<Word:3>
<Word:1>.<Word:2>.Title3.<Word:3>
<Word:1>.<Word:2>.Title4.<Word:3>

I hope this works for you.


16/06-15 22:50
#3 : 17/06-15 00:47
Gizzle
Gizzle
Posts: 2
Reply to #2:
Works fine. Thanks alot!


17/06-15 00:47