TV AliasNames
Posted: 18 Jul 2017, 19:54
Tested in GUI with id 77623 aka Cheers
Why do this work:
... when this don't ?
Update:
more test with id 281662 aka Daredevil
looks like this works:
so {info.AliasNames} or {alias} is more like alternative titles and should be renamed or something ?
Edit:
to be clear this is OK (same as in the htpc/nfo):
now it only gets alias of same language as requested (default EN) ?
If you combine the {alias} with this one and we can get the language codes with it,
then pls include it ?
(so I can filter out the part I don't want e.g. Russian)
It looks like {alias} include all primary titles of available languages + "Marvel's Daredevil (2015)"
I don't get where filebot gets e.g. "Marvel's Daredevil (2015)" from ?
(It's not in any language AFAIK)
Why do this work:
Code: Select all
{info.AliasNames} or {alias}
Code: Select all
{net.filebot.WebServices.TheTVDB.getSeriesInfo(77623, Locale.ENGLISH).getAliasNames()}
more test with id 281662 aka Daredevil
looks like this works:
Code: Select all
{net.filebot.WebServices.TheTVDB.getSeriesInfo(281662, Locale.ENGLISH).getAliasNames()}
Edit:
to be clear this is OK (same as in the htpc/nfo):
Code: Select all
{net.filebot.WebServices.TheTVDB.getSeriesInfo(281662, Locale.ENGLISH).getAliasNames()}
If you combine the {alias} with this one and we can get the language codes with it,
then pls include it ?
(so I can filter out the part I don't want e.g. Russian)
It looks like {alias} include all primary titles of available languages + "Marvel's Daredevil (2015)"
I don't get where filebot gets e.g. "Marvel's Daredevil (2015)" from ?
(It's not in any language AFAIK)