xboxscene.org forums

Author Topic: Adding New Scripts To The Xbmc Submenu Instead Of Browsing?  (Read 81 times)

Carnyride

  • Archived User
  • Newbie
  • *
  • Posts: 10
Adding New Scripts To The Xbmc Submenu Instead Of Browsing?
« on: December 10, 2005, 12:52:00 PM »

I downloaded some new scripts to run with XBMC and I have been browsing the .xml files trying to figure out where I can add in these new scripts to get them to show up with the other scripts.  Is there something I need to edit in the .xml or do I just have to browse for them every time I want to use them?  (IMG:style_emoticons/default/uhh.gif)
Logged

spongy

  • Archived User
  • Full Member
  • *
  • Posts: 109
Adding New Scripts To The Xbmc Submenu Instead Of Browsing?
« Reply #1 on: December 10, 2005, 03:09:00 PM »

Edit: /Xbmc/skin/Project Mayhem III/PAL/DialogSubMenu.xml
Logged

jamestr234

  • Archived User
  • Newbie
  • *
  • Posts: 2
Adding New Scripts To The Xbmc Submenu Instead Of Browsing?
« Reply #2 on: December 20, 2005, 04:56:00 PM »

the submenueditor script works well

if youre an ntsc user  replace  ntsc  with  pal  in the script

http://www.xbmcscripts.com/modules/mod_doc...0&limitstart=10
Logged

Varsis

  • Archived User
  • Jr. Member
  • *
  • Posts: 50
Adding New Scripts To The Xbmc Submenu Instead Of Browsing?
« Reply #3 on: December 26, 2005, 01:01:00 PM »

James, where in the script?
Logged

T-Bagz

  • Archived User
  • Newbie
  • *
  • Posts: 26
Adding New Scripts To The Xbmc Submenu Instead Of Browsing?
« Reply #4 on: December 27, 2005, 04:50:00 PM »

Here maybe?
QUOTE

"q:\\skin\\"+xbmc.getSkinDir()+"\\"+RESOLUTIONS[self.getResolution()]+"\\DialogSubMenu.xml"
                if os.path.exists(doc):
                        return doc
                else:
                        doc = "q:\\skin\\"+xbmc.getSkinDir()+"\\PAL\\DialogSubMenu.xml"
Logged