Subtitles naming
Posted: 31 Dec 2019, 22:00
Hello,
Thanks a lot for this awesome software.
I have a question about the naming of the subtitles.
I have the Mac version from the Mac app store and I use this code for the naming of my TV shows.
Which works great. But, there is always a but, when I rename episode and subtitles I would like FileBot to put the language extension at the end and not in the middle of the name of the subtitle.
(Plex doesn't see the subtitle if the language extension is in the middle of the name)
How should I proceed to achieve that?
Now I have
And I would like
Thanks a lot
Nicolas
Thanks a lot for this awesome software.
I have a question about the naming of the subtitles.
I have the Mac version from the Mac app store and I use this code for the naming of my TV shows.
Code: Select all
{plex.name} [{vf} {vc} {ac} {channels} {hdr}] {audioLanguages} {textLanguages}
(Plex doesn't see the subtitle if the language extension is in the middle of the name)
How should I proceed to achieve that?
Now I have
Code: Select all
Arrow - S02E01 - City of Heroes [1080p x265 AAC 5.1 ] [eng].mkv
Arrow - S02E01 - City of Heroes.eng [1080p x265 AAC 5.1 ] [eng].srt
Code: Select all
Arrow - S02E01 - City of Heroes [1080p x265 AAC 5.1 ] [eng].mkv
Arrow - S02E01 - City of Heroes [1080p x265 AAC 5.1 ] [eng].eng.srt
Nicolas