Main Menu Customizer isn't working?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
JoeBlow42069 Offline
Member
Posts: 87
Joined: Jul 2011
Reputation: 0
Post: #1
I am trying to add HyperSpin w/ Advanced Launcher to the Main Menu in Aeon Nox. After setting up HS in Advanced Launcher I selected it as a Favorite. When I go to the Main Menu customizer I selected HS from the programs menu, but when I Choose Favourite nothing happens. Isn't this button suppose to take me to my Favorites? Is the different spellings the reason why this isn't working correctly? What's going on, ack! Please help, ty.
find quote
phil65 Online
Skilled Skinner
Posts: 4,456
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #2
probably also related to the bug in script.favourites (see our FAQ for a fix)
(This post was last modified: 2012-07-21 02:44 by phil65.)
find quote
JoeBlow42069 Offline
Member
Posts: 87
Joined: Jul 2011
Reputation: 0
Post: #3
(2012-07-21 02:44)phil65 Wrote:  probably also related to the bug in script.favourites (see our FAQ for a fix)

Do you have a link? I can't find what you are talking about.
find quote
phil65 Online
Skilled Skinner
Posts: 4,456
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #4
come on, you didn´t even look... :/
http://forum.xbmc.org/showthread.php?tid=133534
http://forum.xbmc.org/showthread.php?tid...pid1110399
find quote
JoeBlow42069 Offline
Member
Posts: 87
Joined: Jul 2011
Reputation: 0
Post: #5
(2012-07-21 03:05)phil65 Wrote:  come on, you didn´t even look... :/
http://forum.xbmc.org/showthread.php?tid=133534
http://forum.xbmc.org/showthread.php?tid...pid1110399

Ok, I found this:

Q: Adding favourites as home menu entries does not seem to work. only a weird cluttered window appears:
A: look for something like
Code:
<setting type="string" name="skin.aeon.nox.Nox.CustomHomeItem1.Path">ActivateWindow(10025,&quot;W:\Musikvideos\&quot;,return)</setting>
in guisettings.xml in your userdata folder.

and remove the 2
Code:
&quot;

Only problem is I don't have a guisettings.xml in my userdata folder. There is a Picture Icon folder, and a LCD, Modelines Template, and RssFeeds xml's. Any suggestions?
find quote
phil65 Online
Skilled Skinner
Posts: 4,456
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #6
(2012-07-21 03:55)JoeBlow42069 Wrote:  
(2012-07-21 03:05)phil65 Wrote:  come on, you didn´t even look... :/
http://forum.xbmc.org/showthread.php?tid=133534
http://forum.xbmc.org/showthread.php?tid...pid1110399

Ok, I found this:

Q: Adding favourites as home menu entries does not seem to work. only a weird cluttered window appears:
A: look for something like
Code:
<setting type="string" name="skin.aeon.nox.Nox.CustomHomeItem1.Path">ActivateWindow(10025,&quot;W:\Musikvideos\&quot;,return)</setting>
in guisettings.xml in your userdata folder.

and remove the 2
Code:
&quot;

Only problem is I don't have a guisettings.xml in my userdata folder. There is a Picture Icon folder, and a LCD, Modelines Template, and RssFeeds xml's. Any suggestions?

you´re really lazy.
http://lmgtfy.com/?q=xbmc+userdata+folder
find quote
JoeBlow42069 Offline
Member
Posts: 87
Joined: Jul 2011
Reputation: 0
Post: #7
(2012-07-21 03:57)phil65 Wrote:  
(2012-07-21 03:55)JoeBlow42069 Wrote:  
(2012-07-21 03:05)phil65 Wrote:  come on, you didn´t even look... :/
http://forum.xbmc.org/showthread.php?tid=133534
http://forum.xbmc.org/showthread.php?tid...pid1110399

Ok, I found this:

Q: Adding favourites as home menu entries does not seem to work. only a weird cluttered window appears:
A: look for something like
Code:
<setting type="string" name="skin.aeon.nox.Nox.CustomHomeItem1.Path">ActivateWindow(10025,&quot;W:\Musikvideos\&quot;,return)</setting>
in guisettings.xml in your userdata folder.

and remove the 2
Code:
&quot;

Only problem is I don't have a guisettings.xml in my userdata folder. There is a Picture Icon folder, and a LCD, Modelines Template, and RssFeeds xml's. Any suggestions?

you´re really lazy.
http://lmgtfy.com/?q=xbmc+userdata+folder
This still doesn't help me, when I follow this path: Vista/Windows 7: Users\%userprofile%\AppData\Roaming\XBMC\userdata\ I don't have an app data folder. I do have a Roaming folder, but XBMC isn't in it.
find quote
Angelscry Online
Skilled Python Coder
Posts: 2,694
Joined: Sep 2010
Reputation: 37
Location: MTL, Canada
Post: #8
Why other skins are able to manage favorites paths including &quot; but not Aeon NOX?

Advanced Launcher | Manual | WiKi | Forums | Tutorials | Gallery | GitHub | Archives | Donate

find quote
phil65 Online
Skilled Skinner
Posts: 4,456
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #9
(2012-07-21 04:30)Angelscry Wrote:  Why other skins are able to manage favorites paths including &quot; but not Aeon NOX?

perhaps some have still outdated scripts (script.favourites) installed? i don´t think it´s some $INFO / $ESCINFO stuff. will investigate that.
(This post was last modified: 2012-07-21 04:39 by phil65.)
find quote
Angelscry Online
Skilled Python Coder
Posts: 2,694
Joined: Sep 2010
Reputation: 37
Location: MTL, Canada
Post: #10
(2012-07-21 04:36)phil65 Wrote:  
(2012-07-21 04:30)Angelscry Wrote:  Why other skins are able to manage favorites paths including &quot; but not Aeon NOX?

perhaps some have still outdated script versions installed? i don´t think it´s some $INFO / $ESCINFO stuff.
But normally skins include minimum version script requirements :

Code:
..
<import addon="script.favourites" version="3.2.2"/>
...

Dependant scripts are not automatically updated?

Advanced Launcher | Manual | WiKi | Forums | Tutorials | Gallery | GitHub | Archives | Donate

(This post was last modified: 2012-07-21 04:40 by Angelscry.)
find quote
Post Reply