1.4.x Dead actors (1 Viewer)

vuego

Documentation Group
  • Team MediaPortal
  • August 5, 2006
    1,637
    764
    Göteborg
    Home Country
    Sweden Sweden
    MediaPortal 1.3 added actor death data to the Actor info screen and DefaultWide has it already added to its skin files. Attached is a modified Titan skin file with this information added.
    Titan Cast Date of Death.jpg

    Added:
    Code:
      <control Style="InfoLabelDetails">
    	<description>Actor Date of Death</description>
    	<type>label</type>
    	<label>#(string.rtrim(L(1277),':'))</label>
    	<id>0</id>
    	<posX>565</posX>
    	<posY>483</posY>
    	<animation effect="fade" time="250">WindowOpen</animation>
    	<animation effect="fade" time="250">WindowClose</animation>
      </control>
     
      <control Style="InfoValueSmall">
    	<description>Actor Date of Death value</description>
    	<type>label</type>
    	<label>#Actor.DateOfDeath</label>
    	<id>0</id>
    	<posX>768</posX>
    	<posY>483</posY>
    	<animation effect="fade" time="250">WindowOpen</animation>
    	<animation effect="fade" time="250">WindowClose</animation>
      </control>
     
      <control Style="InfoValueSmall">
    	<description>Actor Place of Death value</description>
    	<type>fadelabel</type>
    	<label>#Actor.PlaceOfDeath</label>
    	<id>0</id>
    	<posX>565</posX>
    	<posY>515</posY>
    	<width>440</width>
    	<animation effect="fade" time="250">WindowOpen</animation>
    	<animation effect="fade" time="250">WindowClose</animation>
      </control>

    Modified:
    Code:
      <control>
    	  <description>Actor Movie Image</description>
    	<type>image</type>
    	<id>25</id>
    		<posX>565</posX>
    		<posY>556</posY>
    	<width>158</width>
    	<height>235</height>
    	<keepaspectratio>no</keepaspectratio>
    	<texture>#Actor.MovieImage</texture>
    	<visible>control.isvisible(24)</visible>
    		<animation effect="fade" time="250">WindowOpen</animation>
    		<animation effect="fade" time="250">WindowClose</animation>
      </control>
     

    Attachments

    • DialogVideoArtistInfo.xml
      8 KB
    Last edited:

    Users who are viewing this thread

    Top Bottom