Page 1 of 1

Remove language tag when downloading subtitles

Posted: 22 Feb 2019, 16:37
by balian
Hi everyone,

I'm using this command to test the subtitle download:

Code: Select all

filebot -script fn:suball /volume1/video/Series/The\ Big\ Bang\ Theory/Season\ 12/ --lang pt
It's working fine, but the subtitle file name is being set as "name.language.srt". How can I remove the language?

Many thanks

Re: Remove language tag when downloading subtitles

Posted: 22 Feb 2019, 17:03
by rednoah
This option should do the trick:

Code: Select all

--format MATCH_VIDEO
:!: Using the default <filename>.<language>.srt is most highly recommended though.

Re: Remove language tag when downloading subtitles

Posted: 22 Feb 2019, 17:24
by balian
Worked like a charm! Thank you!