Big_Noid Wrote:Was indeed removed in Eden. Edit favourites.xml manually. Code is somewhere in this thread.
Thank you very much - I found the code and it worked.
I think I found another issue that might be of interest.
Background:
1. I have two instances of the program addon "Advanced Launcher" - one for Games and another for Apps.
2. I encountered the following broken behavior:
a. Select "Games" on the Home menu -> it goes to the Games launcher menu - correct.
b. Go back to Home menu
c. Select "Apps" on the Home menu -> it goes to the Apps launcher menu - correct.
d. Go back to Home menu
e. Select "Games" on the Home menu -> it goes to the Apps launcher menu - broken
3. The two instances are named: "plugin.program.advanced.launcher" and "plugin.program.advanced.launcher.2"
When I brought this up to Angelscry (the author of the Advanced Launcher addon), he looked into this and shared the following:
Angelscry Wrote:OK... I was able to reproduce the problem. It is a skin related problem. When you select the Game menu entry, Aon Nox tried to find the program add-on containing the advanced.launcher string. Code:
Substring(Container.FolderPath,advanced.launcher)
So when you duplicate Advanced Launcher, with a duplicate name containing advanced.launcher, XBMC seems not able to always select the good one. I suppose it select the last one started. This problem seems not occurring when you directly select the Advanced Launcher entries from the add-on program menu. Now, how I see it, there is 2 ways to fix this :- ask Aeon Nox developers to fix their skin and to link the Game menu entry to the add-on exactly named plugin.program.advanced.launcher (and not only containing the advanced.launcher string).
- duplicate Advanced Launcher with a duplicate name not containing advanced.launcher, like, for example plugin.program.advanced.duplicate.launcher, plugin.program.advanced.games, plugin.program.advanced.apps, etc...
Not sure if this is something that is worth fixing, but I thought I'd let you know.
Thanks!
- crisdecuba