[MOD] MediaStream-x(box) v1.6

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
KymyA Offline
Member
Posts: 70
Joined: Apr 2009
Reputation: 0
Post: #11
Waffa Wrote:Enable debug log start a movie and take it. I WILL TAKE A look to your log file.Wink



fixed. Big Grin

My XBOX:
modded by X-Bit Chip - Serial interface - LCD 16x4 White on Blue - HD/Network activity blue led - Transparent Jewel with 8 leds - 64MB of additional RAM - DVDROM LG-8163b - XIR v2 powered by XBMC and MediaStream Redux
find quote
xbs08 Online
Posting Freak
Posts: 1,298
Joined: May 2008
Reputation: 0
Location: Portugal
Post: #12
yep, list, info list, wallview, panel stream and coverflow are hiding when selected but media preview and media preview lite don't hide.

http://img714.yfrog.com/slideshow/webpla...ot000q.jpg
find quote
KymyA Offline
Member
Posts: 70
Joined: Apr 2009
Reputation: 0
Post: #13
Nothing... i have renamed the Userdata folder and, when I play a divx/xvid/vob, the CPU go at 100% of usage... I must use only the MediaStream_Redux to play videos correctly. I grabbed the xbmc.log but I don't understand nothing...
Tomorrow i will post the log...

My XBOX:
modded by X-Bit Chip - Serial interface - LCD 16x4 White on Blue - HD/Network activity blue led - Transparent Jewel with 8 leds - 64MB of additional RAM - DVDROM LG-8163b - XIR v2 powered by XBMC and MediaStream Redux
find quote
Waffa Offline
Posting Freak
Posts: 1,163
Joined: May 2008
Reputation: 7
Location: Netherlands
Post: #14
xbs08 Wrote:yep, list, info list, wallview, panel stream and coverflow are hiding when selected but media preview and media preview lite don't hide.

http://img714.yfrog.com/slideshow/webpla...ot000q.jpg

Really strange those views hide perfectly here..

Anyone else have this problem.Confused

xbs08 If they are still visible in options menu and you select one of them does the view show or do you get default list view ?
find quote
xbs08 Online
Posting Freak
Posts: 1,298
Joined: May 2008
Reputation: 0
Location: Portugal
Post: #15
Nope, they show as soon i select them.
find quote
Waffa Offline
Posting Freak
Posts: 1,163
Joined: May 2008
Reputation: 7
Location: Netherlands
Post: #16
Would you mind to rename/delete the skin and download it again.
(This post was last modified: 2010-01-28 22:47 by Waffa.)
find quote
KymyA Offline
Member
Posts: 70
Joined: Apr 2009
Reputation: 0
Post: #17
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?

My XBOX:
modded by X-Bit Chip - Serial interface - LCD 16x4 White on Blue - HD/Network activity blue led - Transparent Jewel with 8 leds - 64MB of additional RAM - DVDROM LG-8163b - XIR v2 powered by XBMC and MediaStream Redux
find quote
Waffa Offline
Posting Freak
Posts: 1,163
Joined: May 2008
Reputation: 7
Location: Netherlands
Post: #18
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?

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: Big Grin 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.
find quote
hansen Offline
Junior Member
Posts: 6
Joined: Apr 2009
Reputation: 0
Location: germany
Post: #19
Hi Waffa,
thanks for your mod. Works like a charm on my old brick.

May it possible to disable the "watch your" strings in the home screen? There used to be that function, but I can't find it anymore (maybe it was in the redux).

cheers
hansen
find quote
Waffa Offline
Posting Freak
Posts: 1,163
Joined: May 2008
Reputation: 7
Location: Netherlands
Post: #20
You can simply mod this by yourself. Customize Home.xml
Disable label2 <!-- --> or delete.

Example: See line 821

Code:
<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>

All other menu buttons are below the Power Button.Wink
find quote