- July 3, 2011
- 617
- 141
- Thread starter
- #11
But it does work in StreamedMP with a little modification, see this post: https://forum.team-mediaportal.com/...in-osd-with-mp-1-6.124033/page-2#post-1076069
cu
pOpY
cu
pOpY
I modified my videoFullScreen.xml file according to these instructions, and I confirm that this modification does fix the problem with 1.7.1 hotfix.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.
You can follow progress here:Was this supposed to be fixed in 1.8? Ive updated but still no markers can be seen
Help like that is ALWAYS appreciated So if you can supply the fix, i'm sure our skinners (@wizard123) can have a look at it.If it is verified, is it possible for me to submit this as a fix for the Titan skin that would be included in the next release?