Xperience MXE - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179) +----- Forum: Xperience More (https://forum.kodi.tv/forumdisplay.php?fid=128) +----- Thread: Xperience MXE (/showthread.php?tid=120443) |
RE: Xperince MXE - binBD - 2012-08-22 today uploading now .....back in 5 min. RE: Xperince MXE - binBD - 2012-08-22 Changes: -avatars back working. -thanks to dom Dxcecutioner the avatar script is back working as you may know you can now see yor recent games on home window -gamerscore is now visible in the social tab & in the far top right corner -fonts are now larger in the green boxes on home window. -but the real time taker was the offline mode, thats my favorite part of this skin -ill be posting some pictures based on these changes. newest version can now be downloaded RE: Xperince MXE - senna99 - 2012-08-23 Thanks for your work,now I test skin. All the best RE: Xperince MXE - senna99 - 2012-08-23 Hello binBD xbox.gamertag.py error on load skin.There is no my avatar,I have account on Xbox Live All the best RE: Xperince MXE - binBD - 2012-08-23 (2012-08-23, 13:48)senna99 Wrote: Hello binBD shut xbmc down properly and start again on start up if it says Senna99 signed in, then signed in to xbox live that mean the script worked and it's done getting avatar info RE: Xperience MXE - binBD - 2012-08-23 by the way look in your 1080p xml folder for xbox 360 controller config RE: Xperience MXE - binBD - 2012-08-24 here's the pictures https://skydrive.live.com/redir?resid=408EA3CF956169E2!517 RE: Xperience MXE - binBD - 2012-08-24 critical update: just download and overwrite. recent changes have been been made after the latest download heres a small patch to fix some problems you might or might not have noticed https://skydrive.live.com/redir?resid=408EA3CF956169E2!621 RE: Xperience MXE - senna99 - 2012-08-24 I tried all the avatar appears only at the beginning, profile picture cant get. How do I solve music fanart slideshow in music tab poster,good progress in the work of skin.Has minor faults but all the better in skin All the best RE: Xperience MXE - binBD - 2012-08-25 (2012-08-24, 12:29)senna99 Wrote: I tried all the avatar appears only at the beginning, profile picture cant get. the patch should of fixed : 1 all home slide shows, i verified it myself 2 username avatar images 3 acurate gamerscore info 4 recent games icons 5 friends strings 6 shutdown dialog 7 entire social tab RE: Xperience MXE - senna99 - 2012-08-25 I do not know what I'm doing wrong, I did a clean install xbmc thank you for your response. RE: Xperience MXE - senna99 - 2012-08-27 Hello I have a question? I like the skin to look like when I'm offline mod, how to keep it and when I'm online.Thanks in advance RE: Xperience MXE - senna99 - 2012-08-27 Hello binBD I solve the problem with skin but, I still unwilling avatar and profile games picture. With the latest skin version there was no problem. Here's the pictures https://skydrive.live.com/?cid=408ea3cf956169e2&id=408EA3CF956169E2!517#cid=B862B92BC5C1C2AA RE: Xperience MXE - senna99 - 2012-08-28 I changed this line in home.xml.I have avatar now and profile picture. ----------------<!---social--->---------- avatars <control type="panel" id="999"> <posx>300</posx> <posy>20</posy> <width>1280</width> <height>720</height> <onleft>SetFocus(901,1)</onleft> <onright>SetFocus(1001,1)</onright> <onup>325</onup> <ondown>-</ondown> <orientation>horizontal</orientation> <scrolltime>0</scrolltime> <itemlayout width="200" height="440"> <control type="image"> <posx>120</posx> <posy>500</posy> <width>190</width> <height>40</height> <texture>avatarshadow.png</texture> </control> <control type="image"> <posx>100</posx> <posy>70</posy> <width>255</width> <height>480</height> <texture>http://avatar.xboxlive.com/avatar/$INFO[ListItem.Label]/avatar-body.png</texture> </control> </itemlayout> <focusedlayout width="200" height="440"> <control type="image"> <posx>120</posx> <posy>575</posy> <width>200</width> <height>40</height> <texture>avatarshadow.png</texture> <animation type="Focus"> <effect type="zoom" start="40" end="120" time="380" tween="sine" easing="in" center="auto" /> <effect type="slide" start="0,-80" end="0,0" time="400" tween="sine" easing="out" /> </animation> <animation type="Unfocus"> <effect type="zoom" start="120" end="100" time="380" tween="sine" easing="out" center="auto" /> <effect type="slide" start="0,0" end="0,-75" time="400" tween="sine" easing="out" /> </animation> </control> <control type="image"> <posx>100</posx> <posy>100</posy> <width>250</width> <height>480</height> <texture>http://avatar.xboxlive.com/avatar/$INFO[ListItem.Label]/avatar-body.png</texture> <animation type="Focus"> <effect type="zoom" start="100" end="120" time="380" tween="sine" easing="in" center="auto" /> <effect type="slide" start="0,0" end="0,-150" time="400" tween="sine" easing="in" /> <effect type="slide" start="0,-150" end="0,150" time="400" tween="sine" easing="in" /> </animation> <animation type="Unfocus"> <effect type="zoom" start="120" end="100" time="380" tween="sine" easing="out" center="auto" /> <effect type="slide" start="0,0" end="0,-40" time="400" tween="sine" easing="out" /> </animation> </control> </focusedlayout> <content> <item id="1"> <label>$INFO[system.profilename]</label> <icon></icon> <onclick>ActivateWindow(1080)</onclick> </item> </content> </control> avatars <control type="panel" id="1001"> <posx>600</posx> <posy>20</posy> <width>1280</width> <height>720</height> <onleft>SetFocus(999,1)</onleft> <onright>SetFocus(201,1)</onright> <onright>Control.Move(20,1)</onright> <onup>925</onup> <ondown>-</ondown> <orientation>horizontal</orientation> <scrolltime>0</scrolltime> <itemlayout width="200" height="440"> <control type="image"> <posx>120</posx> <posy>500</posy> <width>190</width> <height>40</height> <texture>avatarshadow.png</texture> </control> <control type="image"> <posx>100</posx> <posy>70</posy> <width>255</width> <height>480</height> <texture>http://avatar.xboxlive.com/avatar/$INFO[ListItem.Label]/avatar-body.png</texture> </control> </itemlayout> <focusedlayout width="200" height="440"> <control type="image"> <posx>120</posx> <posy>575</posy> <width>200</width> <height>40</height> <texture>avatarshadow.png</texture> <animation type="Focus"> <effect type="zoom" start="40" end="120" time="380" tween="sine" easing="in" center="auto" /> <effect type="slide" start="0,-80" end="0,0" time="400" tween="sine" easing="out" /> </animation> <animation type="Unfocus"> <effect type="zoom" start="120" end="100" time="380" tween="sine" easing="out" center="auto" /> <effect type="slide" start="0,0" end="0,-75" time="400" tween="sine" easing="out" /> </animation> </control> <control type="image"> <posx>100</posx> <posy>100</posy> <width>250</width> <height>480</height> <texture>http://avatar.xboxlive.com/avatar/$INFO[ListItem.Label]/avatar-body.png</texture> <animation type="Focus"> <effect type="zoom" start="100" end="120" time="380" tween="sine" easing="in" center="auto" /> <effect type="slide" start="0,0" end="0,-150" time="400" tween="sine" easing="in" /> <effect type="slide" start="0,-150" end="0,150" time="400" tween="sine" easing="in" /> </animation> <animation type="Unfocus"> <effect type="zoom" start="120" end="100" time="380" tween="sine" easing="out" center="auto" /> <effect type="slide" start="0,0" end="0,-40" time="400" tween="sine" easing="out" /> </animation> </control> </focusedlayout> <content> <item id="1"> <label>LilGREG24</label> <icon>http://avatar.xboxlive.com/avatar/LILGREG24/avatar-body.png</icon> <onclick>Setstring(1001,1)</onclick> </item> <item id="2"> <label>CrumbyPack4</label> <icon>http://avatar.xboxlive.com:80/avatar/CrumbyPack4/avatar-body.png</icon> <onclick>ActivateWindow()</onclick>> </item> <item id="3"> <label>TTrail93</label> <icon>http://avatar.xboxlive.com/avatar/TTrail93/avatar-body.png</icon> <onclick>ActivateWindow()</onclick> </item> </content> </control> RE: Xperience MXE - senna99 - 2012-08-28 ------------------------- <include name="HomeProfileInfo">------------------------------- <include name="HomeProfileInfo"> <control type="group"> <visible>!Skin.HasSetting(HideHomeProfileInfo) + !Window.IsActive(script-globalsearch-infodialog.xml)</visible> <posx>1730</posx> <posy>63</posy> <include>BannerListInfoAnimation</include> <control type="image"> <posx>15</posx> <posy>2</posy> <width>75</width> <height>75</height> <texture fallback="unkown-user.png">http://avatar.xboxlive.com/avatar/$INFO[system.profilename]/avatarpic-l.png</texture> </control> <control type="image"> <posy>0</posy> <posx>13</posx> <width>79</width> <height>79</height> <texture>windows/home/ava_overlay.png</texture> </control> <control type="image"> <posx>-40</posx> <posy>39</posy> <width>44</width> <height>44</height> <texture>$VAR[HomeProfileInfoMovies]</texture> <animation type="Conditional" condition="true" loop="true" reversible="false"> <effect type="fade" start="0" end="100" time="300" /> <effect type="fade" start="100" end="0" delay="10000" time="300" /> <effect type="slide" end="0" time="30900" /> |