Remove Group if none is found
Posted: 06 Mar 2013, 01:24
Hello,
i use {group} in my filebot
and i wanted if the group is not found, then don't use the {group}
but for now the {group} will always return as THE
example
The.Big.Bang.Theory.S06E16.The.Tangible.Affection.Proof.720p.WEB.DL.DD5.1.H.264
How.I.Met.Your.Mother.S08E17.The.Ashtray.720p.WEB.DL.DD5.1.H.264-BS (Since BS is not yet recognized by filebot as group)
expression used : {n} {'S'+s.pad(2)} E{e.pad(2)} - {t} - {source}.{vf}.{ac}.{group}
result :
The Big Bang Theory S06 E16 - The Tangible Affection Proof - .720p.AC3.THE
How I Met Your Mother S08 E17 - The Ashtray - .720p.AC3.THE
so how to make filebot ignore the group is none are found?
i tried to use {try{group}catch(e){''}}
but it still return as THE
Thanks and sorry for my bad english
i use {group} in my filebot
and i wanted if the group is not found, then don't use the {group}
but for now the {group} will always return as THE
example
The.Big.Bang.Theory.S06E16.The.Tangible.Affection.Proof.720p.WEB.DL.DD5.1.H.264
How.I.Met.Your.Mother.S08E17.The.Ashtray.720p.WEB.DL.DD5.1.H.264-BS (Since BS is not yet recognized by filebot as group)
expression used : {n} {'S'+s.pad(2)} E{e.pad(2)} - {t} - {source}.{vf}.{ac}.{group}
result :
The Big Bang Theory S06 E16 - The Tangible Affection Proof - .720p.AC3.THE
How I Met Your Mother S08 E17 - The Ashtray - .720p.AC3.THE
so how to make filebot ignore the group is none are found?
i tried to use {try{group}catch(e){''}}
but it still return as THE
Thanks and sorry for my bad english