Main Menu Customizer isn't working?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
phil65 Offline
Skilled Skinner
Posts: 4,456
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #11
just tested, i cannot recreate the bug anymore (also had it some time ago but didn´t test for a long time since almost everything can be chosen directly in nox without the need to use favs)
that makes me think that the script version is the cause for those problems.
(2012-07-21 04:39)Angelscry Wrote:  
(2012-07-21 04:36)phil65 Wrote:  
(2012-07-21 04:30)Angelscry Wrote:  Why other skins are able to manage favorites paths including " 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?

it should, but people use GIT versions without taking care of those stuff etc...
stuff only gets updated / installed when the skin is downloaded from a repo.
(This post was last modified: 2012-07-21 04:45 by phil65.)
find quote
Angelscry Offline
Skilled Python Coder
Posts: 2,698
Joined: Sep 2010
Reputation: 37
Location: MTL, Canada
Post: #12
OK... thanks for the information.

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

(This post was last modified: 2012-07-21 04:54 by Angelscry.)
find quote
JoeBlow42069 Offline
Member
Posts: 88
Joined: Jul 2011
Reputation: 0
Post: #13
Is it possible to create a Favorite in the Main Menu Customizer? I do not have a guisettings.xml. Please help, ty.
find quote
Angelscry Offline
Skilled Python Coder
Posts: 2,698
Joined: Sep 2010
Reputation: 37
Location: MTL, Canada
Post: #14
(2012-07-21 05:41)JoeBlow42069 Wrote:  Is it possible to create a Favorite in the Main Menu Customizer? I do not have a guisettings.xml. Please help, ty.
You MUST have a guisettings.xml file :
  • Windows XP: Documents and Settings\%userprofile%\Application Data\XBMC\userdata\guisettings.xml
  • Vista/Windows 7: Users\%userprofile%\AppData\Roaming\XBMC\userdata\guisettings.xml
  • Mac OS X: /Users/<your_user_name>/Library/Application Support/XBMC/userdata/guisettings.xml
  • iOS: /private/var/mobile/Library/Preferences/XBMC/userdata/guisettings.xml
  • Linux: $HOME/.xbmc/userdata/guisettings.xml

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

(This post was last modified: 2012-07-21 05:45 by Angelscry.)
find quote
phil65 Offline
Skilled Skinner
Posts: 4,456
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #15
(2012-07-21 05:45)Angelscry Wrote:  
(2012-07-21 05:41)JoeBlow42069 Wrote:  Is it possible to create a Favorite in the Main Menu Customizer? I do not have a guisettings.xml. Please help, ty.
You MUST have a guisettings.xml file :
  • Windows XP: Documents and Settings\%userprofile%\Application Data\XBMC\userdata\guisettings.xml
  • Vista/Windows 7: Users\%userprofile%\AppData\Roaming\XBMC\userdata\guisettings.xml
  • Mac OS X: /Users/<your_user_name>/Library/Application Support/XBMC/userdata/guisettings.xml
  • iOS: /private/var/mobile/Library/Preferences/XBMC/userdata/guisettings.xml
  • Linux: $HOME/.xbmc/userdata/guisettings.xml

only exception is windows in portable mode, then you can find it somewhere in your xbmc installation directory.
find quote
JoeBlow42069 Offline
Member
Posts: 88
Joined: Jul 2011
Reputation: 0
Post: #16
(2012-07-21 05:47)phil65 Wrote:  
(2012-07-21 05:45)Angelscry Wrote:  
(2012-07-21 05:41)JoeBlow42069 Wrote:  Is it possible to create a Favorite in the Main Menu Customizer? I do not have a guisettings.xml. Please help, ty.
You MUST have a guisettings.xml file :
  • Windows XP: Documents and Settings\%userprofile%\Application Data\XBMC\userdata\guisettings.xml
  • Vista/Windows 7: Users\%userprofile%\AppData\Roaming\XBMC\userdata\guisettings.xml
  • Mac OS X: /Users/<your_user_name>/Library/Application Support/XBMC/userdata/guisettings.xml
  • iOS: /private/var/mobile/Library/Preferences/XBMC/userdata/guisettings.xml
  • Linux: $HOME/.xbmc/userdata/guisettings.xml

only exception is windows in portable mode, then you can find it somewhere in your xbmc installation directory.

I have looked in the installation directory and Vista/Windows 7:[/b] Users\%userprofile%\AppData\Roaming\XBMC\userdata\guisettings.xml. There is no file App Data folder or guisettings.xml. Any idea why this is happening?
find quote
phil65 Offline
Skilled Skinner
Posts: 4,456
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #17
it cannot happen. very simple. check if you have installed it as an admin, then the path is probable /Users/Administrator/....
easiest would be to search the complete /users/... directory for "XBMC".
(This post was last modified: 2012-07-21 06:43 by phil65.)
find quote
JoeBlow42069 Offline
Member
Posts: 88
Joined: Jul 2011
Reputation: 0
Post: #18
My AppData folder was hidden from view. I had to go to Organize>Folder and Search Options>Show Hidden Files, Folders, and Drives in Explorer. Now that I've found it, how do I edit the .xml file? Can I edit it in Word Pad? I'm new to this stuff, any help is greatly appreciated, ty.
find quote
phil65 Offline
Skilled Skinner
Posts: 4,456
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #19
(2012-07-21 07:09)JoeBlow42069 Wrote:  My AppData folder was hidden from view. I had to go to Organize>Folder and Search Options>Show Hidden Files, Folders, and Drives in Explorer. Now that I've found it, how do I edit the .xml file? Can I edit it in Word Pad? I'm new to this stuff, any help is greatly appreciated, ty.

no, either notepad or better notepad++ (google for it)
find quote
JoeBlow42069 Offline
Member
Posts: 88
Joined: Jul 2011
Reputation: 0
Post: #20
On line 1685 I found <setting type="string" name="skin.aeon.nox.Nox.CustomHomeItem1.Path">

but I do not see: ActivateWindow(10025,&quot;W:\Musikvideos\&quot;,return)</setting>

The instuctions say to remove the 2
Code:
&quot; .

I'm still confused and am not sure what this means. What am I suppose to do?
find quote