Display the language and subtitles of the movie (1 Viewer)

explodedk

Portal Pro
December 27, 2008
265
20
Copenhagen
Home Country
Denmark Denmark
felias. as far as i can see on the code, it will take the language off imdb and list it in the moving picture. but not 100% sure.
 

marvenius

Portal Pro
September 3, 2008
523
47
Belgium
Home Country
Netherlands Netherlands
you are correct explodedk. When doing the online lookup for movie details, it will (depending on used scraper script) do a lookup on language. So Felias, you may not have to edit every movie, only the incorrect marked ones.
imdb can provide these. ("Batman Begins" is listed as Mandarin though since that is the first language in the list :confused: ) YMMV

Code:
    <control>
      <description>Language</description>
      <type>image</type>
      <id>0</id>
      <posX>525</posX>
      <posY>388</posY>
      <height>80</height>
      <width>100</width>
      <texture>Flags\#MovingPictures.SelectedMovie.language.png</texture>
      <visible>[facadeview.list|facadeview.smallicons|facadeview.largeicons]+Control.IsVisible(50)</visible>
    </control>
Should give you a graphical indication of what language is used.
Create a folder "Flags" in your skin folder and place the correct <language>,png in there.

You can manually edit the language in the configuration screen. Thereby customizing any info to be used in the skin.
 

Users who are viewing this thread

Top Bottom