Help - Search - Members - Calendar
Full Version: Xbmc Tab On Unleashx Dash
Scenyx Entertainment Community > Xbox1 Forums > Dashboard Forums > Official UnleashX Forum
Janglez334
Greetings everyone, i was curious to see if anyone can tell me how to edit my config.xml to create a XBMC tab that will run the program directly from the Dashboard like in this video -
http://www.youtube.com/watch?v=CMMWXsp4eoI&NR=1

I've tried

<Item Action="F/Applications/XBMC/default.xbe"
Didn't work

<List Text="XBMC" Sort="On" Auto="On" Icon="f:\Emulators\XBMB.png" AltIcon="">
Just makes a folder called XBMC

Any help will be greatly appreciated thanks.
carlitoB
<?xml version="1.0" encoding="utf-8"?>
<UnleashX>
<Settings>
<MSDashBoard>C:\xboxdash.xbe</MSDashBoard>
<Network Enable="Yes" Type="Static">
<IP>192.168.1.5</IP>
<Subnet>255.255.255.0</Subnet>
<Gateway>192.168.1.1</Gateway>
<DNS1>192.168.1.1</DNS1>
<DNS2>192.168.1.1</DNS2>
<AutoDetect>Yes</AutoDetect>
</Network>
<FTP Enable="Yes">
<User>xbox</User>
<Password>xbox</Password>
<Port>21</Port>
<MaxUsers>3</MaxUsers>
<AllowAnon>Yes</AllowAnon>
<Greeting>Welcome to XBOX FTP Server</Greeting>
</FTP>
<Newsfeed Enable="False" Interval="30">
<URL>www.XS Filter -/html/backend.php</URL>
</Newsfeed>
<Preference>
<Games AutoLaunch="No">C:\xboxdash.xbe</Games>
<DVD AutoLaunch="No">F:\Apps\DVDX\default.xbe</DVD>
<AudioCD AutoLaunch="Yes">C:\xboxdash.xbe</AudioCD>
<Data AutoLaunch="Yes"></Data>
<SNTP Synchronize="No">216.244.192.3</SNTP>
<FanSpeed>1</FanSpeed>
<ScreenSaver Wait="15" EnableBGM="Yes" Type="1">
<Text>UnleashX</Text>
<Video>F:\Video\halo3.wmv</Video>
<Path>F:\Video</Path>
</ScreenSaver>
<AutoTurnOff>0</AutoTurnOff>
<EnableDriveF>True</EnableDriveF>
<EnableDriveG>False</EnableDriveG>
<VideoSettings Use16bit="False" Widescreen="Yes" UsePAL60="Yes" FastRefresh="Yes" Soften="Yes" FilterLevel="5"></VideoSettings>
<LiveUpdate AutoCheck="Yes"></LiveUpdate>
<Skin Path="F:\Skins"></Skin>
<AutoVideoMode MultiRegion="NTSC M">Yes</AutoVideoMode>
<Use24HFormat>Yes</Use24HFormat>
</Preference>
<Audio>
<EnableSoundTrack Random="Yes">Both</EnableSoundTrack>
<MusicVolume>100</MusicVolume>
<SoundVolume>100</SoundVolume>
</Audio>
<Shortcut>
<GP_WHITE>F:\Apps\Dvd2Xbox\default.xbe</GP_WHITE>
<GP_BLACK>F:\Apps\XBMC\default.xbe</GP_BLACK>
</Shortcut>
<HTTP UseProxy="Yes"></HTTP>
<LED>
<Default>Red</Default>
</LED>
</Settings>
<Menu>
<Item Action="LaunchDVD">Launch DVD</Item>
<List Text="Games" Sort="On" Auto="On" DelayLoad="True">
<Path>E:\Games</Path>
<Path>E:\HDDLoader</Path>
<Path>F:\Games</Path>
<Path>F:\HDDLoader</Path>
<Path>G:\Games</Path>
<Path>G:\HDDLoader</Path>
</List>
<List Text="Emulators" Sort="Off" Auto="On">
<Item Action="F:\emulators\fce\default.xbe">NES</Item>
<Item Action="F:\emulators\xsnes9x\default.xbe">SNES</Item>
<Item Action="F:\emulators\n64\default.xbe">Nintendo 64</Item>
<Item Action="F:\emulators\sms\default.xbe">Sega Master System</Item>
<Item Action="F:\emulators\genesis\default.xbe">Sega Mega Drive/Genesis</Item>
<Item Action="F:\emulators\a2600\default.xbe">Atari 2600</Item>
<Item Action="F:\emulators\mame\default.xbe">MAME</Item>
<Item Action="F:\emulators\amiga\default.xbe">Amiga</Item>
</List>
<Item Action="CopyDVD">Copy Game Disc</Item>
<Item Action="F:\apps\XBMC\default.xbe">Xbox Media Centre</Item>
<Item Action="F:\apps\dvd2xbox\default.xbe">DVD2Xbox</Item>
<Item Action="SavesManager">Game Saves Manager</Item>
<List Text="System" Sort="Off" Auto="On">
<Item Action="Settings">Settings</Item>
<Item Action="SavesManager">Game Saves Manager</Item>
<List Text="Misc" Sort="Off" Auto="On">
<Item Action="FTPStop">Stop FTP</Item>
<Item Action="FTPStart">Start FTP</Item>
<Item Action="FTPReset">Reset FTP</Item>
<Item Action="NETReset">Restart Network</Item>
<Item Action="TrayClose">Close DVD Tray</Item>
<Item Action="TrayOpen">Open DVD Tray</Item>
<Item Action="CopyDVD">Copy Game Disc</Item>
</List>
<List Text="Format Menu" Sort="Off" Auto="On" Password="xbox">
<Item Action="Format" Arg1="X">Format X Drive</Item>
<Item Action="Format" Arg1="Y">Format Y Drive</Item>
<Item Action="Format" Arg1="Z">Format Z Drive</Item>
<List Text="Format E Drive" Sort="Off" Batch="True">
<Item Action="AskUser" Arg1="Format">Are you sure you want to format Drive E?</Item>
<Item Action="MessageBox" Arg1="Format">Press OK to proceed with the format operation.</Item>
<Item Action="Format" Arg1="E">Format E Drive</Item>
</List>
<List Text="Format F Drive" Sort="Off" Batch="True">
<Item Action="AskUser" Arg1="Format">Are you sure you want to format Drive F?</Item>
<Item Action="MessageBox" Arg1="Format">Press OK to proceed with the format operation.</Item>
<Item Action="Format" Arg1="F">Format F Drive</Item>
</List>
<List Text="Format G Drive" Sort="Off" Batch="True">
<Item Action="AskUser" Arg1="Format">Are you sure you want to format Drive G?</Item>
<Item Action="MessageBox" Arg1="Format">Press OK to proceed with the format operation.</Item>
<Item Action="Format" Arg1="G">Format G Drive</Item>
</List>
</List>
<Item Action="Skins">Skins</Item>
</List>
<List Text="Applications" Sort="On" Auto="On">
<Path>E:\Apps</Path>
<Path>F:\Apps</Path>
<Path>G:\Apps</Path>
</List>
<Item Action="FileManager">File Explorer</Item>
<Item Action="C:\xboxdash.xbe">MS Dashboard</Item>
<Item Action="Restart">Reboot</Item>
<Item Action="Shutdown">Shutdown</Item>
</Menu>
</UnleashX>


