Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download


Purpose

  • Required:  No
  • Type of Change:  Feature

Users now have the option in MP Configuration > GUI > GUI settings to 'Add media info to the Video database for user in Share View'.

To show the duration info in the list view (listcontrol) the skin should use

<textcontent3>#duration</textcontent3>

. See XML example below.

Description of Change

When the new option in Config is enabled, or users select Update Media Info from context menu, #duration will now also be populated.

Additional Information and References

 

Issue #:

MP1-4253

Related xml(s):

common.facade.video.xml (or whatever facade xml skin uses for myvideo.xml

Windows IDs:

n/a

Related control:

listcontrol

Author:

regeszter

Date added:

Tue, 04 Feb 2014

XML/Code Samples

 

<control>
<description>listcontrol</description>
<type>listcontrol</type>
<id>50</id>
<onleft>2</onleft>
<onright>2</onright>
<scrollOffset>1</scrollOffset>
<posX>1165</posX>
<posY>331</posY>
<height>700</height>
<width>698</width>
<textXOff>44</textXOff>
<textXOff2>565</textXOff2>
<textXOff3>650</textXOff3>
<textYOff3>8</textYOff3>
<selectedColor3>ffffffff</selectedColor3>
<textalign3>right</textalign3>
<textcontent3>#duration</textcontent3>
<textureHeight>54</textureHeight>
<textureFocus>listcontrol_item_selected.png</textureFocus>
<textureNoFocus>-</textureNoFocus>
<dimColor>ffffffff</dimColor>
<spinPosX>1828</spinPosX>
<spinPosY>1000</spinPosY>
</control>

Screenshots

 

   

 

This page has no comments.