2010-01-28, 22:45
Would you mind to rename/delete the skin and download it again.
KymyA Wrote:Ok, CLICK HERE to see my log.
This weekend I will try to rename the folder E:\APPS\XBMC and i reinstall every (without scripts/plugins etc..etc...) to see if the problem persist...
I found a bug that still exists with all versions. And it is on the LCD. What happens is that if I go into the system information page, the contrast of the display is reset so I don't see anything. Same thing if I activate the option that show the system information picture in the home. Who can I report this error?
<item id="7">
<description>Power Button</description>
<label> $LOCALIZE[31007] </label>
[color=red]<!--[/color] <label2> $LOCALIZE[31017] </label2> [color=red]-->[/color]
<thumb>$INFO[Skin.String(CustomPowerBGFolder)]</thumb>
<icon>HomeBGPower.png</icon>
<onclick>XBMC.ActivateWindow(ShutdownMenu)</onclick>
</item>
Waffa Wrote:It's better that you start a thread for your problem. It doesn't belong in this thread and more people can help. And post the log in pastebin !
Looked into your log. I'm not an expert in reading logfiles but looks normal.
Maybe the 6 sec. of dialog busy for DVDplayer is a bit long.
Mplayer takes 4 seconds progress dialog and 2 sec dialog busy together also 6 sec.
Btw: your log does confirm that xbmc doesn't use the extra 64MB
Don't know how you install xbmc on your xbox but I would recommend that you do a fresh install (not overwrite !!!) and start testing with everything default. Also means PM III skin
Add a little source and see how the movies (try more) plays in filemode.
After that add to library and test again.
Test info screen for contrast etc.
Add your plugins and see if the still crash your system.
Everything ok try another skin etc. etc.
thedirtyshark Wrote:Before updating, I always used to use the 'Show fanart on tv wall' option, to only have the fanart display in the 'tv screen'. However now, the fanart displays in the 'tv screen', on top of a full screen picture of the same fanart. Am I missing the option to prevent this happening? I cannot see it in the skin settings. I am using the 'Wide' view for my tv shows. Apologies if I am missing something obvious.
thedirtyshark Wrote:So, from my limited knowledge and digging around, I see that the following is now missing from the tvshows options in custom1001_skinsettings.xml file:`
<control type="radiobutton" id="275">
<description>Show Fanart on TV Show List</description>
<label>$LOCALIZE[31670] $LOCALIZE[31677]</label>
<onclick>Skin.ToggleSetting(ShowFanartOnTVList)</onclick>
<selected>Skin.HasSetting(ShowFanartOnTVList)</selected>
<include>GeneralSkinOption</include>
</control>
which I'm guessing is the option that I used to use to only see the fanart on the tvscreen not fullscreen behind my list of tvshows. I've tried blindly putting it back into the custom1001_skinsettings.xml but, no suprises, it didn't work. Can anyone direct me to reinstate this option to this skin's settings?
Waffa Wrote:If it's a bug please post in MediaStream thread.
`
Yep you also need to bring the option back in home.xml
Waffa Wrote: Next hint, use the search function in text editor and search in home.xml (old skin) for:
Skin.HasSetting(ShowFanartOnTVList)
This will lead you to the part you need to copy