Page 1 of 1

Append text from a list to several files

PostPosted: Sun May 15, 2022 1:13 am
by relin69083
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.

Re: Append text from a list to several files

PostPosted: Sun May 15, 2022 12:38 pm
by Admin
Hi , you can create an excel file with name from -> name to then import it into BRU, see:
viewtopic.php?f=12&t=4743