theoldone Posted February 22, 2010 Share Posted February 22, 2010 Here is how I set up my cab... - Boots directly to XBMC with a modified skin- Plays random music on startup - I use a slighty modified CoinOps skin with larger fonts and a brighter font color I wonder how you guys set up your cabs. Please show, I can use some ideas... Here is a video of mine... somehow I could not embed it here... so just a link... http://img69.imageshack.us/flvplayer.swf?f...e&noclick=1 direct download: http://img69.imageshack.us/img69/8584/title1.mp4 Link to comment Share on other sites More sharing options...
Garcimak Posted February 22, 2010 Share Posted February 22, 2010 oh boy ! what a neat xbmc tweak you have, nice work, i would like to pimp down mine to only have 'square' icons showing like yours. My cab is far from complete and PMIII doesn't fit well... too little time, i guess i'll finish it during holidays. Link to comment Share on other sites More sharing options...
bulge2 Posted February 22, 2010 Share Posted February 22, 2010 hey - liking that a lot what skin is it - are you making it available? Link to comment Share on other sites More sharing options...
Contradict Posted February 25, 2010 Share Posted February 25, 2010 if i'm not mistaken that's the apple tv skin modded. I like it alot...it's just what i've been wanting to do....bit its the icons i love the most.... Any chance you could make that skin available....with the icons....i don't care if they're a bit jaggy....theyre very nice...lool Link to comment Share on other sites More sharing options...
GayLorDiuS Posted March 1, 2010 Share Posted March 1, 2010 amazing... would you release your skin with the icons and so on? it looks so professional. i can't believe it Link to comment Share on other sites More sharing options...
ace9094 Posted March 2, 2010 Share Posted March 2, 2010 NIce job my friend... very well done.. I hope you will post it for general use it looks awesome. Link to comment Share on other sites More sharing options...
theoldone Posted March 3, 2010 Author Share Posted March 3, 2010 Ok guys. I will post my little XBMC skin mod as soon as I have some time. It is just a small modification to the Ellipsis skin of Team Blackbolt. I can give my icons to someone who is willing to upload them somewhere to share with you guys... PM me about it... I have no idea about RS or MU uploads, sorry.. Link to comment Share on other sites More sharing options...
LeatherHead Posted March 7, 2010 Share Posted March 7, 2010 (edited) Are you going to post the skin here or do we have pm you ? Thanks Edited March 7, 2010 by LeatherHead Link to comment Share on other sites More sharing options...
theoldone Posted March 7, 2010 Author Share Posted March 7, 2010 How to make your own XBMC skin mod. Pretty much the same as my vertical setup on the other thread. So just a little cut and paste here.... I THINK ALL THIS IS ONLY USEFUL FOR CAB OWNERS (Because of the large icon thumbs and the messed up skin) Here is how did the XBMC skin mod... just follow me... I assume you have some XBMC knowledge... - add <thumbsize>500</thumbsize> to Advancedsettings.xml(this will increase the quality of the shown icons) - delete the existing thumbnails in "userdata/thumbnails/programs"(this will force a rebuild of the 500x500 thumbnails) - install the "Ellipsis Beta 1.1" skin from Team Blackbolt - in the Ellipsis skin folder search and replace "MyPrograms.xml" and "IncludeTileView.xml"with the ones from this post.(this will remove any unwanted stuff from the TileView within the skin) - Setup XBMC to startup in "my programs" window - set the view mode to "TileView" - search and remove the "splash.png" file from XBMC folder(this will remove the XBMC startup splashscreen) - with the "screen calibration" option within XBMC you can tweak the screen size / zoom to your needs - use large square icons for quality (500x500 pixel) <includes> <include name="Tile_View"> <control type="panel" id="57"> <posx>0</posx> <posy>0</posy> <width>1280</width> <height>720</height> <onup>9000</onup> <ondown>ActivateWindow(1201)</ondown> <viewtype label="Tile">list</viewtype> <focusposition>2</focusposition> <orientation>horizontal</orientation> <scrolltime>250</scrolltime> <itemlayout height="400" width="256"> <control type="label"> <posx>0</posx> <posy>0</posy> <width>256</width> <height>400</height> <font>Default</font> <align>center</align> <info>ListItem.label</info> <visible>false</visible> </control> </itemlayout> <focusedlayout height="400" width="256"> <control type="label"> <posx>0</posx> <posy>0</posy> <width>256</width> <height>400</height> <font>Default</font> <align>center</align> <info>ListItem.label</info> <visible>false</visible> </control> </focusedlayout> </control> <control type="group"> <posx>640</posx> <posy>232</posy> <visible>Control.IsVisible(57)</visible> <!-- Tile View Icons - Counter Clockwise Mothion --> <control type="group" id="5701"> <visible>Container(57).OnPrevious</visible> <animation effect="slide" end="0,0" time="250" reversible="false">Hidden</animation> <!-- Show Far Left Icon On Move Previous --> <control type="group"> <visible>Container(57).OnPrevious</visible> <visible>!IsEmpty(Container(57).ListItemNoWrap(-2).Label)</visible> <animation type="Hidden" reversible="false"> <effect type="fade" start="0" end="100" time="250" /> <effect type="slide" start="0,0" end="165,0" time="250" /> </animation> <animation effect="fade" start="0" end="0" time="0" reversible="false">Visible</animation> <posx>-761</posx> <posy>55</posy> <width>128</width> <height>256</height> <control type="image"> <posx>0</posx> <posy>0</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png">DefaultVideo.png</texture> <info>Container(57).ListItem(-2).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(-2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>0</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png">DefaultVideo.png</texture> <info>Container(57).ListItem(-2).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(-2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>108</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(-2).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(-2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>108</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(-2).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(-2).Thumb)</visible> </control> </control> <!-- Move Icon 1 To Icon 2 Position On Move Previous --> <control type="group"> <visible>Container(57).OnPrevious</visible> <visible>!IsEmpty(Container(57).ListItemNoWrap(-1).Label)</visible> <animation effect="zoom" start="-596,55,128,256" end="-462,50,160,320" time="250" reversible="false">Hidden</animation> <posx>-596</posx> <posy>55</posy> <width>128</width> <height>256</height> <control type="image"> <posx>0</posx> <posy>0</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(-1).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(-1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>0</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(-1).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(-1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>108</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(-1).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(-1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>108</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(-1).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(-1).Thumb)</visible> </control> </control> <!-- Move Icon 2 To Icon 3 Position On Move Next --> <control type="group"> <visible>Container(57).OnPrevious</visible> <animation effect="zoom" start="-462,50,160,320" end="-200,-90,450,880" time="250" reversible="false">Hidden</animation> <posx>-462</posx> <posy>50</posy> <width>160</width> <height>320</height> <control type="image"> <posx>0</posx> <posy>0</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(0).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(0).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>0</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(0).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(0).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>140</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(0).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(0).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>140</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(0).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(0).Thumb)</visible> </control> </control> <!-- Move Icon 3 To Icon 4 Position On Move Previous --> <control type="group"> <visible>Container(57).OnPrevious</visible> <visible>!IsEmpty(Container(57).ListItemNoWrap(1).Label)</visible> <animation effect="zoom" start="-200,-70,450,900" end="312,50,160,320" time="250" reversible="false">Hidden</animation> <posx>-200</posx> <posy>-50</posy> <width>450</width> <height>900</height> <control type="image"> <posx>0</posx> <posy>0</posy> <width>450</width> <height>350</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(1).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>0</posy> <width>450</width> <height>350</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(1).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>236</posy> <width>450</width> <height>350</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(1).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>236</posy> <width>450</width> <height>350</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(1).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(1).Thumb)</visible> </control> </control> <!-- Move Icon 4 To Icon 5 Position On Move Previous --> <control type="group"> <visible>Container(57).OnPrevious</visible> <visible>!IsEmpty(Container(57).ListItemNoWrap(2).Label)</visible> <animation effect="zoom" start="312,50,160,320" end="468,55,128,256" time="250" reversible="false">Hidden</animation> <posx>312</posx> <posy>50</posy> <width>160</width> <height>320</height> <control type="image"> <posx>0</posx> <posy>0</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(2).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>0</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(2).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>140</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(2).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>140</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(2).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(2).Thumb)</visible> </control> </control> <!-- Hide Far Right Icon On Move Previous --> <control type="group"> <visible>Container(57).OnPrevious</visible> <visible>!IsEmpty(Container(57).ListItemNoWrap(3).Label)</visible> <animation type="Hidden" reversible="false"> <effect type="fade" start="100" end="0" time="250" /> <effect type="slide" start="0,0" end="165,0" time="250" /> </animation> <posx>468</posx> <posy>55</posy> <width>128</width> <height>256</height> <control type="image"> <posx>0</posx> <posy>0</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(3).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(3).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>0</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(3).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(3).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>108</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(3).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(3).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>108</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(3).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(3).Thumb)</visible> </control> </control> </control> <!-- Tile View Icons - Clockwise Mothion --> <control type="group" id="5702"> <visible>Container(57).OnNext</visible> <animation effect="slide" end="0,0" time="250" reversible="false">Hidden</animation> <!-- Hide Far Left Icon On Move Next --> <control type="group"> <visible>Container(57).OnNext</visible> <visible>!IsEmpty(Container(57).ListItemNoWrap(-3).Label)</visible> <animation type="Hidden" reversible="false"> <effect type="fade" start="100" end="0" time="250" /> <effect type="slide" start="0,0" end="-165,0" time="250" /> </animation> <posx>-596</posx> <posy>55</posy> <width>128</width> <height>256</height> <control type="image"> <posx>0</posx> <posy>0</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(-3).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(-3).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>0</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(-3).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(-3).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>108</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(-3).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(-3).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>108</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(-3).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(-3).Thumb)</visible> </control> </control> <!-- Move Icon 2 To Icon 1 Position On Move Next --> <control type="group"> <visible>Container(57).OnNext</visible> <visible>!IsEmpty(Container(57).ListItemNoWrap(-2).Label)</visible> <animation effect="zoom" start="-462,50,160,320" end="-596,55,128,256" time="250" reversible="false">Hidden</animation> <posx>-462</posx> <posy>50</posy> <width>160</width> <height>320</height> <control type="image"> <posx>0</posx> <posy>0</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(-2).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(-2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>0</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(-2).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(-2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>140</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(-2).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(-2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>140</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(-2).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(-2).Thumb)</visible> </control> </control>IncludeTileView.xml (part1) <!-- Move Icon 3 To Icon 2 Position On Move Next --> <control type="group"> <visible>Container(57).OnNext</visible> <visible>!IsEmpty(Container(57).ListItemNoWrap(-1).Label)</visible> <animation effect="zoom" start="-200,-80,450,880" end="-462,50,160,320" time="250" reversible="false">Hidden</animation> <posx>-200</posx> <posy>-50</posy> <width>450</width> <height>880</height> <control type="image"> <posx>0</posx> <posy>0</posy> <width>450</width> <height>350</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(-1).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(-1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>0</posy> <width>450</width> <height>350</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(-1).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(-1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>236</posy> <width>450</width> <height>350</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(-1).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(-1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>236</posy> <width>450</width> <height>350</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(-1).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(-1).Thumb)</visible> </control> </control> <!-- Move Icon 4 To Icon 3 Position On Move Next --> <control type="group"> <visible>Container(57).OnNext</visible> <animation effect="zoom" start="312,50,160,320" end="-200,-90,450,880" time="250" reversible="false">Hidden</animation> <posx>312</posx> <posy>50</posy> <width>160</width> <height>320</height> <control type="image"> <posx>0</posx> <posy>0</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(0).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(0).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>0</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(0).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(0).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>140</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(0).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(0).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>140</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(0).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(0).Thumb)</visible> </control> </control> <!-- Move Icon 5 To Icon 4 Position On Move Next --> <control type="group"> <visible>Container(57).OnNext</visible> <visible>!IsEmpty(Container(57).ListItemNoWrap(1).Label)</visible> <animation effect="zoom" start="468,55,128,256" end="312,50,160,320" time="250" reversible="false">Hidden</animation> <posx>468</posx> <posy>55</posy> <width>128</width> <height>256</height> <control type="image"> <posx>0</posx> <posy>0</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(1).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>0</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(1).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>108</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(1).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>108</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(1).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(1).Thumb)</visible> </control> </control> <!-- Show Far Right Icon On Move Next --> <control type="group"> <visible>Container(57).OnNext</visible> <visible>!IsEmpty(Container(57).ListItemNoWrap(2).Label)</visible> <animation type="Hidden" reversible="false"> <effect type="fade" start="0" end="100" time="250" /> <effect type="slide" start="165,0" end="0,0" time="250" /> </animation> <animation effect="fade" start="0" end="0" time="0" reversible="false">Visible</animation> <posx>468</posx> <posy>55</posy> <width>128</width> <height>256</height> <control type="image"> <posx>0</posx> <posy>0</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(2).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>0</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(2).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>108</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(2).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>108</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(2).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(2).Thumb)</visible> </control> </control> </control> <!-- Tile View Static Icons --> <control type="group" id="5700"> <visible>!Control.IsVisible(5701) + !Control.IsVisible(5702)</visible> <animation effect="fade" time="600">WindowOpen</animation> <animation effect="fade" time="600">WindowClose</animation> <!-- Icon 1 --> <control type="group"> <posx>-596</posx> <posy>55</posy> <width>128</width> <height>256</height> <visible>!IsEmpty(Container(57).ListItemNoWrap(-2).Label)</visible> <control type="image"> <posx>0</posx> <posy>0</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(-2).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(-2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>0</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(-2).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(-2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>108</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(-2).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(-2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>108</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(-2).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(-2).Thumb)</visible> </control> </control> <!-- Icon 2 --> <control type="group"> <posx>-462</posx> <posy>50</posy> <width>160</width> <height>320</height> <visible>!IsEmpty(Container(57).ListItemNoWrap(-1).Label)</visible> <control type="image"> <posx>0</posx> <posy>0</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(-1).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(-1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>0</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(-1).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(-1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>140</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(-1).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(-1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>140</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(-1).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(-1).Thumb)</visible> </control> </control> <!-- Icon 3 --> <control type="group"> <posx>-250</posx> <posy>-100</posy> <width>550</width> <height>450</height> <control type="image"> <posx>0</posx> <posy>0</posy> <width>550</width> <height>450</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <!-- texture diffuse="iconview-diffuse.png" /--> <info>Container(57).ListItem(0).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(0).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>0</posy> <width>550</width> <height>450</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <!-- texture diffuse="iconview-diffuse.png" /--> <info>Container(57).ListItem(0).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(0).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>380</posy> <width>550</width> <height>450</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(0).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(0).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>380</posy> <width>550</width> <height>450</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(0).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(0).Thumb)</visible> </control> </control> <!-- Icon 4 --> <control type="group"> <posx>312</posx> <posy>50</posy> <width>160</width> <height>320</height> <visible>!IsEmpty(Container(57).ListItemNoWrap(1).Label)</visible> <control type="image"> <posx>0</posx> <posy>0</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(1).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>0</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(1).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>140</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(1).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(1).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>140</posy> <width>160</width> <height>160</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(1).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(1).Thumb)</visible> </control> </control> <!-- Icon 5 --> <control type="group"> <posx>468</posx> <posy>55</posy> <width>128</width> <height>256</height> <visible>!IsEmpty(Container(57).ListItemNoWrap(2).Label)</visible> <control type="image"> <posx>0</posx> <posy>0</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(2).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>0</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture diffuse="iconview-diffuse.png" /> <info>Container(57).ListItem(2).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>108</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(2).ActualIcon</info> <visible>IsEmpty(Container(57).ListItem(2).Thumb)</visible> </control> <control type="image"> <posx>0</posx> <posy>108</posy> <width>128</width> <height>128</height> <aspectratio align="center" scalediffuse="false">keep</aspectratio> <texture flipy="true" diffuse="iconview-reflect-diffuse.png" /> <info>Container(57).ListItem(2).Thumb</info> <visible>!IsEmpty(Container(57).ListItem(2).Thumb)</visible> </control> </control> </control> </control> <control type="label"> <description>Current Selection</description> <posx>640</posx> <posy>600</posy> <align>center</align> <label>$INFO[Container(57).ListItem.Label]</label> <font>Selected_Item</font> <textcolor>TextSelectedItem</textcolor> <shadowcolor>TextShadow</shadowcolor> <visible>Control.IsVisible(57) + !Window.IsActive(1201)</visible> <visible>!Skin.HasSetting(Disable_Icon_Labels)</visible> <animation effect="fade" time="300">Visible</animation> <animation effect="fade" time="300">Hidden</animation> <animation effect="fade" time="300">WindowOpen</animation> <animation effect="fade" time="300">WindowClose</animation> </control> </include> </includes>IncludeTileView.xml (part2) <window id="1"> <defaultcontrol always="true">50</defaultcontrol> <allowoverlay>no</allowoverlay> <views>50,54,56,57,58</views> <controls> <include>Background</include> <!-- Elipsis Visor --> <include>Visor_Filter</include> <!-- Edge Filter --> <include>Edge_Filter</include> <include>Program_Views</include> <!-- Clock --> <!-- Folder Name --> <include>FolderName</include> <!-- Now Playing Widget --> <include>Now_Playing_Widget</include> <!-- Elipsis Button --> <!-- control type="group"> <posx>640</posx> <posy>620</posy> <include>Dock_Elipsis_With_Reflection</include> </control--> </controls> </window>MyPrograms.xml I hope I have not missed anything. If so, just ask... @LeatherheadI will send you the icons via mail... You can delete your mail address from your post now. Link to comment Share on other sites More sharing options...
LeatherHead Posted March 7, 2010 Share Posted March 7, 2010 (edited) Thank you, i got it on there now. Just got to wait for ressurectionx to complete his xtras now. I have another question though that's been bugging for awhile now. Is there anyway to lock xbmc in one window so it stay only in games ? So you don't back out to home menu or change views, thumbnails and stuff. It would be nice on a cab to disable/enable settings, scripts and file manager, then just keep games, music and video on the home menu. Edited March 7, 2010 by LeatherHead Link to comment Share on other sites More sharing options...
theoldone Posted March 7, 2010 Author Share Posted March 7, 2010 @Leatherhead The easiest way is to edit the keymap.xml from the system folder in XBMC. Locate the following section and edit it to your needs. <gamepad> <A>Select</A> <B>ParentDir</B> <X>FullScreen</X> <Y>Queue</Y> <white>ContextMenu</white> <black></black> <start>XBMC.ActivateWindow(PlayerControls)</start> <back>PreviousMenu</back> <dpadleft>Left</dpadleft> <dpadright>Right</dpadright> <dpadup>Up</dpadup> <dpaddown>Down</dpaddown> <leftthumbbutton>Screenshot</leftthumbbutton> <rightthumbbutton>XBMC.ActivateWindow(ShutdownMenu)</rightthumbbutton> <leftanalogtrigger>ScrollUp</leftanalogtrigger> <rightanalogtrigger>ScrollDown</rightanalogtrigger> <rightthumbstickleft>AnalogSeekBack</rightthumbstickleft> <rightthumbstickright>AnalogSeekForward</rightthumbstickright> <rightthumbstickup>VolumeUp</rightthumbstickup> <rightthumbstickdown>VolumeDown</rightthumbstickdown> </gamepad> Lets say you edit all buttons, except "A" to left and right, then you could not leave the programs section with your controller. "A" is needed to start a program.But using a remote control will let you use XBMC as usual... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now