xboxscene.org forums

Author Topic: Moving Xbmc Into The Application Menu  (Read 70 times)

JDXXL

  • Archived User
  • Newbie
  • *
  • Posts: 7
Moving Xbmc Into The Application Menu
« on: March 15, 2009, 04:19:00 PM »

I am running Unleash X_0_39_0528A right now, and I was wondering how do I make XBMC show up under the Applications menu on the home screen. Do i have to change it in config.xml? if so where/what would I change.
Thanks.
JD
Logged

Heimdall

  • Archived User
  • Hero Member
  • *
  • Posts: 3862
Moving Xbmc Into The Application Menu
« Reply #1 on: March 15, 2009, 04:44:00 PM »

Yes, you edit config.xml. There are a few ways you could do it. You could put XBMC (or the XBMC shortcut) in E:\Apps\XBMC\ and ensure that the xbe is called default.xbe, then XBMC will appear automatically in the apps menu, so long as you have these lines in your config.xml

CODE

    E:\Apps
    F:\Apps
    G:\Apps


Alternatively you could add it manually to the Apps section by making that section of config.xml look like:

CODE

    E:\Apps
    F:\Apps
    G:\Apps
    XBox Media Centre


where the path points to your XBMC application or shortcut.

Finally, you can manually place it anywhere else in your UnleashX menu by adding the line:

CODE
XBox Media Centre


wherever you want in your menu, again with the path edited to point to your XBMC xbe.
Logged