Skip to content

Commit

Permalink
Update: First push for Gotham compatibility
Browse files Browse the repository at this point in the history
PR starts to incorporate some of the new container-filling features of
Gotham, texture-specific colordiffuse and others.

Fixes rapid scrolling of the hub sections and adds the update / now
playing buttons to the appbar that were removed from the context menu.
  • Loading branch information
Sranshaft committed Apr 11, 2014
1 parent e5f671f commit f26820a
Show file tree
Hide file tree
Showing 21 changed files with 907 additions and 559 deletions.
11 changes: 8 additions & 3 deletions 720p/Custom_Hub_Movies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@

<!--Splash Screen-->
<onload condition="!Skin.HasSetting(NoSplashScreen) + Window.Previous(home)">ActivateWindow(60)</onload>

<onload condition="System.HasAddon(script.randomandlastitems) + Skin.HasSetting(ShowHistorySection_Video)">XBMC.RunScript(script.randomandlastitems,limit=10,method=Last,playlist=special://skin/playlists/History (Movies).xsp,menu=Menu1)</onload>

<onload condition="System.HasAddon(script.extendedinfo) + Skin.HasSetting(ShowInCinemasSection_Video)">RunScript(script.extendedinfo,info=incinema)</onload>
<onload condition="System.HasAddon(script.extendedinfo) + Skin.HasSetting(ShowTrendingSection_Video)">RunScript(script.extendedinfo,info=TrendingMovies)</onload>

Expand Down Expand Up @@ -68,6 +65,7 @@
<posx>45</posx>
<posy>58</posy>
<label>EXPLORE</label>
<textcolor>Label_Normal</textcolor>
<include>Common_Vertical_Label</include>

<include>Common_Animation_Vertical_Label</include>
Expand Down Expand Up @@ -200,6 +198,13 @@
<thumb>hub/hub_recentlyadded_small.png</thumb>
<onclick>ActivateWindow(Videos,RecentlyAddedMovies,return)</onclick>
</item>

<item>
<description>In Progress</description>
<label>In Progress</label>
<thumb>hub/hub_inprogress_small.png</thumb>
<onclick>ActivateWindow(65,return)</onclick>
</item>

<item>
<description>Actors</description>
Expand Down
4 changes: 1 addition & 3 deletions 720p/Custom_Hub_Music.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@

<!--Splash Screen-->
<onload condition="!Skin.HasSetting(NoSplashScreen) + Window.Previous(home)">ActivateWindow(60)</onload>

<onload condition="System.HasAddon(script.randomandlastitems) + Skin.HasSetting(ShowHistorySection_Music)">XBMC.RunScript(script.randomandlastitems,limit=16,type=Music,method=Last,playlist=special://skin/playlists/History (Music).xsp,menu=Menu3)</onload>

<onload condition="System.HasAddon(script.extendedinfo) + Skin.HasSetting(ShowNearbyEventsSection_Music)">RunScript(script.extendedinfo,info=NearEvents)</onload>

<onload>AlarmClock(MoveFeatured,Control.Move(9001,1),00:20,silent,loop)</onload>
Expand Down Expand Up @@ -61,6 +58,7 @@
<posx>45</posx>
<posy>58</posy>
<label>EXPLORE</label>
<textcolor>Label_Normal</textcolor>
<include>Common_Vertical_Label</include>

<include>Common_Animation_Vertical_Label</include>
Expand Down
11 changes: 8 additions & 3 deletions 720p/Custom_Hub_TV.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@

<!--Splash Screen-->
<onload condition="!Skin.HasSetting(NoSplashScreen) + Window.Previous(home)">ActivateWindow(60)</onload>

<onload condition="System.HasAddon(script.randomandlastitems) + Skin.HasSetting(ShowHistorySection_Video)">XBMC.RunScript(script.randomandlastitems,limit=10,method=Last,playlist=special://skin/playlists/History (TV Shows).xsp,menu=Menu2)</onload>
<onload condition="System.HasAddon(script.tv.show.next.aired) + Skin.HasSetting(ShowAiringTodaySection_Video)">XBMC.RunScript(script.tv.show.next.aired,backend=True)</onload>

<onload condition="System.HasAddon(script.extendedinfo) + Skin.HasSetting(ShowTrendingSection_Video)">RunScript(script.extendedinfo,info=TrendingShows)</onload>

<onload>AlarmClock(MoveFeatured,Control.Move(9001,1),00:20,silent,loop)</onload>
Expand Down Expand Up @@ -65,6 +62,7 @@
<posx>45</posx>
<posy>58</posy>
<label>EXPLORE</label>
<textcolor>Label_Normal</textcolor>
<include>Common_Vertical_Label</include>

<include>Common_Animation_Vertical_Label</include>
Expand Down Expand Up @@ -198,6 +196,13 @@
<onclick>ActivateWindow(Videos,RecentlyAddedEpisodes,return)</onclick>
</item>

<item>
<description>In Progress</description>
<label>In Progress</label>
<thumb>hub/hub_inprogress_small.png</thumb>
<onclick>ActivateWindow(64,return)</onclick>
</item>

<item>
<description>Actors</description>
<label>Actors</label>
Expand Down
Loading

0 comments on commit f26820a

Please sign in to comment.