Skip to content

Commit

Permalink
Kids Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardxbmcmods committed Aug 27, 2011
1 parent 354b263 commit ba7fcb1
Show file tree
Hide file tree
Showing 12 changed files with 727 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 720p/DialogVideoInfo.xml
Expand Up @@ -1254,7 +1254,7 @@
<control type = "button" id = "14">
<description>Logo</description>
<include>ButtonInfoDialogsCommonValuesInfo</include>
<onclick>XBMC.RunScript(script.logo-downloader,mode=solo,clearart=True,logo=True,showthumb=landscape.jpg,poster=poster.jpg,banner=banner.jpg,showname=$INFO[ListItem.TVShowTitle])</onclick>
<onclick>XBMC.RunScript(script.logo-downloader,mode=solo,characterart=True,clearart=True,logo=True,showthumb=landscape.jpg,poster=poster.jpg,banner=banner.jpg,showname=$INFO[ListItem.TVShowTitle])</onclick>
<label>Logo</label>
<visible>Container.Content(TVShows)</visible>
</control>
Expand Down
20 changes: 20 additions & 0 deletions 720p/Home.xml
Expand Up @@ -199,6 +199,17 @@
<fadetime>1000</fadetime>
<include>VisibleFadeEffect</include>
</control>
<control type="multiimage" id="682">
<posx>-10</posx>
<posy>-10</posy>
<width>1</width>
<height>1</height>
<imagepath background="true" fallback="special://skin/backgrounds/kids.jpg">$INFO[Skin.String(Home_Custom_Kids_Folder)]</imagepath>
<timeperimage>8000</timeperimage>
<randomize>true</randomize>
<fadetime>1000</fadetime>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
Expand Down Expand Up @@ -931,6 +942,15 @@
<onclick>XBMC.ActivateWindow(1125)</onclick>
<visible>!Skin.HasSetting(RemoveWelcome)</visible>
</item>
<item id="21">
<description>Kids</description>
<label>KIDS</label>
<label2>$INFO[Control.GetLabel(682)]</label2>
<icon>special://skin/backgrounds/kids.jpg</icon>
<thumb>icons/children.png</thumb>
<onclick>ActivateWindow(MyVideoLibrary,special://skin/extras/tvplaylists/GenreChildren.xsp)</onclick>
<onclick>Container.SetViewMode(567)</onclick>
</item>
<!--<item id="11">
<description>Play Disc</description>
<label>$LOCALIZE[341]</label>
Expand Down
11 changes: 10 additions & 1 deletion 720p/MyVideoNav.xml
@@ -1,7 +1,7 @@
<window id="25">
<defaultcontrol always="true">9999</defaultcontrol>
<allowoverlay>no</allowoverlay>
<views>50,54,55,57,58,59,65,66,67,68,500,501,504,505,506,507,508,509,511,532,534,535,536,537,538,539,540,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566</views>
<views>50,54,55,57,58,59,65,66,67,68,500,501,504,505,506,507,508,509,511,532,534,535,536,537,538,539,540,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569</views>
<visible>!Skin.HasSetting(KioskMode)</visible>
<controls>
on-->
Expand Down Expand Up @@ -71,6 +71,7 @@ on-->
<visible>!Control.IsVisible(558)</visible>
<visible>!Control.IsVisible(560)</visible>
<visible>!Control.IsVisible(565)</visible>
<visible>!Control.IsVisible(567)</visible>
</control>
<control type="image">
<posx>0</posx>
Expand All @@ -87,6 +88,7 @@ on-->
<visible>!Control.IsVisible(558)</visible>
<visible>!Control.IsVisible(560)</visible>
<visible>!Control.IsVisible(565)</visible>
<visible>!Control.IsVisible(567)</visible>
</control>
<control type="image">
<posx>0</posx>
Expand All @@ -104,6 +106,7 @@ on-->
<visible>!Control.IsVisible(558)</visible>
<visible>!Control.IsVisible(560)</visible>
<visible>!Control.IsVisible(565)</visible>
<visible>!Control.IsVisible(567)</visible>
</control>
<control type="image">
<posx>0</posx>
Expand Down Expand Up @@ -200,6 +203,12 @@ on-->
<!-- view id = 565-->
<include>Viewtype_Showcase</include>
<!-- view id = 566-->
<include>Character-Slide-Kids</include>
<!-- view id = 567-->
<include>Season-Slide-Kids</include>
<!-- view id = 568-->
<include>Episode-Slide-Kids</include>
<!-- view id = 569-->
<include>MovieGenreView</include>
<!-- view id = 59 -->
</control>
Expand Down

0 comments on commit ba7fcb1

Please sign in to comment.