Page tree

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.36
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download



Purpose

  • Required:  Yes
  • Type of Change:  Feature.

Description of Change

This change allows comskip data to be displayed on the Recorded TV timeline.  At the moment it only supports Recorded TV and not MyVideos or MyTVSeries.  

The comskip markers are rendered similarly to the percentage 1, 2, 3 markers that already exist for showing timeshifting information.  However, one thing to note is that they are rendered under the background image, so for them to show up, the background has to be semi-transparent.

New parameters to the tvprogress component are:

  • markertexture
    • image file representing markers.
  • labelmarkerstarts 
    • Space delimited list of percentage based location that indicate the beginning of a marker. (typically jump points)
  • labelmarkerends
    • Space delimited list of percentage based locations that indicate the end of a marker. (typically chapters)

Additional Information and References.

Mantis Issue:

3853

Related xml(s):

common.expanded.tv.osd.xml mytvFullScreen.xml TVOSD.xml

Windows IDs:

602, 3003

Related GUI control:

tvprogress

Author:

mattjcurry

Date added:

Sun, 05 Aug 2012

XML/Code Samples

    <control>
      <description>TV Progress Bar</description>
      <type>tvprogress</type>
      <id>1</id>
      <posX>90</posX>
      <posY>485</posY>
      <width>362</width>
      <height>14</height>
      <toptexture>osd_progress_indicator.png</toptexture>
      <TextureOffsetY>16</TextureOffsetY>
      <bottomtexture>-</bottomtexture>
      <texturetick>-</texturetick>
      <lefttexture>-</lefttexture>
      <midtexture>-</midtexture>
      <righttexture>-</righttexture>
      <logotexture>-</logotexture>
      <fillbackgroundtexture>-</fillbackgroundtexture>
      <fillbgxoff>0</fillbgxoff>
      <fillbgyoff>0</fillbgyoff>
      <filltexture1>osd_progress_mid_red.png</filltexture1>
      <filltexture2>osd_progress_mid_green.png</filltexture2>
      <filltexture3>osd_progress_mid_orange.png</filltexture3>
      <markertexture>osd_progress_mid_orange.png</markertexture>
      <fillheight>14</fillheight>
      <label>#TV.Record.percent1</label>
      <label1>#TV.Record.percent2</label1>
      <label2>#TV.Record.percent3</label2>
      <labelmarkerstarts>#TV.Record.jumppoints</labelmarkerstarts>
      <labelmarkerends>#TV.Record.chapters</labelmarkerends>
      <startlabel />
      <endlabel />
      <toplabel />
      <font>font10</font>
      <textcolor>FFffffff</textcolor>
      <visible>!control.hasfocus(1237)</visible>
    </control>

Screenshots

   

 

This page has no comments.