PDA

View Full Version : [MOD] Pack (End Time,Weather Conditions Backdrop,Sub menus & Weather location picker)


CF2009
2009-03-31, 16:00
SEE HERE FOR THE CURRENT MOD PACK
http://xbmc.org/forum/showthread.php?t=48435


------------------------------------------------

**Update 02/04/09 for 0.91**

The Weather location popup Mod is now in by default with 0.91 so it will not be in any new mod packs
Movies and TV end time has been updated so it is on by default
(if you are copying over the top of 0.90 skin with this mod in you will need to turn back on the end time mod)

Download
new download links for 0.91 mod pack (02/04/09)
mediafire - http://www.mediafire.com/?jyzmoyukmdm
rapidshare - http://rapidshare.com/files/216469214/mod_pack_0.91.zip

----------------------------------------------
**Update 01/04/09** (mod pack for 0.90)

Movies and TV end time has been updated to stendec one see below...

Download
new download links (01/04/09)
mediafire - http://www.mediafire.com/?w21jnxjzndk
rapidshare - http://rapidshare.com/files/216051188/_Mod__pack_010409.zip

just unzip and add the files to Aeon Stark/720p/ folder


In the pack..

Sub menu for easy access to genre, year, etc **update**
fixed the animation
menu box is now a bit smaller
localize
added settings button to Games sub menu if it's not on the main bar (this is to help Xbox users) :;):
look here for more info:
http://xbmc.org/forum/showthread.php?t=47873
http://i268.photobucket.com/albums/jj4/Og_one/screenshot019.jpg



Weather Backdrop by Current Weather Conditions
look here for more info and images:
http://xbmc.org/forum/showthread.php?t=47827
http://i268.photobucket.com/albums/jj4/Og_one/screenshot002.jpg


Movies and TV end time**Update 01/04/09**
look here for more info: (stendec new)
http://xbmc.org/forum/showpost.php?p=306723&postcount=11
http://i268.photobucket.com/albums/jj4/Og_one/screenshot018.jpg


have a good one ...

mYre
2009-03-31, 16:02
great, was editing but you were faster :) awesome

CF2009
2009-03-31, 16:15
just fixed a bug lol
the link on the 1st post are to the right zips...

or
you can fix the bug by adding a line to Includes_sebmenu.xml

<item id="103">
<label>$LOCALIZE[31016]</label>
<onclick>Skin.Reset(settingsfade)</onclick>
<onclick>XBMC.ActivateWindow(4)</onclick>
<visible>Skin.HasSetting(nosettings)</visible>
<visible>Container(300).HasFocus(2)</visible><!-- <<<<<< Add this -->
</item>

back to work for me have a good one all ..

theotocopulitos
2009-03-31, 16:44
Thanks indeed... now Stark is almost perfect... if only someone would add support for tv banners... ???

lestat1977uk
2009-03-31, 17:05
Great work

thx

pletopia
2009-03-31, 17:14
Thanks indeed... now Stark is almost perfect... if only someone would add support for tv banners... ???

i would LOVE to have tv banner support in the tv section when i gets redone :)

dynamix
2009-03-31, 22:32
Thanks for the lovely mods! Very useful!

hikaricore
2009-04-01, 00:23
Stendec has made a much nicer implimentation of the end time mod and added a clock: http://xbmc.org/forum/showpost.php?p=306723&postcount=11

Just figured I'd let ya know. Mine was hastily thrown together while watching shows. ^_^

CF2009
2009-04-01, 11:05
thanks hikaricore just updated the pack to the new End time see 1st post...

tknice1
2009-04-01, 16:03
Does this work the same way for 1080p?

Hitcher
2009-04-01, 16:17
Does this work the same way for 1080p?

Yes, as there's no 1080p folder just the 720p one XBMC adjusts accordingly.

mots
2009-04-01, 20:43
I like all mods except the submenu one, how do I disable it and get my up/down buttons back to normal?

