Hope this helps
--------------------------------
The Guide does not appear when having an filebrowser on the background, or the gamercard settings.
--------------------------------
SCREENSHOT MOVIE(options) MOVIE(gamercard)
Gamercard Settings:
I created a copy of custom1122_GuideGamerCardSetup.xml, tweaked it around and linked that to the GamerCardButton include.
Filebrowser:
custom1122_GuideGamerCardSetup.xml, search and delete
CODE
<visible>!Window.IsActive(filebrowser)</visible>
--------------------------------
Favourites don't close when clicking a favorite.
--------------------------------
MOVIE
PlayerControls.xml, line 403
CODE
<onclick>XBMC.ReplaceWindow(favourites)</onclick>
<onclick>Dialog.Close(PlayerControls)</onclick>
<onclick>Dialog.Close(PlayerControls)</onclick>
--------------------------------
Some 'offline' buttons are not shown when ethernet cable is unplugged, not sure but some 'online' buttons/dividers are shown when ethernet is unplugged too.
--------------------------------
SCREENSHOT(options) SCREENSHOT(gamercard) SCREENSHOT(gamercardsettings)
Add and remove following code to the buttons in custom1122_GuideGamerCardSetup.xml, custom1123_GuideOptions.xml and custom1129_GuideCustomGamerCard.xml
CODE
<visible>System.HasNetwork</visible>
--------------------------------
When playing video in the background of File Manager the buttons are scrambled
--------------------------------
SCREENSHOT
FileManager.xml, line 374
CODE
<visible>!Player.HasMedia</visible>
--------------------------------
Wallpaper Chooser does not work correctly
--------------------------------
setwallpaperpacks.py
CODE
if os.path.exists(alldir):
doAll(alldir)
doAll(alldir)
CODE
def doAll(mypath):
mypath.replace("\\\\","\\")
mypath.replace("\\\\","\\")
CODE
def dostuff(mypath,ttype):
dire = "%s\\wallpaper-%s.png" % (mypath,ttype)
dire = dire.replace('\\\\','\\')
dire2 = "%s\\wallpaper-%s.jpg" % (mypath,ttype)
dire2 = dire2.replace('\\\\','\\')
dir_gif = "%s\\wallpaper-%s.gif" % (mypath,ttype)
dir_gif = dir_gif.replace('\\\\','\\')
dire = "%s\\wallpaper-%s.png" % (mypath,ttype)
dire = dire.replace('\\\\','\\')
dire2 = "%s\\wallpaper-%s.jpg" % (mypath,ttype)
dire2 = dire2.replace('\\\\','\\')
dir_gif = "%s\\wallpaper-%s.gif" % (mypath,ttype)
dir_gif = dir_gif.replace('\\\\','\\')
--------------------------------
Sometimes it crashes with media in the background (probably all the resizing that's going around)
--------------------------------
MOVIE (sorry for the crappy quality)
When the skin has a 'Subtofullcommonblade' (or something) include and a video in the background it crashes or makes the blades freak out.
--------------------------------
When switching from the Vision skin the Guide doesn't appear.
--------------------------------
The Guide animations get broken when switching from Vision, sometimes it won't open and close, sometimes it loses it's close animation (like WindowXML)
