Skip to content

Commit

Permalink
Improve graphics and remove unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pecinko committed Feb 20, 2015
1 parent fd2f0e7 commit 1cb5635
Show file tree
Hide file tree
Showing 27 changed files with 2,363 additions and 1,347 deletions.
17 changes: 10 additions & 7 deletions 1080i/CommonViews.xml
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,10 @@
<posy>404</posy>
<width>819</width>
<height>84</height>
<!--<texture border="4">img/SettingsButtonFO.png</texture>-->
<texture border="9">img/MediaButton2.png</texture>
<texture border="36">focus/FrameFO.png</texture>
<bordersize>-27</bordersize>
<!--<texture border="4">img/SettingsButtonFO.png</texture>-->
<!--<texture border="9">img/MediaButton2.png</texture>-->
<aspectratio>stretch</aspectratio>
</control>
</include>
Expand All @@ -387,9 +389,10 @@
<posy>330</posy>
<width>807</width>
<height>117</height>
<!--<texture border="36">focus/FrameFO.png</texture>-->
<!--<texture border="4">img/SettingsButtonFO.png</texture>-->
<texture border="9">img/MediaButton2.png</texture>
<texture border="36">focus/FrameFO.png</texture>
<bordersize>-27</bordersize>
<!--<texture border="4">img/SettingsButtonFO.png</texture>-->
<!--<texture border="9">img/MediaButton2.png</texture>-->
<aspectratio>stretch</aspectratio>
</control>
</include>
Expand Down Expand Up @@ -483,10 +486,10 @@
<include name="Watched_Marks51">
<control type="image">
<visible>Container.Content(TVShows) | Container.Content(Seasons) | Container.Content(Movies) | Container.Content(episodes)</visible>
<posx>15</posx>
<posx>6</posx>
<posy>0</posy>
<height>111</height>
<width>18</width>
<width>27</width>
<texture>$VAR[Overlay]</texture>
<aspectratio>keep</aspectratio>
</control>
Expand Down
4 changes: 2 additions & 2 deletions 1080i/DialogBusy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
<loop>yes</loop>
</control>
<control type="label" description="Loading">
<top>1020</top>
<top>1023</top>
<left>150</left>
<width>890</width>
<height>50</height>
<textcolor>HL</textcolor>
<label>20186</label>
<label>[B]$LOCALIZE[20186][/B]</label>
</control>
</control>
</controls>
Expand Down
23 changes: 14 additions & 9 deletions 1080i/Includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,23 @@
<include file="Includes_Variables.xml" />
<include file="defaults.xml" />
<include file="CommonViews.xml" />
<include file="View_Videos.xml" />
<include file="View_Banners.xml" />
<include file="View_50.xml" />
<include file="View_51.xml" />
<include file="View_52.xml" />
<include file="View_53.xml" />
<include file="View_54.xml" />
<include file="View_55.xml" />
<include file="View_56.xml" />
<include file="View_58.xml" />
<include file="View_500.xml" />
<include file="View_501.xml" />
<include file="View_502.xml" />
<include file="View_510.xml" />
<include file="View_LiveTV.xml" />
<include file="View_PVR.xml" />
<include file="Includes_Home.xml" />
<include file="Includes_Shelf.xml" />
<include file="Includes_Shelf_Items.xml" />
<include file="Includes_WP10DayForecast.xml" />
<include file="Includes_WP36HourForecast.xml" />
<include file="Includes_WPWeekendForecast.xml" />
<include file="Includes_WPHourlyForecast.xml" />
<include file="Includes_WPMapsVideo.xml" />
<include name="FullBackground">
<control type="image" description="Fanart">
<visible>Window.IsActive(MyPics.xml) + !Container.Content(addons)</visible>
Expand Down Expand Up @@ -53,8 +58,8 @@
<width>100%</width>
<height>100%</height>
<aspectratio>stretch</aspectratio>
<texture>img/BaseBGD.png</texture>
<colordiffuse>Overlay</colordiffuse>
<texture>img/BGOverlay.png</texture>
<colordiffuse>Overlay</colordiffuse>
</control>
<control type="image">
<visible>Control.IsVisible(56)</visible>
Expand Down
4 changes: 2 additions & 2 deletions 1080i/Includes_Shelf_Items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
</include>
<include name="TV_RA_Items">
<!--<content target="video">videodb://recentlyaddedepisodes/</content>-->
<content target="video">special://skin/playlists/episodes.xsp</content>
<!--<content target="video">plugin://service.quartz.tvshelf/?reload=$INFO[Window.Property(recentepisodes)</content>-->
<!--<content target="video">special://skin/playlists/episodes.xsp</content>-->
<content target="video">plugin://service.quartz.tvshelf/?reload=$INFO[Window.Property(recentepisodes)</content>

This comment has been minimized.

Copy link
@queeup

queeup Feb 20, 2015

Error parsing label - missing ']' in "plugin://service.quartz.tvshelf/?reload=$INFO[Window.Property(recentepisodes)"

add ']' after (recentepisodes)

It's brake service.quartz.tvshelf add-on :)

</include>
<include name="TV_Custom_Items">
<content>
Expand Down
222 changes: 0 additions & 222 deletions 1080i/Includes_WP10DayForecast.xml

This file was deleted.

Loading

0 comments on commit 1cb5635

Please sign in to comment.