StreamedMP Skin - MovingPictures filmstrip enhancement skin files! -Updated! (1 Viewer)

z3us

Portal Pro
December 4, 2007
1,047
123
44
Home Country
Spain Spain
The OSD is the same for the three plugins.
I think you didnt understand me. I only want to have the current hour (18:30, 20:00, etc) in the upper left or any place
 

rasmuskarlsen

Portal Pro
October 9, 2008
235
12
Home Country
Denmark Denmark
The OSD is the same for the three plugins.
I think you didnt understand me. I only want to have the current hour (18:30, 20:00, etc) in the upper left or any place

Done ;) I have overwritten the previous files on previous site...
That's much better, and the progressbar is on same line as the time...
 

disaster123

MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    Oh its really simply just extract the image files and copy them to the media folder and then add the following to videoosd.xml just before the lines:
    Code:
      </controls>
    </window>

    Code to insert before these lines:
    Code:
    <!-- ::::::::::::: LOGO SUPPORT :::::::::::::: -->
    
        <control>
          <description>AAC</description>
          <type>image</type>
          <id>0</id>
          <posX>195</posX>
          <posY>10</posY>
          <width>100</width>
          <height>32</height>
          <texture>#Play.Current.IsAAC</texture>
          <keepaspectratio>yes</keepaspectratio>
          <centered>yes</centered>
          <animation effect="fade" time="250">visiblechange</animation>
          <animation effect="fade" time="250">windowopen</animation>
        </control>    
        <control>
          <description>MP3</description>
          <type>image</type>
          <id>0</id>
          <posX>195</posX>
          <posY>10</posY>
          <width>100</width>
          <height>32</height>
          <texture>#Play.Current.IsMP3</texture>
          <keepaspectratio>yes</keepaspectratio>
          <centered>yes</centered>
          <animation effect="fade" time="250">visiblechange</animation>
          <animation effect="fade" time="250">windowopen</animation>
        </control>
        <control>
          <description>AC3</description>
          <type>image</type>
          <id>0</id>
          <posX>195</posX>
          <posY>10</posY>
          <width>100</width>
          <height>32</height>
          <texture>#Play.Current.IsAC3</texture>
          <keepaspectratio>yes</keepaspectratio>
          <centered>yes</centered>
          <animation effect="fade" time="250">visiblechange</animation>
          <animation effect="fade" time="250">windowopen</animation>
        </control>
        <control>
          <description>DTS</description>
          <type>image</type>
          <id>0</id>
          <posX>195</posX>
          <posY>10</posY>
          <width>100</width>
          <height>32</height>
          <texture>#Play.Current.IsDTS</texture>
          <keepaspectratio>yes</keepaspectratio>
          <centered>yes</centered>
          <animation effect="fade" time="250">visiblechange</animation>
          <animation effect="fade" time="250">windowopen</animation>
        </control>
        <control>
          <description>MP2A</description>
          <type>image</type>
          <id>0</id>
          <posX>195</posX>
          <posY>10</posY>
          <width>100</width>
          <height>32</height>
          <texture>#Play.Current.IsMP2A</texture>
          <keepaspectratio>yes</keepaspectratio>
          <centered>yes</centered>
          <animation effect="fade" time="250">visiblechange</animation>
          <animation effect="fade" time="250">windowopen</animation>
        </control>
        <control>
          <description>WMA</description>
          <type>image</type>
          <id>0</id>
          <posX>195</posX>
          <posY>10</posY>
          <width>100</width>
          <height>32</height>
          <texture>#Play.Current.IsWMA</texture>
          <keepaspectratio>yes</keepaspectratio>
          <centered>yes</centered>
          <animation effect="fade" time="250">visiblechange</animation>
          <animation effect="fade" time="250">windowopen</animation>
        </control>
        <control>
          <description>PCM</description>
          <type>image</type>
          <id>0</id>
          <posX>195</posX>
          <posY>10</posY>
          <width>100</width>
          <height>32</height>
          <texture>#Play.Current.IsPCM</texture>
          <keepaspectratio>yes</keepaspectratio>
          <centered>yes</centered>
          <animation effect="fade" time="250">visiblechange</animation>
          <animation effect="fade" time="250">windowopen</animation>
        </control>   
        <control>
          <description>DivX</description>
          <type>image</type>
          <id>0</id>
          <posX>300</posX>
          <posY>10</posY>
          <width>100</width>
          <height>32</height>
          <texture>#Play.Current.IsDIVX</texture>
          <keepaspectratio>yes</keepaspectratio>
          <centered>yes</centered>
          <animation effect="fade" time="250">visiblechange</animation>
          <animation effect="fade" time="250">windowopen</animation>
        </control>    
        <control>
          <description>XVID</description>
          <type>image</type>
          <id>0</id>
          <posX>300</posX>
          <posY>10</posY>
          <width>100</width>
          <height>32</height>
          <texture>#Play.Current.IsXVID</texture>
          <keepaspectratio>yes</keepaspectratio>
          <centered>yes</centered>
          <animation effect="fade" time="250">visiblechange</animation>
          <animation effect="fade" time="250">windowopen</animation>
        </control>
        <control>
          <description>H264</description>
          <type>image</type>
          <id>0</id>
          <posX>300</posX>
          <posY>10</posY>
          <width>100</width>
          <height>32</height>
          <texture>#Play.Current.IsH264</texture>
          <keepaspectratio>yes</keepaspectratio>
          <centered>yes</centered>
          <animation effect="fade" time="250">visiblechange</animation>
          <animation effect="fade" time="250">windowopen</animation>
        </control>
        <control>
          <description>Generic MPEG4</description>
          <type>image</type>
          <id>0</id>
          <posX>300</posX>
          <posY>10</posY>
          <width>100</width>
          <height>32</height>
          <texture>#Play.Current.IsMP4V</texture>
          <keepaspectratio>yes</keepaspectratio>
          <centered>yes</centered>
          <animation effect="fade" time="250">visiblechange</animation>
          <animation effect="fade" time="250">windowopen</animation>
        </control>    
        <control>
          <description>MP1V</description>
          <type>image</type>
          <id>0</id>
          <posX>300</posX>
          <posY>10</posY>
          <width>100</width>
          <height>32</height>
          <texture>#Play.Current.IsMP1V</texture>
          <keepaspectratio>yes</keepaspectratio>
          <centered>yes</centered>
          <animation effect="fade" time="250">visiblechange</animation>
          <animation effect="fade" time="250">windowopen</animation>
        </control>
        <control>
          <description>MP2V</description>
          <type>image</type>
          <id>0</id>
          <posX>300</posX>
          <posY>10</posY>
          <width>100</width>
          <height>32</height>
          <texture>#Play.Current.IsMP2V</texture>
          <keepaspectratio>yes</keepaspectratio>
          <centered>yes</centered>
          <animation effect="fade" time="250">visiblechange</animation>
          <animation effect="fade" time="250">windowopen</animation>
        </control>
        <control>
          <description>WMV</description>
          <type>image</type>
          <id>0</id>
          <posX>300</posX>
          <posY>10</posY>
          <width>100</width>
          <height>32</height>
          <texture>#Play.Current.IsWMV</texture>
          <keepaspectratio>yes</keepaspectratio>
          <centered>yes</centered>
          <animation effect="fade" time="250">visiblechange</animation>
          <animation effect="fade" time="250">windowopen</animation>
        </control>
     

    rasmuskarlsen

    Portal Pro
    October 9, 2008
    235
    12
    Home Country
    Denmark Denmark
    Ya i know... But don't know where i could put them on the screen... I wan't to avoid to much information and stuff on the screen... And don't know excactly where they could be placed on the screen... Haven't thought of that yet...

    Further more i haven't found it important... He :)
     

    Users who are viewing this thread

    Top Bottom