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!
Rename Defaults for SRT files
Re: Rename Defaults for SRT files
Use the format.
This:
Or that:
You have one format, that may yield unique results for different file/episode matches.
This:
Code: Select all
{if (ext =~ /srt/) '.eng'}
Code: Select all
{if (file.isSubtitle()) '.eng'}
You have one format, that may yield unique results for different file/episode matches.
-
- Posts: 5
- Joined: 17 Nov 2015, 12:35
Re: Rename Defaults for SRT files
That works like a champ! You are awesome! Thank you so much!
Wes
Wes