So far I have this for Dual audio (dubbed):
Code: Select all
{folder}/{n} ({y}) - {s00e00} - {t} [e{absolute.pad(3)}] {audio.size() > 2 ? ' [Multi Audio] ' : audio.size() > 1 ? ' [Dual Audio] ' : null}[{vf}] [{vcf} {vc} {bitdepth}bit] [{ac} {channels}]
What I'm trying to accomplish is have exactly the above, however if the audio if foreign but it has english subbs, where it says [Dual Audio] I want it to say [Subbed], or if it is just english only from the getgo, I want it to say [Eng] instead of dual audio or subbed if that makes sense?Attack on Titan (2013) - S04E01 - The Other Side of the Sea [e060] [Dual Audio] [1080p] [HEVC x265 10bit] [AAC 2.0]
So in my mind there will be only 4 options;
- [Eng] if it is originally english speaking
- [Subbed] if foreign audio but english subs
- [Dual Audio] if dubbed to english
- [Multi Audio] if dubbed to multiple languages
Is that possible to add that into my format?
Thanks
