Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.38
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download



Purpose

  • Required:  No
  • Type of Change:  Feature

 

Description of Change

When Video Files get stacked (eg. CD1/CD2), a dialog prompts the user which file to play. However, until now it did not show the filename, only indicates first file, second file, etc.

Feature exposes the Filename of the selected file to a GuiProperty (#stackedMovie.Selected and #stackedMovie.SelectedId) for skins to consume.

Additional Information and References

Mantis Issue:

0003355

Related xml(s):

dialogFileStacking.xml

Windows IDs:

2008

Related GUI control:

 

Author:

Inker

Date added:

Fri, 21 Jan 2011

XML/Code Samples

<control>
<description>Movie Title value</description>
 <type>fadelabel</type>
 <id>0</id>
 <posX>210</posX>
 <posY>362</posY>
 <width>295</width>
 <label>#stackedMovie.Selected</label>
 <font>font12</font>
 <align>center</align>
 <animation effect="fade" time="150">WindowOpen</animation>
 <animation effect="fade" time="150">WindowClose</animation>
</control>

Screenshots

 

 

   

 

This page has no comments.