Kodi Community Forum
[XBOX] Aeon Auriga unofficial 'Lite' version for the Xbox - 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: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: [XBOX] Aeon Auriga unofficial 'Lite' version for the Xbox (/showthread.php?tid=47994)



- paul - 2009-05-02

g00fy1 Wrote:Yes it is, I was wondering if anyone was going to notice that. Laugh

I got tired of switching debug on and off.

Open up Includes_Furniture.xml

There are several instances (6) of them that you have to change, I'll just give you one example, it's easy enought to find.

Code:
<!-- MOD: Display Memory -->
<label>[COLOR FFe5e5e5][b][color=red]$INFO[System.FreeMemory]  |[/color][/b]  [UPPERCASE]$INFO[System.Date][/UPPERCASE]  |  [/COLOR][COLOR FFcdcdcd]$INFO[System.Time][/COLOR] </label>
I just added the bold red text (and the "MOD:" comments) to the lines that look like that.
Now come on no one likes a smart arseLaugh but a nice one all the same keep em coming


- Bram77 - 2009-05-02

The same can be done for CPU usage I assume?


- paul - 2009-05-02

Bram77 Wrote:The same can be done for CPU usage I assume?
Most likely i would think?


Ok a quick bulletin Aeon_Stark_lite_Revision5 Will be uploaded Tonight some time.
The reason for the jump from 3 to 5 is because of the other recent updates i uploaded.
Which i considered Rev4 this will be it for at least a week as i want the dust to settle and give you guys a chance to thrash it to bits hopefully we can find some more way's to improve performance on the old black brick.
Ok i have managed now to get the menubar fixed in one place Ie none floating a big thanks go to gOOfy1 for that oneSmile / stendecks end time mod / Cf2009's genreposter's mod(this was a real pig to get working after the last raft of updates. / hitchers plot info mod for multplex / Plot info in list mode / free memory on time bar thank's again to gOOfy1.
As for problems i do know about the problem with the genre poster mod not working in multiplex view / and showcase flat view but all other views work fine / also the new dark and lite is also in this release/ oh and i forgot to say i have updated the includes_mediaflag.xml to show all flags in all views properly including mp3 audio and divx. I really do hope you like this release as i think it is really good and please remember it would not have gone this far were it not for your continued interest and suggestions Thanks to you all and djhSmileSmile


Cannot change video playback settings - matt11601 - 2009-05-02

XBMC Build: 5/1/2009
Skin: Aeon Stark Lite Revision 3

Problem: I had trouble seeking/fast forwarding through the opening credits and so I enabled the "non-interleaved" option (Start Button > Video Settings). I also selected "Set as default..." so that these would be my new default settings. When I played a different movie, I again could not seek and noticed that my settings were not saved when I checked them.

Other things I noticed: If I go to the TV Shows section and watch a show, I have no trouble seeking at all. I went back to the movie section and played a different movie. The "Please wait..." dialog came up and then disappeared. I selected the same movie again and got the error message, "Playlist aborted" or something similar to that.

Reason: The only reason I post this under the skin section is because I have no problems in Project Mayhem III HD. So I think it's skin specific.

Plan: I plan on installing the Revision 5 tonight and going completely clean with a new install. I may have screwed up something with all the Aeon Lite mods.

But I was wondering, is anyone else having this problem?


- paul - 2009-05-02

matt11601 Wrote:XBMC Build: 5/1/2009
Skin: Aeon Stark Lite Revision 3

Problem: I had trouble seeking/fast forwarding through the opening credits and so I enabled the "non-interleaved" option (Start Button > Video Settings). I also selected "Set as default..." so that these would be my new default settings. When I played a different movie, I again could not seek and noticed that my settings were not saved when I checked them.

Other things I noticed: If I go to the TV Shows section and watch a show, I have no trouble seeking at all. I went back to the movie section and played a different movie. The "Please wait..." dialog came up and then disappeared. I selected the same movie again and got the error message, "Playlist aborted" or something similar to that.

Reason: The only reason I post this under the skin section is because I have no problems in Project Mayhem III HD. So I think it's skin specific.

Plan: I plan on installing the Revision 5 tonight and going completely clean with a new install. I may have screwed up something with all the Aeon Lite mods.

But I was wondering, is anyone else having this problem?
You can download it now it's just gone up and have you tried using mplayer for movies if you use that then try dvd player otherwise it's plainley a memory issue.. read first post for instructions and a download link have fun with it as it is dam awsomeSmileSmile


- criti - 2009-05-02

hey paul, great work still. love the free mem addon,

got one issue tho... the currently selected thumbnail in both multiplex and wall view just goes to solid white. any ideas? move away from the selected thumbnail and the image comes back but the newly selected one goes to white.


- frater - 2009-05-02

What am I missing?
I can't find anything on 4shared or mediafire that looks anything like stark lite or auriga lite.

Edit: found it!
It was this thread's first post: http://forum.xbmc.org/showthread.php?tid=47994


- mcborzu - 2009-05-02

Is multiplex available for TV shows, all I have is List view and no options or am I missing something?


- g00fy1 - 2009-05-02

@Paul:

Here's the lock menu bar mod with a setting in Settings -> Customize -> Advanced -> Home:

In Includes_MainMenu.xml find this:
Code:
<include name="PushForSub">
    <ondown>Skin.SetBool(lowermainmenu)</ondown>
    <onup>Skin.Reset(lowermainmenu)</onup>
</include>

<include name="DownForSub">
    <onup>Skin.Reset(lowermainmenu)</onup>
    <ondown>351</ondown>
</include>

Paste this under that:
Code:
<!-- MOD: Lock Menu Bar -->
<include name="DownForSub2">
    <onup>300</onup>
    <ondown>351</ondown>
</include>
<!-- END MOD: Lock Menu Bar -->

Also in Includes_MainMenu.xml find this:
Code:
        <include condition="!Skin.HasSetting(onetouch)">DownForSub</include>
        <include condition="Skin.HasSetting(onetouch)">PushForSub</include>

And replace that with this:
Code:
<!-- MOD: Lock Menu Bar -->
<!-- Old code
        <include condition="!Skin.HasSetting(onetouch)">DownForSub</include>
        <include condition="Skin.HasSetting(onetouch)">PushForSub</include>
-->
        <include condition="!Skin.HasSetting(onetouch) + !Skin.HasSetting(HomeMenuBarAnimation)">DownForSub2</include>
        <include condition="!Skin.HasSetting(onetouch) + Skin.HasSetting(HomeMenuBarAnimation)">DownForSub</include>
        <include condition="Skin.HasSetting(onetouch) + Skin.HasSetting(HomeMenuBarAnimation)">PushForSub</include>
<!-- END MOD: Lock Menu Bar -->

In Includes_Submenu.xml find this:
Code:
        <control type="button" id="352">
            <onfocus>Skin.SetBool(lowermainmenu)</onfocus>
            <onfocus>SetFocus(300)</onfocus>
        </control>

Replace that with this this:
Code:
<!-- MOD: Lock Menu Bar -->
<!-- Old code
        <control type="button" id="352">
            <onfocus>Skin.SetBool(lowermainmenu)</onfocus>
            <onfocus>SetFocus(300)</onfocus>
        </control>
-->
        <control type="button" id="352">
            <visible>Skin.HasSetting(HomeMenuBarAnimation)</visible>
            <onfocus>Skin.SetBool(lowermainmenu)</onfocus>
            <onfocus>SetFocus(300)</onfocus>
        </control>
<!-- END MOD: Lock Menu Bar -->

Let me know if you have any problems with it.


- g00fy1 - 2009-05-02

Maybe it's just me but I'm having a bunch of problems with Rev 5.

Anyone else?

EDIT: Nevermind, I'm stupid.... Smile


Still having video issues - matt11601 - 2009-05-02

paul Wrote:You can download it now it's just gone up and have you tried using mplayer for movies if you use that then try dvd player otherwise it's plainley a memory issue.. read first post for instructions and a download link have fun with it as it is dam awsomeSmileSmile

So here's what I did Paul. I got XBMC 5/1/2009, installed it on the XBOX and copied over the XML files in to the UserData dir. I did not copy any dir's like cache, database, etc. And now I am still having problems. Based on the free mem mod, I have 6-12 MB of free memory while in the movie section with MultiPlex view on. However I think something else is going on besides the skin. It may actually be XBMC, but I'm not sure. I put the log file just in case, but maybe I should post this in the Help Sub-Forum:

Code:
16:35:27 M:  1114112   DEBUG:   msg: STREAM: Author: Albeu
16:35:27 M:  1114112   DEBUG:   msg: STREAM: Comment: based on the code from ??? (probably Arpi)
16:35:27 M:  1114112  SEVERE: DLL: Q:\system\players\mplayer\mplayer.dll : malloc failed, crash imminent (Out of memory requesting 2097152 bytes)
16:35:27 M:  1114112   ERROR: CMPlayer::OpenFile smb://media/movies/30 Days of Night.avi failed with code -1
16:35:27 M:  1114112  NOTICE: CMPlayer::CloseFile()
16:35:27 M:  1114112   DEBUG:   msg:  mplayer_close_file()
16:35:27 M:  1114112   DEBUG:   msg:
16:35:27 M:  1114112   DEBUG:   msg:  uninit_player
16:35:27 M:  1114112   DEBUG: CFileSMB::Close closing fd 10000
16:35:27 M:  1114112   DEBUG:   msg: WINSOCK2 uninit
16:35:27 M:  1413120   DEBUG:   msg:  uninit_player - done
16:35:27 M:  1413120   DEBUG: Freeing FS segment @ 0x8742e0
16:35:27 M:  1413120  NOTICE: CMPlayer::CloseFile()
16:35:27 M:  1413120   DEBUG: Q:\system\players\mplayer\mplayer.dll (base 02AD0000): Detected memory leaks: 15 leaks
16:35:27 M:  1413120   DEBUG: leak caller address 02AD10CC, size      128, counter 1
16:35:27 M:  1413120   DEBUG: leak caller address 02ADDFD0, size        4, counter 1
16:35:27 M:  1413120   DEBUG: leak caller address 02ADE1A5, size       40, counter 1
16:35:27 M:  1413120   DEBUG: leak caller address 02ADE279, size       72, counter 2
16:35:27 M:  1413120   DEBUG: leak caller address 02ADE46B, size        8, counter 1
16:35:27 M:  1413120   DEBUG: leak caller address 02ADE483, size        0, counter 1
16:35:27 M:  1413120   DEBUG: leak caller address 02AED439, size        0, counter 5
16:35:27 M:  1413120   DEBUG: leak caller address 02AF30D6, size        0, counter 1
16:35:27 M:  1413120   DEBUG: leak caller address 02AF30FB, size        0, counter 1
16:35:27 M:  1413120   DEBUG: leak caller address 02AF3121, size        0, counter 1
16:35:27 M:  1413120   DEBUG: mplayer.dll: Total bytes leaked: 252
16:35:27 M:  7303168   DEBUG: Playback was stopped
16:35:27 M:  7303168   ERROR: Playlist Player: skipping unplayable item: 0, path [smb://media/movies/30 Days of Night.avi]
16:35:27 M:  7303168   DEBUG: Playlist Player: no more playable items... aborting playback
16:35:27 M: 10555392   DEBUG: DIRECTORY::CSMBDirectory::OpenDir - Using authentication url smb://media/movies
16:35:28 M: 10567680  NOTICE: CMPlayer::CloseFile()

Any ideas Paul? And thanks for your help.


- g00fy1 - 2009-05-02

matt11601,

Post your entire log file. Restart, then go through the normal motions of playing a video. Then grab your log, I'd like to see it from the beginning before XBMC gets down to 11mb.


- paul - 2009-05-02

criti Wrote:hey paul, great work still. love the free mem addon,

got one issue tho... the currently selected thumbnail in both multiplex and wall view just goes to solid white. any ideas? move away from the selected thumbnail and the image comes back but the newly selected one goes to white.
Oh hell i thought it was just the atv guys having this problem can you try makeing another
textures.xpr from the loose textures supplied and try that? if it still then is as bad let me know and i will re do the texture's though it will be a day or two before i can do them?
They could do with being done as i have spotted an odd glitch nothing drastic but i like it to be right.
frater Wrote:What am I missing?
I can't find anything on 4shared or mediafire that looks anything like stark lite or auriga lite.

Edit: found it!
It was this thread's first post: http://forum.xbmc.org/showthread.php?tid=47994
I did say it was on the first post Laugh
mcborzu Wrote:Is multiplex available for TV shows, all I have is List view and no options or am I missing something?
Yes there is a setting to unlock all views under advanced settings this was in the last update also?
g00fy1 Wrote:@Paul:

Here's the lock menu bar mod with a setting in Settings -> Customize -> Advanced -> Home:

In Includes_MainMenu.xml find this:
Code:
<include name="PushForSub">
    <ondown>Skin.SetBool(lowermainmenu)</ondown>
    <onup>Skin.Reset(lowermainmenu)</onup>
</include>

<include name="DownForSub">
    <onup>Skin.Reset(lowermainmenu)</onup>
    <ondown>351</ondown>
</include>
Paste this under that:
Code:
<!-- MOD: Lock Menu Bar -->
<include name="DownForSub2">
    <onup>300</onup>
    <ondown>351</ondown>
</include>
<!-- END MOD: Lock Menu Bar -->
Also in Includes_MainMenu.xml find this:
Code:
<include condition="!Skin.HasSetting(onetouch)">DownForSub</include>
        <include condition="Skin.HasSetting(onetouch)">PushForSub</include>
And replace that with this:
Code:
<!-- MOD: Lock Menu Bar -->
<!-- Old code
        <include condition="!Skin.HasSetting(onetouch)">DownForSub</include>
        <include condition="Skin.HasSetting(onetouch)">PushForSub</include>
-->
        <include condition="!Skin.HasSetting(onetouch) + !Skin.HasSetting(HomeMenuBarAnimation)">DownForSub2</include>
        <include condition="!Skin.HasSetting(onetouch) + Skin.HasSetting(HomeMenuBarAnimation)">DownForSub</include>
        <include condition="Skin.HasSetting(onetouch) + Skin.HasSetting(HomeMenuBarAnimation)">PushForSub</include>
<!-- END MOD: Lock Menu Bar -->
In Includes_Submenu.xml find this:
Code:
<control type="button" id="352">
            <onfocus>Skin.SetBool(lowermainmenu)</onfocus>
            <onfocus>SetFocus(300)</onfocus>
        </control>
Replace that with this this:
Code:
<!-- MOD: Lock Menu Bar -->
<!-- Old code
        <control type="button" id="352">
            <onfocus>Skin.SetBool(lowermainmenu)</onfocus>
            <onfocus>SetFocus(300)</onfocus>
        </control>
-->
        <control type="button" id="352">
            <visible>Skin.HasSetting(HomeMenuBarAnimation)</visible>
            <onfocus>Skin.SetBool(lowermainmenu)</onfocus>
            <onfocus>SetFocus(300)</onfocus>
        </control>
<!-- END MOD: Lock Menu Bar -->
Let me know if you have any problems with it.

Nice will give that a whirl.....
g00fy1 Wrote:Maybe it's just me but I'm having a bunch of problems with Rev 5.

Anyone else?

EDIT: Nevermind, I'm stupid.... Smile
How can you be stupid you can code right.. so go on what did you miss it's got to be somat real stupid, whatever it is i promise not to laughLaugh honest but if you are still having issues with graphical errors let me know as i think i know what the problem was!


- matt11601 - 2009-05-02

g00fy1 Wrote:matt11601,

Post your entire log file. Restart, then go through the normal motions of playing a video. Then grab your log, I'd like to see it from the beginning before XBMC gets down to 11mb.

I tried to post the full log file in my last post but the forums said it was too long.


- paul - 2009-05-02

matt11601 Wrote:So here's what I did Paul. I got XBMC 5/1/2009, installed it on the XBOX and copied over the XML files in to the UserData dir. I did not copy any dir's like cache, database, etc. And now I am still having problems. Based on the free mem mod, I have 6-12 MB of free memory while in the movie section with MultiPlex view on. However I think something else is going on besides the skin. It may actually be XBMC, but I'm not sure. I put the log file just in case, but maybe I should post this in the Help Sub-Forum:

Code:
16:35:27 M:  1114112   DEBUG:   msg: STREAM: Author: Albeu
16:35:27 M:  1114112   DEBUG:   msg: STREAM: Comment: based on the code from ??? (probably Arpi)
16:35:27 M:  1114112  SEVERE: DLL: Q:\system\players\mplayer\mplayer.dll : malloc failed, crash imminent (Out of memory requesting 2097152 bytes)
16:35:27 M:  1114112   ERROR: CMPlayer::OpenFile smb://media/movies/30 Days of Night.avi failed with code -1
16:35:27 M:  1114112  NOTICE: CMPlayer::CloseFile()
16:35:27 M:  1114112   DEBUG:   msg:  mplayer_close_file()
16:35:27 M:  1114112   DEBUG:   msg:
16:35:27 M:  1114112   DEBUG:   msg:  uninit_player
16:35:27 M:  1114112   DEBUG: CFileSMB::Close closing fd 10000
16:35:27 M:  1114112   DEBUG:   msg: WINSOCK2 uninit
16:35:27 M:  1413120   DEBUG:   msg:  uninit_player - done
16:35:27 M:  1413120   DEBUG: Freeing FS segment @ 0x8742e0
16:35:27 M:  1413120  NOTICE: CMPlayer::CloseFile()
16:35:27 M:  1413120   DEBUG: Q:\system\players\mplayer\mplayer.dll (base 02AD0000): Detected memory leaks: 15 leaks
16:35:27 M:  1413120   DEBUG: leak caller address 02AD10CC, size      128, counter 1
16:35:27 M:  1413120   DEBUG: leak caller address 02ADDFD0, size        4, counter 1
16:35:27 M:  1413120   DEBUG: leak caller address 02ADE1A5, size       40, counter 1
16:35:27 M:  1413120   DEBUG: leak caller address 02ADE279, size       72, counter 2
16:35:27 M:  1413120   DEBUG: leak caller address 02ADE46B, size        8, counter 1
16:35:27 M:  1413120   DEBUG: leak caller address 02ADE483, size        0, counter 1
16:35:27 M:  1413120   DEBUG: leak caller address 02AED439, size        0, counter 5
16:35:27 M:  1413120   DEBUG: leak caller address 02AF30D6, size        0, counter 1
16:35:27 M:  1413120   DEBUG: leak caller address 02AF30FB, size        0, counter 1
16:35:27 M:  1413120   DEBUG: leak caller address 02AF3121, size        0, counter 1
16:35:27 M:  1413120   DEBUG: mplayer.dll: Total bytes leaked: 252
16:35:27 M:  7303168   DEBUG: Playback was stopped
16:35:27 M:  7303168   ERROR: Playlist Player: skipping unplayable item: 0, path [smb://media/movies/30 Days of Night.avi]
16:35:27 M:  7303168   DEBUG: Playlist Player: no more playable items... aborting playback
16:35:27 M: 10555392   DEBUG: DIRECTORY::CSMBDirectory::OpenDir - Using authentication url smb://media/movies
16:35:28 M: 10567680  NOTICE: CMPlayer::CloseFile()
Any ideas Paul? And thanks for your help.
And i assume all is ok with using pm3 if so how much memory do you have with that.
In my oppinion anything less than 38mb with pm3 then theres more going on than the skin. my advice is post a full debug log to Arnova and give him the full details then if it is the skin i will have to do a re think? but my guess would be xbmc itself though i just downloaded the same version which seems fine at the moment running rev5 but not tried to set up an librarys yet so will get back to you on that when i have had time to thrash it a bit..Big Grin