[Bug] Comskip Markers NOT shown in pause OSD (1 Viewer)

catavolt

Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,427
    10,452
    Königstein (Taunus)
    Home Country
    Germany Germany
    Default skins use the correct tvprogress control, so no action needed from my side ;)
    As I don´t use comskip (and therefore can´t test), I don´t know what happens when in PAUSE - there´s no extra control, the same tvprogress is used ;)
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    Default skins use the correct tvprogress control, so no action needed from my side
    I should have tested this before i asked you, because i could have known you already fixed this... :oops:

    Take a snack while watching the ComSkip markers in pause OSD.
    17-21-37.png :D

    Well, that leaves Titan, since the don't show up in there:
    TitanPauseOSD.png

    @catavolt, could you give ncoH a hint on how to fix this?
    https://issues.team-mediaportal.com/browse/MP1-4342

    Seems this issue was already known before this thread was posted. Set the thread to 'Bug', but it's work in progress, so we'll have to be patient for it to get fixed.
     
    Last edited:

    karl10247

    Portal Pro
    November 8, 2011
    135
    17
    52
    Home Country
    Great Britain (UK) Great Britain (UK)
    just so we're covering all bases here, the markers dont show up in the progress bar when skipping either (e.g. forward/backward 10 seconds whatever), not just when its paused

    its bound to be the same error but just thought id make sure its captured when it comes to fix time
     

    vuego

    Documentation Group
  • Team MediaPortal
  • August 5, 2006
    1,639
    764
    Göteborg
    Home Country
    Sweden Sweden
    I have this problem only in MPTV-Series. I've copied some xml code from TVOSD.xml and mytvFullScreen.xml and come up with the following code:
    XML:
        <control>
            <description>Progress Bar</description>
            <type>tvprogress</type>
            <id>1</id>
            <posX>589</posX>
            <posY>909</posY>
            <width>758</width>
            <height>15</height>
            <label>#percentage</label>
            <texturebg>-</texturebg>
            <lefttexture>osd_progress_left.png</lefttexture>
            <midtexture>-</midtexture>
            <righttexture>-</righttexture>
    
            <fillbgxoff>-3</fillbgxoff>
            <fillbgyoff>0</fillbgyoff>
            <filltexture1>osd_progress_mid.png</filltexture1>
            <filltexture2>osd_progress_mid.png</filltexture2>
            <filltexture3>osd_progress_mid_orange.png</filltexture3>
            <markertexture>osd_progress_comskip_marker.png</markertexture>
            <fillheight>15</fillheight>
            <labelmarkerstarts>#jumppoints</labelmarkerstarts>
            <labelmarkerends>#chapters</labelmarkerends>
            <visible>control.isVisible(111)|control.isVisible(10)|control.isVisible(11)|control.isVisible(12)</visible>
        </control>

    Copy and replace this into videoFullScreen.xml and it looks good to me.
     

    Brudertac

    MP Donator
  • Premium Supporter
  • October 26, 2006
    978
    277
    Augsburg
    Home Country
    Germany Germany
    Using 1.7.1 and i see no Markers in TITAN Skin. I tought this was fixed already? Is that still a Bug? Thanks!
     

    Users who are viewing this thread

    Top Bottom