mine shows up as fifth item on screen. its about 2 thirds the way down on my config. this line:-

<Item Action="F:\apps\XBMC\default.xbe">Xbox Media Centre</Item>

but you need a few lines before. with the list command etc, thats why i posted my whole config.
Janglez334
QUOTE(carlitoB @ Jul 6 2010, 08:21 AM) *

<?xml version="1.0" encoding="utf-8"?>
<UnleashX>
<Settings>
<MSDashBoard>C:\xboxdash.xbe</MSDashBoard>
<Network Enable="Yes" Type="Static">
<IP>192.168.1.5</IP>
<Subnet>255.255.255.0</Subnet>
<Gateway>192.168.1.1</Gateway>
<DNS1>192.168.1.1</DNS1>
<DNS2>192.168.1.1</DNS2>
<AutoDetect>Yes</AutoDetect>
</Network>
<FTP Enable="Yes">
<User>xbox</User>
<Password>xbox</Password>
<Port>21</Port>
<MaxUsers>3</MaxUsers>
<AllowAnon>Yes</AllowAnon>
<Greeting>Welcome to XBOX FTP Server</Greeting>
</FTP>
<Newsfeed Enable="False" Interval="30">
<URL>www.XS Filter -/html/backend.php</URL>
</Newsfeed>
<Preference>
<Games AutoLaunch="No">C:\xboxdash.xbe</Games>
<DVD AutoLaunch="No">F:\Apps\DVDX\default.xbe</DVD>
<AudioCD AutoLaunch="Yes">C:\xboxdash.xbe</AudioCD>
<Data AutoLaunch="Yes"></Data>
<SNTP Synchronize="No">216.244.192.3</SNTP>
<FanSpeed>1</FanSpeed>
<ScreenSaver Wait="15" EnableBGM="Yes" Type="1">
<Text>UnleashX</Text>
<Video>F:\Video\halo3.wmv</Video>
<Path>F:\Video</Path>
</ScreenSaver>
<AutoTurnOff>0</AutoTurnOff>
<EnableDriveF>True</EnableDriveF>
<EnableDriveG>False</EnableDriveG>
<VideoSettings Use16bit="False" Widescreen="Yes" UsePAL60="Yes" FastRefresh="Yes" Soften="Yes" FilterLevel="5"></VideoSettings>
<LiveUpdate AutoCheck="Yes"></LiveUpdate>
<Skin Path="F:\Skins"></Skin>
<AutoVideoMode MultiRegion="NTSC M">Yes</AutoVideoMode>
<Use24HFormat>Yes</Use24HFormat>
</Preference>
<Audio>
<EnableSoundTrack Random="Yes">Both</EnableSoundTrack>
<MusicVolume>100</MusicVolume>
<SoundVolume>100</SoundVolume>
</Audio>
<Shortcut>
<GP_WHITE>F:\Apps\Dvd2Xbox\default.xbe</GP_WHITE>
<GP_BLACK>F:\Apps\XBMC\default.xbe</GP_BLACK>
</Shortcut>
<HTTP UseProxy="Yes"></HTTP>
<LED>
<Default>Red</Default>
</LED>
</Settings>
<Menu>
<Item Action="LaunchDVD">Launch DVD</Item>
<List Text="Games" Sort="On" Auto="On" DelayLoad="True">
<Path>E:\Games</Path>
<Path>E:\HDDLoader</Path>
<Path>F:\Games</Path>
<Path>F:\HDDLoader</Path>
<Path>G:\Games</Path>
<Path>G:\HDDLoader</Path>
</List>
<List Text="Emulators" Sort="Off" Auto="On">
<Item Action="F:\emulators\fce\default.xbe">NES</Item>
<Item Action="F:\emulators\xsnes9x\default.xbe">SNES</Item>
<Item Action="F:\emulators\n64\default.xbe">Nintendo 64</Item>
<Item Action="F:\emulators\sms\default.xbe">Sega Master System</Item>
<Item Action="F:\emulators\genesis\default.xbe">Sega Mega Drive/Genesis</Item>
<Item Action="F:\emulators\a2600\default.xbe">Atari 2600</Item>
<Item Action="F:\emulators\mame\default.xbe">MAME</Item>
<Item Action="F:\emulators\amiga\default.xbe">Amiga</Item>
</List>
<Item Action="CopyDVD">Copy Game Disc</Item>
<Item Action="F:\apps\XBMC\default.xbe">Xbox Media Centre</Item>
<Item Action="F:\apps\dvd2xbox\default.xbe">DVD2Xbox</Item>
<Item Action="SavesManager">Game Saves Manager</Item>
<List Text="System" Sort="Off" Auto="On">
<Item Action="Settings">Settings</Item>
<Item Action="SavesManager">Game Saves Manager</Item>
<List Text="Misc" Sort="Off" Auto="On">
<Item Action="FTPStop">Stop FTP</Item>
<Item Action="FTPStart">Start FTP</Item>
<Item Action="FTPReset">Reset FTP</Item>
<Item Action="NETReset">Restart Network</Item>
<Item Action="TrayClose">Close DVD Tray</Item>
<Item Action="TrayOpen">Open DVD Tray</Item>
<Item Action="CopyDVD">Copy Game Disc</Item>
</List>
<List Text="Format Menu" Sort="Off" Auto="On" Password="xbox">
<Item Action="Format" Arg1="X">Format X Drive</Item>
<Item Action="Format" Arg1="Y">Format Y Drive</Item>
<Item Action="Format" Arg1="Z">Format Z Drive</Item>
<List Text="Format E Drive" Sort="Off" Batch="True">
<Item Action="AskUser" Arg1="Format">Are you sure you want to format Drive E?</Item>
<Item Action="MessageBox" Arg1="Format">Press OK to proceed with the format operation.</Item>
<Item Action="Format" Arg1="E">Format E Drive</Item>
</List>
<List Text="Format F Drive" Sort="Off" Batch="True">
<Item Action="AskUser" Arg1="Format">Are you sure you want to format Drive F?</Item>
<Item Action="MessageBox" Arg1="Format">Press OK to proceed with the format operation.</Item>
<Item Action="Format" Arg1="F">Format F Drive</Item>
</List>
<List Text="Format G Drive" Sort="Off" Batch="True">
<Item Action="AskUser" Arg1="Format">Are you sure you want to format Drive G?</Item>
<Item Action="MessageBox" Arg1="Format">Press OK to proceed with the format operation.</Item>
<Item Action="Format" Arg1="G">Format G Drive</Item>
</List>
</List>
<Item Action="Skins">Skins</Item>
</List>
<List Text="Applications" Sort="On" Auto="On">
<Path>E:\Apps</Path>
<Path>F:\Apps</Path>
<Path>G:\Apps</Path>
</List>
<Item Action="FileManager">File Explorer</Item>
<Item Action="C:\xboxdash.xbe">MS Dashboard</Item>
<Item Action="Restart">Reboot</Item>
<Item Action="Shutdown">Shutdown</Item>
</Menu>
</UnleashX>
mine shows up as fifth item on screen. its about 2 thirds the way down on my config. this line:-

