Hey Guys.
Found a way to activate the hidden "Game Trailers" button an modded it to "Homebrew" Button :-)
Here we go:
first open the "custom1112_GamesHome.xml" file an search for:
<!-- Game Trailers script not working due to website change. DO NOT DELETE CODE!!! - Blackbolt
then replace the following code (it ends with --> ):
<!-- Game Trailers script not working due to website change. DO NOT DELETE CODE!!! - Blackbolt
<control>
<description>Trailers Icon</description>
<type>image</type>
<posx>145</posx>
<posy>362</posy>
<width>30</width>
<height>30</height>
<texture>icon-trailer.png</texture>
<visible>!Control.HasFocus(9) + !Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<include>icon</include>
</control>
<control>
<description>Trailer Icon Slide Left</description>
<type>image</type>
<posx>145</posx>
<posy>362</posy>
<width>30</width>
<height>30</height>
<texture>icon-trailer.png</texture>
<visible>Control.HasFocus(9) + !Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<include>icon-effect</include>
</control>
<control>
<description>Trailers Button Shine</description>
<type>image</type>
<posx>170</posx>
<posy>361</posy>
<width>135</width>
<height>31</height>
<colordiffuse>10FFFFFF</colordiffuse>
<texture>button_shine.gif</texture>
<visible>Control.HasFocus(9) + !Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
<control>
<description>Trailers Push Button</description>
<type>button</type>
<id>9</id>
<posx>112</posx>
<posy>180</posy>
<width>281</width>
<height>270</height>
<onleft>1</onleft>
<onright>2</onright>
<onup>8</onup>
<ondown>10</ondown>
<texturefocus>homebutton-5a.png</texturefocus>
<texturenofocus>-</texturenofocus>
<pulseonselect>no</pulseonselect>
<onclick>XBMC.ActivateWindow(1117)</onclick>
<onclick>XBMC.RunScript(Q:\skin\MC360\extras\gametrailers.py)</onclick>
<visible>!Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
<control>
<description>Trailer Button Shadow</description>
<type>image</type>
<posx>112</posx>
<posy>180</posy>
<width>281</width>
<height>270</height>
<texture>homebutton-5-shadow.png</texture>
<visible>Control.HasFocus(9) + !Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<include>button-shadow</include>
</control>
<control>
<description>Trailers description 1</description>
<type>label</type>
<posx>390</posx>
<posy>205</posy>
<width>256</width>
<height>15</height>
<include>19089</include>
<font>font14</font>
<textcolor>FF000000</textcolor>
<include>shadow-grey</include>
<visible>Control.HasFocus(9)</visible>
<animation effect="fade" delay="100" time="150">WindowOpen</animation>
</control>
<control>
<description>Trailers description 2</description>190831
<type>label</type>
<posx>390</posx>
<posy>230</posy>
<width>256</width>
<height>15</height>
<include>19090</include>
<font>font14</font>
<textcolor>FF000000</textcolor>
<include>shadow-grey</include>
<visible>Control.HasFocus(9)</visible>
<animation effect="fade" delay="100" time="150">WindowOpen</animation>
</control>
<control>
<description>Trailers description 3</description>190831
<type>label</type>
<posx>390</posx>
<posy>255</posy>
<width>256</width>
<height>15</height>
<include>190901</include>
<font>font14</font>
<textcolor>FF000000</textcolor>
<include>shadow-grey</include>
<visible>Control.HasFocus(9)</visible>
<animation effect="fade" delay="100" time="150">WindowOpen</animation>
</control>
<control>
<description>Extra Trailers description 4 (translator use only)</description>190831
<type>label</type>
<posx>390</posx>
<posy>280</posy>
<width>256</width>
<height>15</height>
<include>ExtraGameTrailerDesc</include>
<font>font14</font>
<textcolor>FF000000</textcolor>
<include>shadow-grey</include>
<visible>Control.HasFocus(9)</visible>
<animation effect="fade" delay="100" time="150">WindowOpen</animation>
</control>
<control>
<description>Trailers Label</description>
<type>label</type>
<posx>187</posx>
<posy>362</posy>
<include>19035</include>
<font>font14</font>
<textcolor>FF000000</textcolor>
<include>shadow-grey</include>
<align>left</align>
<visible>!Control.HasFocus(9) + !Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<include>label</include>
</control>
<control>
<description>Trailers Label Slide Left</description>
<type>label</type>
<posx>187</posx>
<posy>362</posy>
<include>19035</include>
<font>font14</font>
<textcolor>FF000000</textcolor>
<include>shadow-grey</include>
<align>left</align>
<visible>Control.HasFocus(9) + !Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<include>label-effect</include>
</control>
<control>
<description>Button Seperator</description>
<type>image</type>
<posx>135</posx>
<posy>394</posy>
<width>235</width>
<height>1</height>
<texture>divider.png</texture>
<visible>!Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control> -->
with this one:
<!-- popy MOD - Homebrew -->
<control>
<description>Homebrew Icon</description>
<type>image</type>
<posx>145</posx>
<posy>362</posy>
<width>30</width>
<height>30</height>
<texture>icon-games.png</texture>
<visible>!Control.HasFocus(9) + !Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<include>icon</include>
</control>
<control>
<description>Homebrew Icon Slide Left</description>
<type>image</type>
<posx>145</posx>
<posy>362</posy>
<width>30</width>
<height>30</height>
<texture>icon-games.png</texture>
<visible>Control.HasFocus(9) + !Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<include>icon-effect</include>
</control>
<control>
<description>Homebrew Button Shine</description>
<type>image</type>
<posx>170</posx>
<posy>361</posy>
<width>135</width>
<height>31</height>
<colordiffuse>10FFFFFF</colordiffuse>
<texture>button_shine.gif</texture>
<visible>Control.HasFocus(9) + !Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
<control>
<description>Homebrew Push Button</description>
<type>button</type>
<id>9</id>
<posx>112</posx>
<posy>180</posy>
<width>281</width>
<height>270</height>
<onleft>1</onleft>
<onright>2</onright>
<onup>8</onup>
<ondown>10</ondown>
<texturefocus>homebutton-5a.png</texturefocus>
<texturenofocus>-</texturenofocus>
<pulseonselect>no</pulseonselect>
<onclick>XBMC.ActivateWindow(1,Homebrew)</onclick>
<visible>!Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
<control>
<description>Homebrew Button Shadow</description>
<type>image</type>
<posx>112</posx>
<posy>180</posy>
<width>281</width>
<height>270</height>
<texture>homebutton-5-shadow.png</texture>
<visible>Control.HasFocus(9) + !Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<include>button-shadow</include>
</control>
<control>
<description>Homebrew description 1</description>
<type>label</type>
<posx>390</posx>
<posy>205</posy>
<width>256</width>
<height>15</height>
<include>19089</include>
<font>font14</font>
<textcolor>FF000000</textcolor>
<include>shadow-grey</include>
<visible>Control.HasFocus(9)</visible>
<animation effect="fade" delay="100" time="150">WindowOpen</animation>
</control>
<control>
<description>Homebrew description 2</description>190831
<type>label</type>
<posx>390</posx>
<posy>230</posy>
<width>256</width>
<height>15</height>
<include>19090</include>
<font>font14</font>
<textcolor>FF000000</textcolor>
<include>shadow-grey</include>
<visible>Control.HasFocus(9)</visible>
<animation effect="fade" delay="100" time="150">WindowOpen</animation>
</control>
<control>
<description>Homebrew description 3</description>190831
<type>label</type>
<posx>390</posx>
<posy>255</posy>
<width>256</width>
<height>15</height>
<include>190901</include>
<font>font14</font>
<textcolor>FF000000</textcolor>
<include>shadow-grey</include>
<visible>Control.HasFocus(9)</visible>
<animation effect="fade" delay="100" time="150">WindowOpen</animation>
</control>
<control>
<description>Homebrew Label</description>
<type>label</type>
<posx>187</posx>
<posy>362</posy>
<include>19035</include>
<font>font14</font>
<textcolor>FF000000</textcolor>
<include>shadow-grey</include>
<align>left</align>
<visible>!Control.HasFocus(9) + !Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<include>label</include>
</control>
<control>
<description>Homebrew Label Slide Left</description>
<type>label</type>
<posx>187</posx>
<posy>362</posy>
<include>19035</include>
<font>font14</font>
<textcolor>FF000000</textcolor>
<include>shadow-grey</include>
<align>left</align>
<visible>Control.HasFocus(9) + !Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<include>label-effect</include>
</control>
<control>
<description>Button Seperator</description>
<type>image</type>
<posx>135</posx>
<posy>394</posy>
<width>235</width>
<height>1</height>
<texture>divider.png</texture>
<visible>!Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
<!-- pOpY MOD - Homebrew button -->
Labeling change in the "includes.xml" :
Search for: <include name="19035"><label>Game Trailers</label></include>
replace it with: <include name="19035"><label>Homebrew</label></include>
mod the Description in the "includes.xml"
search for:
<include name="19089"><label>Watch Trailers for up</label></include>
<include name="19090"><label>and coming games on</label></include>
<include name="190901"><label>all platforms.</label></include>
<include name="ExtraGameTrailerDesc"><label>-</label></include>
and replace it with something like that (thats GERMAN):
<include name="19089"><label>Verschiedene kleine</label></include>
<include name="19090"><label>selbstgemachte Spiele &</label></include>
<include name="190901"><label>Programme.</label></include>
<include name="ExtraGameTrailerDesc"><label>-</label></include>
Replace the original files with the modded files and reboot.
Have Fun
pOpY
