[MOD] Mod Pack (End Time, Weather Conditions Backdrops, Submenu, Movie Genre Posters)

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
CF2009 Offline
Alaska Group
Posts: 289
Joined: Mar 2009
Location: UK
Post: #231
@rflores2323
I think i'm right in saying that only the home page is using the new multiimage loading code so you will need newer release of xbmc for it to work..

what build of xbmc are you using? as the backrounds are all working fine on the build i'm using (Built on Jun 5 2009 SVN:20918)

[Image: problem_solved.png]
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #232
CF2009 Wrote:@rflores2323
I think i'm right in saying that only the home page is using the new multiimage loading code so you will need newer release of xbmc for it to work..

what build of xbmc are you using? as the backrounds are all working fine on the build i'm using (Built on Jun 5 2009 SVN:20918)

I am just updated to the latest build via the xbmc updater to build 20976.

my aeon skin.xml shows the build as

Code:
<skin>
  <defaultresolution>720p</defaultresolution>
  <defaultresolutionwide>720p</defaultresolutionwide>
  <version>2.1</version>
  <effectslowdown>1</effectslowdown>
  <zoom>1.0</zoom>

<credits>
    <skinname>Aeon</skinname>
        <name>by Duncan Harris</name>
</credits>
</skin>

here is my debug log: http://pastebin.com/m337cbaa9
find quote
CF2009 Offline
Alaska Group
Posts: 289
Joined: Mar 2009
Location: UK
Post: #233
you will need the newest aeon from github(see below) for the mod pack to work right ( to get the backrounds to work)
http://github.com/djh/aeon/tree/auriga

i generally update the mod pack(on github) the day after djh does a updates of aeon on github

so if you are downloading the new mod pack it's best to download a the most up to date aeon as well Smile

[Image: problem_solved.png]
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #234
CF2009 Wrote:you will need the newest aeon from github(see below) for the mod pack to work right ( to get the backrounds to work)
http://github.com/djh/aeon/tree/auriga

i generally update the mod pack(on github) the day after djh does a updates of aeon on github

so if you are downloading the new mod pack it's best to download a the most up to date aeon as well Smile

didnt you have it working before with the older version? I am not updating automatically via git so if I download a new version I lose all my mods No
find quote
CF2009 Offline
Alaska Group
Posts: 289
Joined: Mar 2009
Location: UK
Post: #235
i did you can get them here
with out submenu mod
http://github.com/cf2009/aeon-modpack/tr...84a80efca3

with submenu mod
http://github.com/cf2009/aeon-modpack/tr...85bffe6a04

but they will not have any of the new mods for 0.4.5

[Image: problem_solved.png]
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #236
CF2009 Wrote:i did you can get them here
with out submenu mod
http://github.com/cf2009/aeon-modpack/tr...84a80efca3

with submenu mod
http://github.com/cf2009/aeon-modpack/tr...85bffe6a04

but they will not have any of the new mods for 0.4.5

great it works. another question. where do you find the favourites menu? I thought it would be under the movie submenu however its not there. I added some shows but cant seem to find the menu so that I can see all my favourites movies.
find quote
CF2009 Offline
Alaska Group
Posts: 289
Joined: Mar 2009
Location: UK
Post: #237
rflores2323 Wrote:great it works. another question. where do you find the favourites menu? I thought it would be under the movie submenu however its not there. I added some shows but cant seem to find the menu so that I can see all my favourites movies.

you will find it in the submenu for games..

i'm going to add it to the main menu on my next update

[Image: problem_solved.png]
(This post was last modified: 2009-06-09 21:07 by CF2009.)
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #238
CF2009 Wrote:you will find it in the submenu for games..

i'm going to add it to the main menu on my next update

do you know if this could be changed to show in the movie submenu like this mod [Simple Mod] Files in sub-menu ?

also I dont have any submenu for games.. only for tv shows and movies.
find quote
CF2009 Offline
Alaska Group
Posts: 289
Joined: Mar 2009
Location: UK
Post: #239
Oh you got the not with submenu modpack k

yep you can add it like the [Simple Mod] Files in sub-menu mod
krypt2nite Wrote:Simply modify and replace line 85 of Includes_Submenu.xml

Code:
<control type="button" id="46">
    <include>Submenu_Button</include>
    <include>MovieShortcutBools</include>                    
    <label>31926</label>
    <onclick>XBMC.ActivateWindow(MyVideoLibrary,moviestudios,return)</onclick>
</control>

With:


Code:
<control type="button" id="46">
    <include>Submenu_Button</include>
        <include>MovieShortcutBools</include>    
    <label>$LOCALIZE[1036]</label>
    <onclick>xbmc.activatewindow(134)</onclick>
</control>



and the submenu for games only comes with the mod pack with the submenu mod...

[Image: problem_solved.png]
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #240
CF2009 Wrote:Oh you got the not with submenu modpack k

yep you can add it like the [Simple Mod] Files in sub-menu mod

great this is working!!! thanks for the help! Big Grin
find quote
Post Reply