- November 11, 2010
- 25
- 11
- Home Country
- Germany
Hi there all,
im new to this forum so this is my first post. I have done several modification in StreamedMP before but now ive an really big problem. Today i have spent several hours to understand the TVOSD.xml.
I like to add a new togglebutton beside the three buttons Sbutitels, Video and Audio. This isnt a problem but:
For example the "subtiles button" (id 218) corresponded with the section right unter
<!-- :::::::::: SUBTITLES MENU :::::::::: -->
<control>
<description>Sub Menu Background (subtitles)</description>
<type>image</type>
<id>302</id>
<posX>909</posX>
<posY>0</posY>
<width>371</width>
<height>473</height>
<texture>osdmenubg.png</texture>
<visible>control.isvisible(800)</visible>
<animation effect="slide" start="1300,0" end="0,0" tween="quadratic" time="300" delay="0">visible</animation>
</control>
...
and so on. My Question is how the "subtitels button" ist linked to this section in code? Because i have to do such a section for my new button. Why does the "subtitels button" act whit espacially this code and not perhaps whits the code from the video area? Please help and sorry fpr my bad english.
Greetings,
Dachkennel
im new to this forum so this is my first post. I have done several modification in StreamedMP before but now ive an really big problem. Today i have spent several hours to understand the TVOSD.xml.
I like to add a new togglebutton beside the three buttons Sbutitels, Video and Audio. This isnt a problem but:
For example the "subtiles button" (id 218) corresponded with the section right unter
<!-- :::::::::: SUBTITLES MENU :::::::::: -->
<control>
<description>Sub Menu Background (subtitles)</description>
<type>image</type>
<id>302</id>
<posX>909</posX>
<posY>0</posY>
<width>371</width>
<height>473</height>
<texture>osdmenubg.png</texture>
<visible>control.isvisible(800)</visible>
<animation effect="slide" start="1300,0" end="0,0" tween="quadratic" time="300" delay="0">visible</animation>
</control>
...
and so on. My Question is how the "subtitels button" ist linked to this section in code? Because i have to do such a section for my new button. Why does the "subtitels button" act whit espacially this code and not perhaps whits the code from the video area? Please help and sorry fpr my bad english.
Greetings,
Dachkennel