Kodi Community Forum
v18 Bug "ListItem.Property(AudioLanguage.1)" (Kodi Version 18.9) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: v18 Bug "ListItem.Property(AudioLanguage.1)" (Kodi Version 18.9) (/showthread.php?tid=359308)



Bug "ListItem.Property(AudioLanguage.1)" (Kodi Version 18.9) - Fuchs2468 - 2020-12-22

Behavior of "ListItem.AudioLanguage" shows language from the best audio stream or language from the first audio stream (if audio quality is the same)
the behavior is OK.

Expected behavior of "ListItem.Property(AudioLanguage.1)" shows language from the first audio stream.

Actual behavior "ListItem.Property(AudioLanguage.1)" shows language from the best audio stream or language from the first audio stream (if audio quality is the same).

So "ListItem.Property(AudioLanguage.[N])" is actually unusable.

Example:

Movie
audiostream 1: ac3 / ger / 2 Channles
audiostream 2: ac3 / eng / 6 Channles

Output:
$INFO[ListItem.AudioLanguage] = eng

Output:
$INFO[ListItem.Property(AudioLanguage.1)] / $INFO[ListItem.Property(AudioLanguage.2)] = eng / eng