PDA

View Full Version : Favourites/Favorites?


rodstrod
2009-06-22, 22:28
Hi,

I might be being a bit stupid, but I can not figure out how to get to your favourites menu within Aeon? (I find it useful for last.fm radio, iplayer, etc)

Is it there? Or do I need to some trickery to change one of the menu items to Favourites? (like, Assistant for example) I know this is possible to do, having read some other threads about changing things, and does anyone know the details I would need to add?

thanks for any help,
Rod

logictester
2009-06-22, 22:37
there is no favorites in Aeon at the moment by default - favourites.xml is empty - i personally use the favourites.xml from CF2009 mod pack

rodstrod
2009-06-23, 00:36
thanks for that!

Copied the favourites xml from the pack, amended ''Assistant' to 'Favourites', pointed it to window 134, jackpot!

My first bit of tinkering! thanks a lot.

mr_clean_mr
2009-06-25, 13:29
ok i got the favourites file from the modpack but how exactly do you amend assistant to favourites

zag2me
2009-06-25, 13:57
I was wondering this as well. Would be good to get iplayer and meedio launcher in the same place.

MrIcka
2009-06-25, 14:32
ok i got the favourites file from the modpack but how exactly do you amend assistant to favourites

Open "Includes_MainMenu.xml" in folder "720p"

Find:
<item id="21">
<description>Assistant</description>
<include>BackgroundVarsAssistant</include>
<label>31021</label>
<onclick>XBMC.ActivateWindow(605)</onclick>
<visible>Skin.HasSetting(assistant)</visible>
</item>

And change it to:
<item id="21">
<description>Favorites</description>
<include>BackgroundVarsAssistant</include>
<label>FAVORITES</label>
<onclick>XBMC.ActivateWindow(134)</onclick>
<visible>Skin.HasSetting(assistant)</visible>
</item>

rausch101
2009-06-26, 04:56
I feel like this should be included in all of the mods or Aeon by default. I rely heavily on favorites (gotta have Contra NES, last.fm music station of choice and my favorite smart playlist in there)

logictester
2009-06-26, 11:32
i actually just mapped a key on my remote to favorites - so pressing it from anywhere brings the favorites screen up

zag2me
2009-06-26, 12:46
there is no favorites in Aeon at the moment by default - favourites.xml is empty - i personally use the favourites.xml from CF2009 mod pack

Where do I get that?

rausch101
2009-06-26, 14:46
i actually just mapped a key on my remote to favorites - so pressing it from anywhere brings the favorites screen up

I think the poster is saying that the favorites menu doesn't pop up when activated. Meaning that the command for favorites is given, but there is nothing to load within Aeon to show a favorites menu.

rausch101
2009-06-26, 14:48
Where do I get that?

CF2009's Favorites for Aeon (http://github.com/cf2009/aeon-modpack/blob/9e480318f75e1b7d0dd86d4de0b012a1b2daf6a6/720p/DialogFavourites.xml)

logictester
2009-06-26, 14:58
I think the poster is saying that the favorites menu doesn't pop up when activated. Meaning that the command for favorites is given, but there is nothing to load within Aeon to show a favorites menu.

well once you get the favourites.xml from cf2009 mod - Aeon will have a favorites to load when you click the favorites button. I changed my button map to <u></u> and it works like a charm