Advertisement
Guest User

DialogFullScreenInfo.xml

a guest
Sep 12th, 2014
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 8.34 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <window type="dialog" id="142">
  3.     <controls>
  4.         <!--- Plot & Cast Info --->
  5.         <control type="group">
  6.             <visible>VideoPlayer.Content(movies) | VideoPlayer.Content(episodes)</visible>
  7.             <include>Animation_CommonFade</include>
  8.             <control type="label">
  9.                 <left>80</left>
  10.                 <top>150</top>
  11.                 <width>300</width>
  12.                 <height>25</height>
  13.                 <align>left</align>
  14.                 <font>Font_Bold28</font>
  15.                 <textcolor>FFFFA500</textcolor>
  16.                 <label>PLOT</label>
  17.                 <visible>VideoPlayer.Content(movies) + !IsEmpty(VideoPlayer.PlotOutline)</visible>
  18.             </control>
  19.             <control type="label">
  20.                 <left>80</left>
  21.                 <top>150</top>
  22.                 <width>300</width>
  23.                 <height>25</height>
  24.                 <align>left</align>
  25.                 <font>Font_Bold28</font>
  26.                 <textcolor>FFFFA500</textcolor>
  27.                 <label>PLOT</label>
  28.                 <visible>VideoPlayer.Content(episodes) + !IsEmpty(VideoPlayer.Plot)</visible>
  29.             </control>
  30.             <control type="textbox">
  31.                 <description>Plot</description>
  32.                 <left>80</left>
  33.                 <top>200</top>
  34.                 <width>750</width>
  35.                 <height>500</height>
  36.                 <font>font15_textbox</font>
  37.                 <textcolor>white2</textcolor>
  38.                 <align>justify</align>
  39.                 <label fallback="31203">$INFO[VideoPlayer.PlotOutline]</label>
  40.                 <wrapmultiline>true</wrapmultiline>
  41.                 <autoscroll time="3000" delay="10000" repeat="5000">true</autoscroll>
  42.                 <visible>VideoPlayer.Content(movies) + !IsEmpty(VideoPlayer.PlotOutline)</visible>
  43.             </control>
  44.             <control type="textbox">
  45.                 <description>Plot</description>
  46.                 <left>80</left>
  47.                 <top>200</top>
  48.                 <width>750</width>
  49.                 <height>500</height>
  50.                 <font>font15_textbox</font>
  51.                 <textcolor>white2</textcolor>
  52.                 <align>justify</align>
  53.                 <label fallback="31203">$INFO[VideoPlayer.Plot]</label>
  54.                 <wrapmultiline>true</wrapmultiline>
  55.                 <autoscroll time="3000" delay="10000" repeat="5000">true</autoscroll>
  56.                 <visible>VideoPlayer.Content(episodes) + !IsEmpty(VideoPlayer.Plot)</visible>
  57.             </control>
  58.             <control type="label">
  59.                 <left>80</left>
  60.                 <top>700</top>
  61.                 <width>350</width>
  62.                 <height>25</height>
  63.                 <font>Font_Bold28</font>
  64.                 <textcolor>FFFFA500</textcolor>
  65.                 <align>justify</align>
  66.                 <label>YEAR</label>
  67.                 <visible>!IsEmpty(VideoPlayer.Year)</visible>
  68.             </control>
  69.             <control type="label">
  70.                 <description>Year</description>
  71.                 <left>80</left>
  72.                 <top>750</top>
  73.                 <width>350</width>
  74.                 <height>25</height>
  75.                 <font>Font15_textbox</font>
  76.                 <textcolor>white2</textcolor>
  77.                 <align>justify</align>
  78.                 <label>$INFO[VideoPlayer.Year]</label>
  79.                 <visible>!IsEmpty(VideoPlayer.Year)</visible>
  80.             </control>
  81.             <control type="label">
  82.                 <left>80</left>
  83.                 <top>800</top>
  84.                 <width>350</width>
  85.                 <height>25</height>
  86.                 <font>Font_Bold28</font>
  87.                 <textcolor>FFFFA500</textcolor>
  88.                 <align>justify</align>
  89.                 <label>RATING</label>
  90.                 <visible>!IsEmpty(VideoPlayer.RatingAndVotes)</visible>
  91.             </control>
  92.             <control type="label">
  93.                 <description>Rating & Votes</description>
  94.                 <left>80</left>
  95.                 <top>850</top>
  96.                 <width>350</width>
  97.                 <height>25</height>
  98.                 <font>Font15_textbox</font>
  99.                 <textcolor>white2</textcolor>
  100.                 <align>justify</align>
  101.                 <label>$INFO[VideoPlayer.RatingAndVotes]</label>
  102.                <visible>!IsEmpty(VideoPlayer.RatingAndVotes)</visible>
  103.             </control>
  104.            <control type="label">
  105.                 <left>1100</left>
  106.                 <top>150</top>
  107.                 <width>300</width>
  108.                 <height>25</height>
  109.                 <align>left</align>
  110.                 <font>Font_Bold28</font>
  111.                 <textcolor>FFFFA500</textcolor>
  112.                 <label>DIRECTED BY</label>
  113.                <visible>!IsEmpty(VideoPlayer.Director)</visible>
  114.             </control>
  115.            <control type="label">
  116.                 <description>Director</description>
  117.                 <left>1100</left>
  118.                 <top>200</top>
  119.                 <width>525</width>
  120.                 <height>25</height>
  121.                 <font>font15_textbox</font>
  122.                 <textcolor>white2</textcolor>
  123.                 <align>left</align>
  124.                 <label>$INFO[VideoPlayer.Director]</label>
  125.                <visible>!IsEmpty(VideoPlayer.Director)</visible>
  126.             </control>
  127.             <control type="label">
  128.                 <left>1100</left>
  129.                 <top>275</top>
  130.                 <width>300</width>
  131.                 <height>25</height>
  132.                 <align>left</align>
  133.                 <font>Font_Bold28</font>
  134.                 <textcolor>FFFFA500</textcolor>
  135.                 <label>CAST & ROLE</label>
  136.                <visible>!IsEmpty(VideoPlayer.CastAndRole)</visible>
  137.             </control>
  138.             <control type="textbox">
  139.                 <description>Cast & Role</description>
  140.                 <left>1100</left>
  141.                 <top>325</top>
  142.                 <width>600</width>
  143.                 <height>430</height>
  144.                 <font>font15_textbox</font>
  145.                 <textcolor>white2</textcolor>
  146.                 <align>left</align>
  147.                 <label fallback="31203">$INFO[VideoPlayer.CastAndRole]</label>
  148.                 <wrapmultiline>true</wrapmultiline>
  149.                 <autoscroll time="4500" delay="12000" repeat="4000">true</autoscroll>
  150.                <visible>!IsEmpty(VideoPlayer.CastAndRole)</visible>
  151.             </control>
  152.        </control>
  153.         <!--- Plot & Cast Info --->
  154.         <control type="group">
  155.             <animation effect="slide" start="0,-100" end="0,0" time="200">WindowOpen</animation>
  156.             <animation effect="slide" start="0,-100" end="0,0" time="200">VisibleChange</animation>
  157.             <visible>!Window.IsActive(videoosd) + !VideoPlayer.Content(LiveTV)</visible>
  158.             <top>0</top>
  159.             <control type="image">
  160.                 <left>0</left>
  161.                 <top>0</top>
  162.                 <width>1920</width>
  163.                 <height>122</height>
  164.                 <texture border="1,1,1,40">topbar.png</texture>
  165.             </control>
  166.             <control type="grouplist">
  167.                 <left>0</left>
  168.                 <top>0</top>
  169.                 <width>1920</width>
  170.                 <height>90</height>
  171.                 <align>center</align>
  172.                 <aligny>center</aligny>
  173.                 <itemgap>0</itemgap>
  174.                 <orientation>horizontal</orientation>
  175.                 <control type="image">
  176.                     <width>320</width>
  177.                     <height>88</height>
  178.                     <include>MediaFlagVars</include>
  179.                     <texture background="true">$INFO[Player.Art(thumb)]</texture>
  180.                     <visible>VideoPlayer.Content(livetv)</visible>
  181.                 </control>
  182.                 <control type="image" id="800011">
  183.                     <colordiffuse>grey2</colordiffuse>
  184.                     <width>320</width>
  185.                     <include>MediaFlagVars</include>
  186.                     <bordersize>2</bordersize>
  187.                     <texture fallback="flags/studios/default-studio.png">$INFO[VideoPlayer.Studio,flags/studios/,.png]</texture>
  188.                     <visible>!IsEmpty(Control.GetLabel(800011)) | IsEmpty(VideoPlayer.Studio)</visible>
  189.                     <visible>!VideoPlayer.Content(livetv)</visible>
  190.                 </control>
  191.                 <control type="label">
  192.                     <left>0</left>
  193.                     <width>320</width>
  194.                     <height>90</height>
  195.                     <align>center</align>
  196.                     <label>$INFO[VideoPlayer.Studio]</label>
  197.                     <font>font10</font>
  198.                     <textcolor>grey2</textcolor>
  199.                     <wrapmultiline>true</wrapmultiline>
  200.                     <visible>IsEmpty(Control.GetLabel(800011))</visible>
  201.                     <visible>!VideoPlayer.Content(livetv)</visible>
  202.                 </control>
  203.                 <control type="image">
  204.                     <width>320</width>
  205.                     <colordiffuse>grey2</colordiffuse>
  206.                     <include>MediaFlagVars</include>
  207.                     <texture fallback="flags/mpaa/NR.png">$VAR[VideoRatingFlagVar]</texture>
  208.                     <visible>!VideoPlayer.Content(livetv)</visible>
  209.                 </control>
  210.                 <control type="image">
  211.                     <width>320</width>
  212.                     <colordiffuse>grey2</colordiffuse>
  213.                     <include>MediaFlagVars</include>
  214.                     <texture>$INFO[VideoPlayer.VideoResolution,flags/resolution/,.png]</texture>
  215.                 </control>
  216.                 <control type="image">
  217.                     <width>320</width>
  218.                     <colordiffuse>grey2</colordiffuse>
  219.                     <include>MediaFlagVars</include>
  220.                     <texture>$INFO[VideoPlayer.AudioCodec,flags/audio/,.png]</texture>
  221.                 </control>
  222.                 <control type="image">
  223.                     <width>320</width>
  224.                     <colordiffuse>grey2</colordiffuse>
  225.                     <include>MediaFlagVars</include>
  226.                     <texture>$INFO[VideoPlayer.AudioChannels,flags/channels/,.png]</texture>
  227.                     <visible>VideoPlayer.Content(livetv)</visible>
  228.                 </control>
  229.                 <control type="image">
  230.                     <width>320</width>
  231.                     <colordiffuse>grey2</colordiffuse>
  232.                     <include>MediaFlagVars</include>
  233.                     <texture>$VAR[VideoSourceFlagVar,flags/video/,.png]</texture>
  234.                 </control>
  235.                 <control type="image">
  236.                     <width>320</width>
  237.                     <colordiffuse>grey2</colordiffuse>
  238.                     <include>MediaFlagVars</include>
  239.                     <texture>$INFO[VideoPlayer.VideoAspect,flags/aspectratio/,.png]</texture>
  240.                 </control>
  241.             </control>
  242.         </control>
  243.     </controls>
  244. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement