I've got a variety of files that are ordered in the following format:
## - Name of video series - name of individual video
and I've found for one of the series the names of each individual video (the last X characters of the filename, where X varies in quantity) are off by one beyond a certain point with the final video having no name.
I'm curious if there's any way to tell Bulk Rename Utility to basically take the characters from position X to the end of the filename for each file, and append that selection from each file's previous file to that file itself
e.g.
if I had:
01 - Intro to Economics - Overview of Markets
02 - Intro to Economics - Explaining Macroeconomics
03 - Intro to Economics - Explaining Microeconomics
04 - Intro to Economics -
the desired outcome of the operation would be:
01 - Intro to Economics - Introduction
02 - Intro to Economics - Overview of Markets
03 - Intro to Economics - Explaining Macroeconomics
04 - Intro to Economics - Explaining Microeconomics
(with the Introduction suffix manually filled in by me at the end - this is just to demonstrate that the titles are off by 1 and need to be shifted down)
Is there any way to do this?