Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.73 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <window id="6">
  4.  
  5.     <defaultcontrol always="true">50</defaultcontrol>
  6.     <allowoverlay>yes</allowoverlay>
  7.     <views>50,51,52,53,54,58,59</views>
  8.  
  9.     <controls>
  10.  
  11.         <include>GlobalBackground</include>
  12.         <include>GlobalClock</include>
  13.         <include>GlobalItems</include>
  14.         <include>Breadcrumb</include>
  15.        
  16.         <include>View_50_List_Videos</include>
  17.         <include>View_51_Poster_Videos</include>
  18.         <include>View_52_Landscape_Videos</include>
  19.         <include>View_53_Panel_Videos</include>
  20.         <include>View_54_Info_Panel_Videos</include>
  21.         <include>View_58_Slideshow_Videos</include>
  22.         <include>View_59_Episode_Videos</include>
  23.        
  24.         <control type="group">
  25.             <include>DialogBG</include>
  26.             <visible allowhiddenfocus="true">ControlGroup(9000).HasFocus</visible>
  27.             <include>BGFade</include>
  28.         </control>
  29.        
  30.         <control type="group">
  31.             <visible allowhiddenfocus="true">ControlGroup(9000).HasFocus + !Window.IsActive(ShutdownMenu) + !Window.IsActive(virtualkeyboard) + !Window.IsActive(mediafilter) + !Window.IsActive(filebrowser)</visible>
  32.             <include>FadeandZoom2</include>
  33.        
  34.             <control type="label">
  35.                 <left>760</left>
  36.                 <top>240</top>
  37.                 <width>700</width>
  38.                 <font>MenuTitle</font>
  39.                 <label>14018</label>
  40.             </control>
  41.                
  42.             <control type="grouplist" id="9000"> <!--view options menu-->
  43.                 <left>760</left>
  44.                 <top>315</top>
  45.                 <width>1000</width>
  46.                 <height>450</height>
  47.                 <itemgap>5</itemgap>
  48.                 <onleft>50</onleft>
  49.                 <onright>50</onright>
  50.                 <onup>9000</onup>
  51.                 <ondown>9000</ondown>
  52.                 <onback>9000</onback>
  53.                 <orientation>vertical</orientation>
  54.                 <scrolltime>0</scrolltime>
  55.                 <pagecontrol>61</pagecontrol>
  56.                
  57.                 <control type="button" id="2"> <!--view-->
  58.                 </control>
  59.                
  60.                 <control type="button" id="3"> <!--sort by-->
  61.                 </control>
  62.  
  63.                 <control type="togglebutton" id="4"> <!--ascending/descending-->
  64.                     <label>584</label>
  65.                     <altlabel>585</altlabel>
  66.                     <usealttexture>Container.SortDirection(Descending)</usealttexture>
  67.                 </control>
  68.                
  69.                 <control type="edit" id="19"> <!--filter basic-->
  70.                     <visible>Container.CanFilter + !Container.CanFilterAdvanced</visible>
  71.                     <label>587</label>
  72.                 </control>
  73.                
  74.                 <control type="radiobutton" id="98"> <!--filter advanced-->
  75.                     <visible>Container.CanFilterAdvanced</visible>
  76.                     <label>587</label>
  77.                     <selected>Container.Filtered</selected>
  78.                     <onclick>Filter</onclick>
  79.                 </control>
  80.                
  81.                 <control type="radiobutton" id="14"> <!--watched toggle-->
  82.                     <label>20367</label>
  83.                 </control>
  84.                
  85.                 <control type="button" id="8"> <!--search-->
  86.                     <label>137</label>
  87.                 </control>
  88.                
  89.                 <control type="radiobutton" id="16"> <!--party mode-->
  90.                     <label>589</label>
  91.                     <visible>Container.Content(MusicVideos)</visible>
  92.                 </control>
  93.                
  94.                 <control type="radiobutton" id="11"> <!--unlock shares-->
  95.                     <label>20336</label>
  96.                     <onclick>xbmc.mastermode</onclick>
  97.                     <selected>system.ismaster</selected>
  98.                     <visible>system.haslocks</visible>
  99.                 </control>
  100.                
  101.                 <control type="togglebutton" id="20"> <!--update library-->
  102.                     <label>653</label>
  103.                     <altlabel>13353</altlabel>
  104.                     <usealttexture>library.isscanningvideo</usealttexture>
  105.                 </control>
  106.            
  107.                 <control type="radiobutton" id="301"> <!--show movie plot-->
  108.                     <label>31043</label>
  109.                     <onclick>Skin.ToggleSetting(ListMoviePlot)</onclick>
  110.                     <selected>Skin.HasSetting(ListMoviePlot)</selected>
  111.                     <visible>[Control.IsVisible(50) + Container.Content(Movies)] + !SubString(Container.FolderPath,plugin://)</visible>
  112.                 </control>
  113.            
  114.                 <control type="radiobutton" id="302"> <!--show tv plot-->
  115.                     <label>31043</label>
  116.                     <onclick>Skin.ToggleSetting(ListTVPlot)</onclick>
  117.                     <selected>Skin.HasSetting(ListTVPlot)</selected>
  118.                     <visible>[Control.IsVisible(50) + Container.Content(TVShows)] + !SubString(Container.FolderPath,plugin://)</visible>
  119.                 </control>
  120.  
  121.                 <control type="radiobutton" id="303"> <!--use video custom background-->
  122.                     <label>31108</label>
  123.                     <onclick>Skin.ToggleSetting(video.custom.bg)</onclick>
  124.                     <selected>Skin.HasSetting(video.custom.bg)</selected>
  125.                     <visible>[!SubString(Container.FolderPath,/movies/) + !SubString(Container.FolderPath,/tvshows/) + !Container.Content(movies) + !Container.Content(tvshows) + !Container.Content(seasons) + !Container.Content(episodes)]</visible>
  126.                 </control>
  127.  
  128.                 <control type="radiobutton" id="304"> <!--use movie custom background-->
  129.                     <label>31108</label>
  130.                     <onclick>Skin.ToggleSetting(movie.custom.bg)</onclick>
  131.                     <selected>Skin.HasSetting(movie.custom.bg)</selected>
  132.                     <visible>SubString(Container.FolderPath,/movies/) | Container.Content(movies)</visible>
  133.                 </control>
  134.  
  135.                 <control type="button" id="305"> <!--choose bg-->
  136.                     <label>31109</label>
  137.                     <label2>$INFO[Skin.String(movie.custom.bg)]</label2>
  138.                     <onclick>Skin.SetImage(movie.custom.bg)</onclick>
  139.                     <visible>SubString(Container.FolderPath,/movies/)</visible>
  140.                     <enable>Skin.HasSetting(movie.custom.bg)</enable>
  141.                 </control>
  142.  
  143.                 <control type="radiobutton" id="306"> <!--movie fanart-->
  144.                     <label>31044</label>
  145.                     <onclick>Skin.ToggleSetting(movie.fanart)</onclick>
  146.                     <onclick condition="Skin.HasSetting(movie.extra.fanart)">Skin.ToggleSetting(movie.extra.fanart)</onclick>
  147.                     <selected>Skin.HasSetting(movie.fanart)</selected>
  148.                     <visible>Container.Content(movies)</visible>
  149.                 </control>
  150.  
  151.                 <control type="radiobutton" id="307"> <!--movie extra fanart-->
  152.                     <label>31042</label>
  153.                     <onclick>Skin.ToggleSetting(movie.extra.fanart)</onclick>
  154.                     <selected>Skin.HasSetting(movie.extra.fanart)</selected>
  155.                     <visible>Container.Content(movies)</visible>
  156.                     <enable>Skin.HasSetting(movie.fanart)</enable>
  157.                 </control>
  158.  
  159.                 <control type="radiobutton" id="308"> <!--use tv custom background-->
  160.                     <label>31108</label>
  161.                     <onclick>Skin.ToggleSetting(tv.custom.bg)</onclick>
  162.                     <selected>Skin.HasSetting(tv.custom.bg)</selected>
  163.                     <visible>SubString(Container.FolderPath,/tvshows/) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)</visible>
  164.                 </control>
  165.  
  166.                 <control type="button" id="309"> <!--choose bg-->
  167.                     <label>31109</label>
  168.                     <label2>$INFO[Skin.String(tv.custom.bg)]</label2>
  169.                     <onclick>Skin.SetImage(tv.custom.bg)</onclick>
  170.                     <visible>SubString(Container.FolderPath,/tvshows/)</visible>
  171.                     <enable>Skin.HasSetting(tv.custom.bg)</enable>
  172.                 </control>
  173.  
  174.                 <control type="radiobutton" id="310"> <!--tv fanart-->
  175.                     <label>31044</label>
  176.                     <onclick>Skin.ToggleSetting(tv.fanart)</onclick>
  177.                     <selected>Skin.HasSetting(tv.fanart)</selected>
  178.                     <visible>Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)</visible>
  179.                 </control>
  180.                
  181.                 <control type="button" id="351"> <!--change colour-->
  182.                     <label>$LOCALIZE[31074]</label>
  183.                     <onclick>ActivateWindow(700)</onclick>
  184.                 </control>
  185.  
  186.             </control>
  187.        
  188.             <control type="image"> <!--scrollbar arrow up-->
  189.                 <left>730</left>
  190.                 <top>315</top>
  191.                 <width>7</width>
  192.                 <height>7</height>
  193.                 <texture colordiffuse="PrimaryM">controls/scrollarrow.png</texture>
  194.                 <visible>Control.IsVisible(61)</visible>
  195.             </control>
  196.  
  197.             <control type="scrollbar" id="61"> <!--scrollbar-->
  198.                 <left>730</left>
  199.                 <top>330</top>
  200.                 <height>420</height>
  201.                 <showonepage>false</showonepage>
  202.             </control>
  203.        
  204.             <control type="image"> <!--scrollbar arrow down-->
  205.                 <left>730</left>
  206.                 <top>758</top>
  207.                 <width>7</width>
  208.                 <height>7</height>
  209.                 <texture colordiffuse="PrimaryM" flipy="true">controls/scrollarrow.png</texture>
  210.                 <visible>Control.IsVisible(61)</visible>
  211.             </control>
  212.            
  213.         </control>
  214.  
  215.     </controls>
  216.  
  217. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement