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 Plugins
Popular Plugins
OnlineVideos
OnlineVideos 2.9.1.0 [2026/05/05]
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="Pablik" data-source="post: 1300394" data-attributes="member: 106554"><p>Just a little note for skinners: the new version has a few new skin tags related to LAV buffering (if LAV Source Splitter is used).</p><p>If the buffer gets below certain level the playback is paused/unpaused based on current level.</p><p>Example for myonlinevideosFullScreen.xml - implements waiting indicator(shows up during buffering):</p><p>[CODE]</p><p> <control></p><p> <description>Working Animation</description></p><p> <type>animation</type></p><p> <id>0</id></p><p> <posX>900</posX></p><p> <posY>480</posY></p><p> <width>120</width></p><p> <height>120</height></p><p> <textures>common.waiting.1.png;common.waiting.2.png;common.waiting.3.png;common.waiting.4.png;common.waiting.5.png;common.waiting.6.png;common.waiting.7.png;common.waiting.8.png</textures></p><p> <Duration>0:0:01.0</Duration></p><p> <keepaspectratio>yes</keepaspectratio></p><p> <visible>string.equals(#OnlineVideos.Buffering)</visible></p><p> </control></p><p> <control></p><p> <description>LAV buffer</description></p><p> <type>label</type></p><p> <id>1</id></p><p> <posX>960</posX></p><p> <posY>620</posY></p><p> <label>Buffering: #OnlineVideos.BufferLevel%</label></p><p> <align>center</align></p><p> <font>font10</font></p><p> <textcolor>ffffffff</textcolor></p><p> <shadowAngle>45</shadowAngle></p><p> <shadowDistance>3</shadowDistance></p><p> <shadowColor>ff000000</shadowColor></p><p> <visible>string.equals(#OnlineVideos.Buffering)</visible></p><p> </control></p><p>[/CODE]</p><p></p><p>Example of additional buffer level description for myonlinevideosOSD.xml file:</p><p>[CODE]</p><p> <control></p><p> <description>Buffer</description></p><p> <type>label</type></p><p> <id>1</id></p><p> <posX>1500</posX></p><p> <posY>5</posY></p><p> <label>Buffer: #OnlineVideos.BufferLevel% / #OnlineVideos.BufferTimes / #OnlineVideos.BufferSize</label></p><p> <align>left</align></p><p> <font>font10</font></p><p> <textcolor>ffffffff</textcolor></p><p> <shadowAngle>45</shadowAngle></p><p> <shadowDistance>3</shadowDistance></p><p> <shadowColor>ff000000</shadowColor></p><p> <visible>!control.hasfocus(1237)+!Control.HasFocus(2999)</visible></p><p> </control></p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="Pablik, post: 1300394, member: 106554"] Just a little note for skinners: the new version has a few new skin tags related to LAV buffering (if LAV Source Splitter is used). If the buffer gets below certain level the playback is paused/unpaused based on current level. Example for myonlinevideosFullScreen.xml - implements waiting indicator(shows up during buffering): [CODE] <control> <description>Working Animation</description> <type>animation</type> <id>0</id> <posX>900</posX> <posY>480</posY> <width>120</width> <height>120</height> <textures>common.waiting.1.png;common.waiting.2.png;common.waiting.3.png;common.waiting.4.png;common.waiting.5.png;common.waiting.6.png;common.waiting.7.png;common.waiting.8.png</textures> <Duration>0:0:01.0</Duration> <keepaspectratio>yes</keepaspectratio> <visible>string.equals(#OnlineVideos.Buffering)</visible> </control> <control> <description>LAV buffer</description> <type>label</type> <id>1</id> <posX>960</posX> <posY>620</posY> <label>Buffering: #OnlineVideos.BufferLevel%</label> <align>center</align> <font>font10</font> <textcolor>ffffffff</textcolor> <shadowAngle>45</shadowAngle> <shadowDistance>3</shadowDistance> <shadowColor>ff000000</shadowColor> <visible>string.equals(#OnlineVideos.Buffering)</visible> </control> [/CODE] Example of additional buffer level description for myonlinevideosOSD.xml file: [CODE] <control> <description>Buffer</description> <type>label</type> <id>1</id> <posX>1500</posX> <posY>5</posY> <label>Buffer: #OnlineVideos.BufferLevel% / #OnlineVideos.BufferTimes / #OnlineVideos.BufferSize</label> <align>left</align> <font>font10</font> <textcolor>ffffffff</textcolor> <shadowAngle>45</shadowAngle> <shadowDistance>3</shadowDistance> <shadowColor>ff000000</shadowColor> <visible>!control.hasfocus(1237)+!Control.HasFocus(2999)</visible> </control> [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
OnlineVideos
OnlineVideos 2.9.1.0 [2026/05/05]
Contact us
RSS
Top
Bottom