Kodi Community Forum
Language Flags - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+--- Thread: Language Flags (/showthread.php?tid=73310)



Language Flags - Xbox_user - 2010-05-05

Hello,

I've been reading trough some Threads now but I just haven't found the solution for my problem.
I've got several movies that I manage with ember so now all movies contain an nfo file that gives details about the movie.
Now my XBMC reads out stuff like video resolution, video codec and so on.
But what I haven't found is the Audio Languages I know for sure that they are in the nfo file I just haven't found any skin that shows them to me.

So my question is there any skin showing flags for the different languages in a movie and is that skin also useable on a xbox?

Thanks a lot for you help


- legendman - 2010-05-11

Are you sure you have the language in the .nfo correctly? Like this?
Quote: <fileinfo>
<streamdetails>
<audio>
<language>eng</language>
<codec>DTS</codec>
<channels>6</channels>
<bitrate>1 510 Kbps</bitrate>
</audio>
</streamdetails>
</fileinfo>



- ronie - 2010-05-11

Xbox_user Wrote:So my question is there any skin showing flags for the different languages in a movie and is that skin also useable on a xbox?

it's not possible atm to display all the different languages.
the feature has been requested quite a few times:
http://forum.xbmc.org/showthread.php?p=473068#post473068
but so far no one stood up and actually implemented it.


- Xbox_user - 2010-05-13

legendman Wrote:Are you sure you have the language in the .nfo correctly? Like this?
My nfo looks like this so I think it should be fine

Quote: <streamdetails>
<audio>
<channels>6</channels>
<codec>ac3</codec>
<language>eng</language>
<longlanguage>English</longlanguage>
</audio>
<audio>
<channels>6</channels>
<codec>ac3</codec>
<language>deu</language>
<longlanguage>German</longlanguage>
</audio>

Quote:it's not possible atm to display all the different languages.
the feature has been requested quite a few times:
http://forum.xbmc.org/showthread.php...068#post473068
but so far no one stood up and actually implemented it.
Hm ok sad to hear that but is it alteast possible to show one language flag? Right now Transparency shows me none, thanks for your help.


- ronie - 2010-05-25

Xbox_user Wrote:Hm ok sad to hear that but is it alteast possible to show one language flag? Right now Transparency shows me none, thanks for your help.

i don't see the point in showing incomplete information in the skin.
also see: http://forum.xbmc.org/showthread.php?p=373387#post373387