aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/1080i/MyVideoNav.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estuary/1080i/MyVideoNav.xml')
-rw-r--r--addons/skin.estuary/1080i/MyVideoNav.xml264
1 files changed, 0 insertions, 264 deletions
diff --git a/addons/skin.estuary/1080i/MyVideoNav.xml b/addons/skin.estuary/1080i/MyVideoNav.xml
deleted file mode 100644
index b691503a13..0000000000
--- a/addons/skin.estuary/1080i/MyVideoNav.xml
+++ /dev/null
@@ -1,264 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<window>
- <defaultcontrol always="true">50</defaultcontrol>
- <backgroundcolor>background</backgroundcolor>
- <views>50,51,52,53,54,55,500,501,502</views>
- <menucontrol>9000</menucontrol>
- <controls>
- <include>DefaultBackground</include>
- <control type="group">
- <animation effect="fade" start="100" end="0" time="200" tween="sine" condition="$EXP[infodialog_active]">Conditional</animation>
- <include>CommonScrollbars</include>
- <include>View_50_List</include>
- <include>View_51_Poster</include>
- <include>View_52_IconWall</include>
- <include>View_53_Shift</include>
- <include>View_54_InfoWall</include>
- <include>View_55_WideList</include>
- <include>View_500_SmallThumb</include>
- <include>View_501_Banner</include>
- <include>View_502_FanArt</include>
- <control type="group">
- <animation effect="fade" start="0" end="100" time="300" delay="300">WindowOpen</animation>
- <animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
- <include>MediaFlags</include>
- </control>
- <control type="group">
- <include>OpenClose_Left</include>
- <visible>Control.IsVisible(55)</visible>
- <visible>Container.Content(artists) | Container.Content(albums) | Container.Content(addons) | Container.Content(files) | Container.Content(mixed) | Container.Content(musicvideos) | Container.Content(videos) | Container.Content()</visible>
- <include>Visible_Left</include>
- <include>ListThumbInfoPanel</include>
- </control>
- <control type="group">
- <include>OpenClose_Right</include>
- <visible>[Control.IsVisible(50) | Control.Isvisible(54)]</visible>
- <visible>!ListItem.IsParentFolder</visible>
- <include>Visible_Right</include>
- <visible>Container.Content(sets) | Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes) | Container.Content(musicvideos)</visible>
- <control type="image">
- <right>90</right>
- <top>162</top>
- <width>509</width>
- <height>746</height>
- <texture border="22">dialogs/dialog-bg.png</texture>
- </control>
- <control type="label">
- <right>130</right>
- <top>194</top>
- <width>429</width>
- <height>338</height>
- <font>font13_title</font>
- <label>$INFO[ListItem.Label]</label>
- <visible>ListItem.IsCollection</visible>
- </control>
- <control type="textbox">
- <right>130</right>
- <top>194</top>
- <width>429</width>
- <height>398</height>
- <font>font12</font>
- <visible>!ListItem.IsCollection</visible>
- <label>$INFO[ListItem.Tagline,[B],[/B][CR]]$INFO[ListItem.Plot]</label>
- <autoscroll delay="10000" time="3000" repeat="10000">Skin.HasSetting(autoscroll)</autoscroll>
- </control>
- <control type="textbox">
- <right>130</right>
- <top>360</top>
- <width>429</width>
- <height>413</height>
- <align>center</align>
- <font>font24_title</font>
- <label>$LOCALIZE[19055]</label>
- <visible>String.IsEmpty(Listitem.Plot) + String.IsEmpty(Listitem.Tagline) + !ListItem.IsCollection + !ListItem.IsParentFolder</visible>
- </control>
- <control type="group">
- <left>1350</left>
- <top>244</top>
- <visible>ListItem.IsCollection</visible>
- <include content="InfoList">
- <param name="height" value="322" />
- <param name="width" value="429" />
- <param name="sortby" value="year" />
- <param name="sortorder" value="descending" />
- <param name="font" value="font12" />
- </include>
- </control>
- <control type="image">
- <right>113</right>
- <top>614</top>
- <width>463</width>
- <height>270</height>
- <aspectratio aligny="top">scale</aspectratio>
- <fadetime>300</fadetime>
- <texture background="true" fallback="colors/black.png">$VAR[ListInfoBoxImageVar]</texture>
- </control>
- <control type="group">
- <visible>!ListItem.IsCollection</visible>
- <control type="image">
- <right>113</right>
- <top>838</top>
- <width>463</width>
- <height>46</height>
- <texture colordiffuse="B0FFFFFF">colors/black.png</texture>
- </control>
- <control type="grouplist">
- <top>845</top>
- <right>150</right>
- <orientation>horizontal</orientation>
- <width>360</width>
- <align>center</align>
- <include content="InfoFlag">
- <param name="visible" value="!String.IsEmpty(ListItem.duration)" />
- <param name="icon" value="frame/clock.png" />
- <param name="label" value="$INFO[ListItem.Duration,, $LOCALIZE[31132]]" />
- </include>
- <include content="InfoFlag">
- <param name="visible" value="!String.IsEmpty(ListItem.Property(TotalEpisodes))" />
- <param name="icon" value="lists/played-total.png" />
- <param name="label" value="$INFO[ListItem.Property(WatchedEpisodes)]$INFO[ListItem.Property(TotalEpisodes), / ,]" />
- </include>
- <include content="InfoFlag">
- <param name="visible" value="!String.IsEmpty(ListItem.Year) + String.IsEmpty(ListItem.Premiered)" />
- <param name="icon" value="lists/year.png" />
- <param name="label" value="$INFO[ListItem.Year]" />
- </include>
- <include content="InfoFlag">
- <param name="visible" value="!String.IsEmpty(ListItem.Premiered) + String.IsEmpty(ListItem.Property(TotalEpisodes))" />
- <param name="icon" value="lists/year.png" />
- <param name="label" value="$INFO[ListItem.Premiered]" />
- </include>
- </control>
- </control>
- </control>
- <control type="group">
- <top>180</top>
- <left>106</left>
- <visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes) | Container.Content(sets) | Container.Content(actors) | Container.Content(directors)</visible>
- <visible>Control.IsVisible(50) | Control.IsVisible(51) | Control.IsVisible(55)</visible>
- <include>OpenClose_Left</include>
- <include>Visible_Left</include>
- <control type="image">
- <top>-16</top>
- <left>-16</left>
- <width>506</width>
- <height>741</height>
- <texture>colors/black.png</texture>
- <bordertexture border="20">overlays/shadow.png</bordertexture>
- <bordersize>20</bordersize>
- </control>
- <control type="image">
- <left>4</left>
- <top>4</top>
- <width>466</width>
- <height>701</height>
- <fadetime>200</fadetime>
- <aspectratio>scale</aspectratio>
- <texture fallback="DefaultVideo.png" background="true">$VAR[PosterVar]</texture>
- </control>
- <control type="image">
- <left>1</left>
- <top>1</top>
- <width>472</width>
- <height>706</height>
- <texture background="true" border="8" colordiffuse="button_focus">buttons/thumbnail_focused.png</texture>
- <animation effect="fade" time="200">VisibleChange</animation>
- <visible>Control.HasFocus(51)</visible>
- </control>
- <control type="group">
- <left>415</left>
- <top>10</top>
- <include content="UserRatingCircle">
- <param name="animation" value="True" />
- </include>
- <visible>Control.IsVisible(51) | Control.IsVisible(50) | Control.IsVisible(55)</visible>
- <animation effect="fade" start="0" end="100" time="200" delay="200">Visible</animation>
- <animation effect="fade" start="100" end="0" time="200">Hidden</animation>
- </control>
- </control>
- <include>MediaMenuMouseOverlay</include>
- <control type="group">
- <include>MediaMenuCommon</include>
- <control type="grouplist" id="9000">
- <top>90</top>
- <include>MediaMenuListCommon</include>
- <control type="button" id="10">
- <description>Watched Toggle</description>
- <include>MediaMenuItemsCommon</include>
- <label>$LOCALIZE[20367]</label>
- <label2>[B]$INFO[Container.NumItems][/B]</label2>
- <visible>Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.content(seasons) | Container.Content(episodes)</visible>
- </control>
- <control type="label" id="203">
- <include>MediaMenuLabelCommon</include>
- <label>$LOCALIZE[31020]</label>
- </control>
- <control type="radiobutton" id="16">
- <description>PartyMode</description>
- <label>$LOCALIZE[589]</label>
- <include>MediaMenuItemsCommon</include>
- <visible>Container.Content(MusicVideos)</visible>
- </control>
- <control type="radiobutton" id="11">
- <description>Unlock Shares</description>
- <include>MediaMenuItemsCommon</include>
- <label>$LOCALIZE[20336]</label>
- <onclick>mastermode</onclick>
- <selected>system.ismaster</selected>
- <visible>system.haslocks</visible>
- </control>
- <control type="togglebutton" id="619">
- <description>Update library</description>
- <include>MediaMenuItemsCommon</include>
- <label>$LOCALIZE[653]</label>
- <onclick>UpdateLibrary(video)</onclick>
- <visible>!Container.Content(addons)+ String.IsEmpty(Container.PluginName)</visible>
- <altlabel>$LOCALIZE[13353]</altlabel>
- <usealttexture>library.isscanningvideo</usealttexture>
- </control>
- <control type="button" id="612">
- <description>Go to playlist</description>
- <include>MediaMenuItemsCommon</include>
- <label>$LOCALIZE[31056]</label>
- <onclick>ActivateWindow(videoplaylist)</onclick>
- <visible>IntegerGreaterThan(Playlist.Length(video),0)</visible>
- </control>
- <control type="button" id="621">
- <description>Get more</description>
- <include>MediaMenuItemsCommon</include>
- <label>$LOCALIZE[21452]</label>
- <onclick>ActivateWindow(addonbrowser,addons://more/video/,return)</onclick>
- <visible>Container.Content(addons)</visible>
- </control>
- <control type="button" id="622">
- <include>MediaMenuItemsCommon</include>
- <label>$LOCALIZE[31117]</label>
- <onclick condition="System.HasAddon(plugin.library.node.editor)">ActivateWindow(programs,plugin://plugin.library.node.editor/?ltype=video,return)</onclick>
- <onclick condition="!System.HasAddon(plugin.library.node.editor)">InstallAddon(plugin.library.node.editor)</onclick>
- <visible>Container.Content() + String.IsEmpty(Container.PluginName)</visible>
- </control>
- <control type="button" id="623">
- <include>MediaMenuItemsCommon</include>
- <label>$LOCALIZE[31009]</label>
- <onclick>InstallAddon(resource.images.studios.white)</onclick>
- <visible>Container.Content(studios) + !System.HasAddon(resource.images.studios.white)</visible>
- </control>
- <control type="button" id="624">
- <include>MediaMenuItemsCommon</include>
- <label>$LOCALIZE[10140]</label>
- <onclick>Addon.OpenSettings($INFO[Container.PluginName])</onclick>
- <visible>!String.IsEmpty(Container.PluginName)</visible>
- </control>
- <include>MediaMenuNowPlaying</include>
- </control>
- </control>
- <include content="TopBar">
- <param name="breadcrumbs_label" value="$VAR[BreadcrumbsVideoVar]" />
- <param name="breadcrumbs_icon" value="icons/settings/video.png" />
- </include>
- <include content="BottomBar">
- <param name="info_visible" value="true" />
- </include>
- </control>
- </controls>
-</window>