CF2009
2009-04-01, 21:00
@ mots

open up Includes_MainMenu.xml

Find and then delete code in bold

<!-- Old
<ondown>Skin.SetBool(lowermainmenu)</ondown>
<onup>Skin.Reset(lowermainmenu)</onup>
-->
<!-- Add this >>>>>> -->
<ondown>325</ondown>
<onup>325</onup>
<!-- <<<<<< Add this -->

mindweaver
2009-04-01, 22:04
As of now the submenu closes when you press right or left. Would't it be better usability wise to have it close on "Back" and "PreviousMenu" aswell? That is the buttons I use to close all other menus and popup menus.

CF2009
2009-04-01, 22:44
@mindweaver
i did have a go at making the sub menu a dialog so you can use the back button but i did not find a way to make a dialog know what item it just came from:sad:

but i think djh has a better sub menu in the works so my one is just a quick fix:;):

Hauser
2009-04-02, 01:21
Great stuff! Can anyone tell me what I need to do to my config files to enable the Weather Location Popup? I've already made some changes to settings in there via some other mods and don't want to wipe them out.

mindweaver
2009-04-02, 01:27
I downloaded the latest update of the mod pack and the End time mod is not in it :/

CF2009
2009-04-02, 01:58
@ mindweaver
have you turned in on in Settings >> Customise >> Advanced >> General?

@Hauser
for the Weather Location Popup you will need to download the mod pack to get the new MyWeather.xml add that to your Aeon Stark/720p/ folder

then open up Includes_MainMenu.xml the one in your Aeon Stark/720p/ folder

and Find:
<item id="10">
<description>Weather</description>
<label>31017</label>
<onclick>Notification(,$LOCALIZE[31003],15,)</onclick>
<visible>Skin.HasSetting(weather)</visible>
</item>

Replace With:
<item id="10">
<description>Weather</description>
<label>31017</label>
<!-- <onclick>Notification(,$LOCALIZE[31003],15,)</onclick> <<<<<< old -->
<onclick>xbmc.activatewindow(2600)</onclick><!-- <<<<<< Add this -->
<visible>Skin.HasSetting(weather)</visible>
</item>

night all have fun...:cool:

mindweaver
2009-04-02, 02:03
@ mindweaver
have you turned in on in Settings >> Customise >> Advanced >> General?



Sorry! I had it turned on before. Must have reset when I added the updated mod. Thanks and nitey night!

mindweaver
2009-04-02, 11:58
Aeon Stark v0.91 is released. I am eager to try it but since I got all mods set up and working I'm not sure this is something I want to do.

Not without asking you first.. how will this update affect your mods? I guess they will be gone, so the question is.. which of your fabulous mods has made it in to the default 0.91 code?

Montellese
2009-04-02, 12:21
Check the To-Do List. I think I saw these changes listed there with their current development state.

Furthermore you could just update to Aeon Stark v0.91 and check if the content of the XML files match with the mods given in this thread.

CF2009
2009-04-02, 12:29
Update mod pack for Aeon Stark v0.91 see 1st post....

@mindweaver
from what i can see all what has been add to 0.91 is the Weather Location Popup mod and some fixes so you need to download the new mod pack for 0.91 to keep any fixes that are in those files.

i just add 0.91 as Aeon Stark 0.91 (as the folder name) so i had to reset up from the start, but i would think copying all file form 0.91 and putting them over the top of the old ones then add the files from new mod pack over the top of them, will keep all your settings and mods working...

hikaricore
2009-04-02, 12:31
End time mode still works in 0.91 just edit the appropriate files or wait for cf2009 to update his pack. :p

vonfreshiam
2009-09-05, 09:33
I have bth aeon start ..auriga..i download the mod pack , but i dont no know how to install it..i went to the folder with the skins and replce the old files with the new ones but the skin wont work anymore? What am i doing wrong?