I have 33 files all sequentially numbered with a unique name but containing the same words in the filename. I want to remove the repeating words leaving only the numbers and location.
For example;
001 - Antelope Valley --- Bus Tour 2021 ---.mp4
002 - San Diego --- Bus Tour 2021 ---.mp4
change to:
001 - Antelope Valley.mp4
002 - San Diego.mp4
Remove only "--- Bus Tour 2021 ---" from all 33 files.