Rename Defaults for SRT files

Support for Windows users
Post Reply
wharris623
Posts: 5
Joined: 17 Nov 2015, 12:35

Rename Defaults for SRT files

Post by wharris623 »

Hey guys, love the app. Works great. I'm currently using Filebot 4.6.1 and have been using Filebot for the past year or so. In the past year there's been one thing I just haven't been able to figure out so I figured I'd ask. I'm using the GUI and will drag two files into the Original Files window.

"some.show.720p.s01e01.mkv"

and

"some.show.720p.s01e01.srt"

I'll click on match chose what Episode Mode I want it to use to match up the files and once it finds it I hit rename and then I drag the files where I want. Easy peasy. Great tool. My question is, the only SRT files I have are always going to be English.

Here comes the question is there a way on the Rename screen to have it add ".eng" just before the .srt on the subtitle file?

Thanks in advance!
User avatar
rednoah
The Source
Posts: 23926
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Rename Defaults for SRT files

Post by rednoah »

Use the format.

This:

Code: Select all

{if (ext =~ /srt/) '.eng'}
Or that:

Code: Select all

{if (file.isSubtitle()) '.eng'}

You have one format, that may yield unique results for different file/episode matches.
:idea: Please read the FAQ and How to Request Help.
wharris623
Posts: 5
Joined: 17 Nov 2015, 12:35

Re: Rename Defaults for SRT files

Post by wharris623 »

That works like a champ! You are awesome! Thank you so much!

Wes
Post Reply