XBMC Community Forum
[XBOX] Aeon Auriga unofficial 'Lite' version for the Xbox - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Aeon (/forumdisplay.php?fid=68)
+---- Thread: [XBOX] Aeon Auriga unofficial 'Lite' version for the Xbox (/showthread.php?tid=47994)



- paul - 2009-05-02 13:07

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 13:41

The same can be done for CPU usage I assume?


- paul - 2009-05-02 16:07

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 18:24

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 18:55

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 20:05

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 21:18

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 21:31

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


- g00fy1 - 2009-05-02 21:57

@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 22:19

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

Anyone else?

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