<Item Action="F:\apps\XBMC\default.xbe">Xbox Media Centre</Item>

but you need a few lines before. with the list command etc, thats why i posted my whole config.



It worked! thank you very much smile.gif
medgard789
hi
how about making like this

DVD
GAME
--Game list
Application
--Application list
Emulator
--Emulator list
Movies
--Hangover.avi (this will launch the xbmc to play the video)
--Click.avi
-- and more
Naruto Episode
--Naruto episode 1.avi (this will launch the xbmc to play the video)
--Naruto episode 2.avi
--Naruto episode 3.avi
--.....
--.....
-- and more
Settings
Reboot
Shutdown


can any one give me some code or other way to edit.. i hope you will help me... muhaha.gif on my mind
Heimdall
Use Notepad++ as your editor, because it indents the menu (config.xml) so that you can clearly see the structure. Take your existing config.xml, or the one from the previous post, and have a look at it - the structure is really simple. Start at the <Menu> line, everything between that and </Menu> controls what you see on the screen. All of the sections start with <xxxx> and end with a matched </xxxx>, and there are only really three elements to a menu - List, Path, and Item Action. With a couple of minutes of inspection of existing menus it will become really clear. This post will also help.

Have a look at this post for an indented menu, where you can see the nested structure more clearly.

I'm fairly certain that you can't have a menu item for individual movies as you are suggesting - you need to launch XBMC, then use the library manager in XBMC to organise your movies and TV shows.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.