Remove language tag when downloading subtitles

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
balian
Posts: 5
Joined: 22 Feb 2019, 16:22

Remove language tag when downloading subtitles

Post 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
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Remove language tag when downloading subtitles

Post 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.
:idea: Please read the FAQ and How to Request Help.
balian
Posts: 5
Joined: 22 Feb 2019, 16:22

Re: Remove language tag when downloading subtitles

Post by balian »

Worked like a charm! Thank you!
Post Reply