Advertisement
Guest User

custom_1135_PVRNextUp.xml

a guest
Aug 22nd, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.30 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <window type="dialog" id="1135">
  3.     <onload>Dialog.Close(fullscreeninfo,true)</onload>
  4.     <visible>Window.IsVisible(fullscreenvideo) + VideoPlayer.Content(livetv) + [Integer.IsGreater(Player.Duration(mm),05) | Integer.IsGreater(Player.Duration(hh),00)]</visible>
  5.     <visible>!Window.IsVisible(videoosd) + !Window.IsVisible(DialogPVRChannelsOSD.xml) + !Window.IsVisible(DialogPVRChannelGuide.xml) + !Window.IsVisible(DialogFullScreenInfo.xml)</visible>
  6.     <controls>
  7.         <!-- NextUp Notification -->
  8.         <control type="group">
  9.             <visible>!Window.IsVisible(videoosd) + Window.IsVisible(fullscreenvideo) + Integer.IsEqual(Player.TimeRemaining(hh),00) + Integer.IsEqual(Player.TimeRemaining(mm),01) + Integer.IsLessOrEqual(Player.TimeRemaining(ss),20) + System.IdleTime(20)</visible>
  10.             <left>1480</left>
  11.             <top>700</top>
  12.             <animation effect="slide" start="500,0" end="0,0" time="300" tween="quadratic">WindowOpen</animation>
  13.             <animation effect="slide" end="500,0" start="0,0" time="300" tween="quadratic">WindowClose</animation>
  14.             <animation effect="slide" end="500,0" start="0,0" time="300" tween="quadratic">Hidden</animation>
  15.             <width>420</width>
  16.             <height>324</height>
  17.             <control type="image">
  18.                 <width>420</width>
  19.                 <height>378</height>
  20.                 <texture border="40">dialogs/default/bg.png</texture>
  21.                 <animation effect="fade" end="85" condition="true">Conditional</animation>
  22.                 <aspectratio scalediffuse="false">scale</aspectratio>
  23.             </control>
  24.             <control type="label">
  25.                 <left>130</left>
  26.                 <top>25</top>
  27.                 <width>290</width>
  28.                 <height>36</height>
  29.                 <aligny>center</aligny>
  30.                 <align>left</align>
  31.                 <textoffsetx>5</textoffsetx>
  32.                 <font>font12</font>
  33.                 <shadowcolor>black</shadowcolor>
  34.                 <label>$LOCALIZE[31234]</label>
  35.                 <scroll>true</scroll>
  36.             </control>
  37.             <control type="image">
  38.                 <top>76</top>
  39.                 <left>10</left>
  40.                 <width>400</width>
  41.                 <height>200</height>
  42.                 <aspectratio align="center" aligny="center">keep</aspectratio>
  43.                 <texture>$INFO[Player.Art(thumb)]</texture>
  44.             </control>
  45.             <control type="group">
  46.                 <visible>!String.IsEmpty(VideoPlayer.NextPlotoutline)</visible>
  47.                 <control type="label">
  48.                     <top>280</top>
  49.                     <width>420</width>
  50.                     <height>48</height>
  51.                     <font>font15</font>
  52.                     <shadowcolor>black</shadowcolor>
  53.                     <align>center</align>
  54.                     <aligny>center</aligny>
  55.                     <textoffsetx>5</textoffsetx>
  56.                     <scroll>true</scroll>
  57.                     <label>$INFO[VideoPlayer.NextTitle]</label>
  58.                 </control>
  59.                 <control type="label">
  60.                     <top>330</top>
  61.                     <width>420</width>
  62.                     <height>28</height>
  63.                     <font>font12</font>
  64.                     <shadowcolor>black</shadowcolor>
  65.                     <align>center</align>
  66.                     <aligny>center</aligny>
  67.                     <textoffsetx>5</textoffsetx>
  68.                     <scroll>true</scroll>
  69.                     <label>($INFO[VideoPlayer.NextPlotoutline])</label>
  70.                 </control>
  71.             </control>
  72.             <control type="label">
  73.                 <top>300</top>
  74.                 <width>420</width>
  75.                 <height>48</height>
  76.                 <font>font15</font>
  77.                 <shadowcolor>black</shadowcolor>
  78.                 <align>center</align>
  79.                 <aligny>center</aligny>
  80.                 <textoffsetx>5</textoffsetx>
  81.                 <scroll>true</scroll>
  82.                 <label>$INFO[VideoPlayer.NextTitle]</label>
  83.                 <visible>String.IsEmpty(VideoPlayer.NextPlotoutline)</visible>
  84.             </control>
  85.         </control>
  86.     </controls>
  87. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement