Page 1 of 1

Add ".en" to every .srt file that doesn't already have it

PostPosted: Sat Oct 12, 2019 8:03 pm
by kamakazi2
I'm struggling with how to do this -

I've got a number of .srt files which are not tagged with a .en

So what I want to do is match all files that end with .srt and do not have .en - and for those, insert a .en at the end of the filename, leaving the .srt extension.

Any recommendations that don't require using the conditions option?

Thanks

Re: Add ".en" to every .srt file that doesn't already have it!!!

PostPosted: Sat Oct 12, 2019 9:31 pm
by Growltiger
1. Replace .srt with .en.srt in EVERY file.
2. Replace .en.en.srt with .en.srt in every file.