Multi Subs + Audio
Posted: 10 Jan 2018, 16:30
Hello, need some help from you guys. I have some problems with the Subs and Audio.
Filebot does not recognize the subs. filebot names all the same. there is eng. ger. forced. in the name but filebot names all the same.
Original Name:
NAME.2015.german.720p.bluray.x264.forced-GROUP
NAME.2015.english.720p.bluray.x264.forced-GROUP
NAME.2015.german.720p.bluray.x264-GROUP
NAME.2015.english.720p.bluray.x264-GROUP
Actually i use this:
Movies:
{ny}/{ny}{fn =~ /[.]eng$/ ? '.eng' : '.ger' }{'.'+fn.match(/forced/)} [{vf}, {ac}, {af}] {group}
NAME (2015).ger [720p, DTS, 6ch] GROUP
Series:
{n} - {'S'+s.pad(2)}E{e.pad(2)} - {t} [{vf}, {ac}, {af}]
NAME - S01E01 - TITLE [720p, AC3, 6ch] GROUP
Is it posible to add ALL Audio LAnguages like this :
NAME (2015).ger [720p, DTS, 6ch] .eng [720p, AC3, 6ch] GROUP
NAME - S01E01 - TITLE .eng [720p, AC3, 6ch] .ger [720p, DTS, 6ch] GROUP
One last question, is it posible that i run Filebot as a script in SBNZBd to rename my Files automatically?
Filebot does not recognize the subs. filebot names all the same. there is eng. ger. forced. in the name but filebot names all the same.
Original Name:
NAME.2015.german.720p.bluray.x264.forced-GROUP
NAME.2015.english.720p.bluray.x264.forced-GROUP
NAME.2015.german.720p.bluray.x264-GROUP
NAME.2015.english.720p.bluray.x264-GROUP
Actually i use this:
Movies:
{ny}/{ny}{fn =~ /[.]eng$/ ? '.eng' : '.ger' }{'.'+fn.match(/forced/)} [{vf}, {ac}, {af}] {group}
NAME (2015).ger [720p, DTS, 6ch] GROUP
Series:
{n} - {'S'+s.pad(2)}E{e.pad(2)} - {t} [{vf}, {ac}, {af}]
NAME - S01E01 - TITLE [720p, AC3, 6ch] GROUP
Is it posible to add ALL Audio LAnguages like this :
NAME (2015).ger [720p, DTS, 6ch] .eng [720p, AC3, 6ch] GROUP
NAME - S01E01 - TITLE .eng [720p, AC3, 6ch] .ger [720p, DTS, 6ch] GROUP
One last question, is it posible that i run Filebot as a script in SBNZBd to rename my Files automatically?