Append text from a list to several files

Bulk Rename Utility How-To's

Append text from a list to several files

Postby relin69083 » Sun May 15, 2022 1:13 am

I often have this problem, so I thought that I finally may try to automate it.

1) I have a series of episodes called "BlaBla 01.mp4", "BlaBla 02.mp4", etc.
2) I have a list.txt file containing a list where each line is the name of an episode.
Code: Select all
EpisodeName1
EpisodeName2
EpisodeName3


How can I tell BRU to take each line from list.txt and append it to the filename of the episodes sequentially?
The end result should be something like: "BlaBla 01 EpisodeName1.mp4", "BlaBla 02 EpisodeName2.mp4", etc.
relin69083
 
Posts: 1
Joined: Sun May 15, 2022 1:07 am

Re: Append text from a list to several files

Postby Admin » Sun May 15, 2022 12:38 pm

Hi , you can create an excel file with name from -> name to then import it into BRU, see:
viewtopic.php?f=12&t=4743
Admin
Site Admin
 
Posts: 2341
Joined: Tue Mar 08, 2005 8:39 pm


Return to How-To