Subtitle filesnames without language suffix

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
rmr
Posts: 1
Joined: 09 Aug 2019, 20:34

Subtitle filesnames without language suffix

Post by rmr »

Hi,

I've setup automatic subtitle downloading on my synology following the guide, which works great, but filebot keeps renaming each file to *.eng.srt. I would like to get rid of the .eng suffix, otherwise my TV doesn't play it.

is there any flag or something I could add to the filebot -script fn:suball command?
Or should I try to edit it out in the suball script?

Thanks,
R
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Subtitle filesnames without language suffix

Post by rednoah »

If you're doing -get-subtitle calls (either directly or indirectly via the suball script) then the --format option allows the following values:

Name video and subtitle files exactly the same (i.e. what you want)

Code: Select all

--format MATCH_VIDEO
Name video and subtitle almost the same adding the language suffix to the latter (i.e. default)

Code: Select all

--format MATCH_VIDEO_ADD_LANGUAGE_TAG
Keep the original subtitle file name:

Code: Select all

--format ORIGINAL
:idea: Please read the FAQ and How to Request Help.
Post Reply