I have a folder containing multiple media files. One media file per TV episode, TV.Show.Name.S01E01.some_text.<ext>
There are also one or more .srt files in the folder, for each episode. They are named TV.Show.Name.S01E01.some_other_text.<lang><optional HI SDH etc.>.srt
All of the .srt filenames for the episodes start with the same TV show name and season/episode, after that the text is different, and there is optionally a 2-char lang code, maybe an HI, SDH, etc. designation.
What I want to do, is have Filebot rename the *media* file to match one of the .srt files for that same season/episode? It doesn't matter which .srt for that episode, and using the entire .srt filename is fine (I can strip off the language code, etc. after the rename).
Code: Select all
TVshow.S01E01.thisepisodeblahblahblah.mkv
TVshow.S01E01.somekindoftextishere.HI.srt		<--- rename the media filename from this filename,
TVshow.S01E01.someothername.es.srt			<--- or this one, 
TVshow.S01E01.stillanothername.it.SDH.srt		<--- or this one,
TVshow.S01E01.somemoretextstuff.srt			<--- or this one 




 Recent Formats button