home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
ComSkip markers in OSD with MP 1.6
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="olli14" data-source="post: 1076069" data-attributes="member: 85845"><p>I have found the xml file that has to be changed to show the comskip markers.</p><p>It's "common.progressbar.xml".</p><p>In Titan skin where comskip markers are working it's "VideoOSD.xml".</p><p>By comparing these two files I have changed the "common.progressbar.xml" for support of Comskip markers in StreamedMP skin.</p><p>Now it's working on my side. But now the start position and the end position of the progress bar are not at the same point as before. Further the orange progress bar that shows the comskip markers is a little bit thicker than the blue progress bar.</p><p>Attached the png files that I'm using.</p><p></p><p>not working common.progressbar.xml</p><p><control></p><p> <description>Progress Bar</description></p><p> <type>progress</type></p><p> <id>1</id></p><p> <posX>288</posX></p><p> <posY>1018</posY></p><p> <width>1358</width></p><p> <label>#percentage</label></p><p> <texturebg>-</texturebg></p><p> <lefttexture>osdprogressleft.png</lefttexture></p><p> <midtexture>osdprogressmid.png</midtexture></p><p> <righttexture>osdprogressright.png</righttexture></p><p> <visible>window.isosdvisible|window.ispauseosdvisible|player.rewinding|player.forwarding|control.isvisible(10)|player.seeking</visible></p><p> </control></p><p></p><p></p><p>working common.progressbar.xml</p><p><control></p><p> <description>Progress Bar</description></p><p> <type>tvprogress</type></p><p> <id>105</id></p><p> <posX>288</posX></p><p> <posY>1028</posY></p><p> <width>1358</width></p><p> <!--height>15</height--></p><p> <toptexture>-</toptexture></p><p> <TextureOffsetY>0</TextureOffsetY></p><p> <bottomtexture>-</bottomtexture></p><p> <texturetick>-</texturetick></p><p> <!--lefttexture>osdprogressleft.png</lefttexture--></p><p> <midtexture>-</midtexture></p><p> <righttexture>-</righttexture></p><p> <logotexture>-</logotexture></p><p> <fillbackgroundtexture>-</fillbackgroundtexture></p><p> <fillbgxoff>-3</fillbgxoff></p><p> <fillbgyoff>0</fillbgyoff></p><p> <filltexture1>osdprogressmid.png</filltexture1></p><p> <filltexture2>osdprogressmid.png</filltexture2></p><p> <filltexture3>osdprogressmid_orange.png</filltexture3></p><p> <markertexture>osdprogress_comskip_marker.png</markertexture></p><p> <!--fillheight>15</fillheight--></p><p> <label>#percentage</label></p><p> <label1>#percent2</label1></p><p> <label2>#percent3</label2></p><p> <labelmarkerstarts>#jumppoints</labelmarkerstarts></p><p> <labelmarkerends>#chapters</labelmarkerends></p><p> <visible>window.isosdvisible|window.ispauseosdvisible|player.rewinding|player.forwarding|control.isvisible(10)|player.seeking</visible></p><p> </control></p></blockquote><p></p>
[QUOTE="olli14, post: 1076069, member: 85845"] I have found the xml file that has to be changed to show the comskip markers. It's "common.progressbar.xml". In Titan skin where comskip markers are working it's "VideoOSD.xml". By comparing these two files I have changed the "common.progressbar.xml" for support of Comskip markers in StreamedMP skin. Now it's working on my side. But now the start position and the end position of the progress bar are not at the same point as before. Further the orange progress bar that shows the comskip markers is a little bit thicker than the blue progress bar. Attached the png files that I'm using. not working common.progressbar.xml <control> <description>Progress Bar</description> <type>progress</type> <id>1</id> <posX>288</posX> <posY>1018</posY> <width>1358</width> <label>#percentage</label> <texturebg>-</texturebg> <lefttexture>osdprogressleft.png</lefttexture> <midtexture>osdprogressmid.png</midtexture> <righttexture>osdprogressright.png</righttexture> <visible>window.isosdvisible|window.ispauseosdvisible|player.rewinding|player.forwarding|control.isvisible(10)|player.seeking</visible> </control> working common.progressbar.xml <control> <description>Progress Bar</description> <type>tvprogress</type> <id>105</id> <posX>288</posX> <posY>1028</posY> <width>1358</width> <!--height>15</height--> <toptexture>-</toptexture> <TextureOffsetY>0</TextureOffsetY> <bottomtexture>-</bottomtexture> <texturetick>-</texturetick> <!--lefttexture>osdprogressleft.png</lefttexture--> <midtexture>-</midtexture> <righttexture>-</righttexture> <logotexture>-</logotexture> <fillbackgroundtexture>-</fillbackgroundtexture> <fillbgxoff>-3</fillbgxoff> <fillbgyoff>0</fillbgyoff> <filltexture1>osdprogressmid.png</filltexture1> <filltexture2>osdprogressmid.png</filltexture2> <filltexture3>osdprogressmid_orange.png</filltexture3> <markertexture>osdprogress_comskip_marker.png</markertexture> <!--fillheight>15</fillheight--> <label>#percentage</label> <label1>#percent2</label1> <label2>#percent3</label2> <labelmarkerstarts>#jumppoints</labelmarkerstarts> <labelmarkerends>#chapters</labelmarkerends> <visible>window.isosdvisible|window.ispauseosdvisible|player.rewinding|player.forwarding|control.isvisible(10)|player.seeking</visible> </control> [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
ComSkip markers in OSD with MP 1.6
Contact us
RSS
Top
Bottom