Putting a shortcut to XMBC4Gamers on UnleashX main menu

If you need any help with XBMC4XBOX, such as installing or using the software, please post it in here.
Post Reply
Dagoth_Ur
Posts: 6
Joined: Thu May 16, 2024 5:02 pm
Has thanked: 2 times
Been thanked: 2 times

Putting a shortcut to XMBC4Gamers on UnleashX main menu

Post by Dagoth_Ur »

I was hoping to have XBMC on the UnleashX dashboard's main menu at the top (I don't want it as the main dash but would like it as a quickly accessible option). I have it in the apps folder currently, I tried changing config.xml in C partition.

This is the top of my config.xml:

Code: Select all

<Menu>
		<Item Action=":E\Apps\Xbmc4Gamers\default.xbe">XBMC</Item>
		<Item Action="LaunchDVD">Launch DVD</Item>
		<List Text="Xbox Games" Sort="On" Auto="On">
			<Path>E:\Games</Path>
			<Path>F:\Games</Path>
			<Path>G:\Games</Path>
		</List>
		<List Text="Applications" Sort="On" Auto="On">
			<Path>E:\Apps</Path>
			<Path>F:\Apps</Path>
			<Path>G:\Apps</Path>

When I press A button on "XMBC" at the top of the dashboard, it returns "Unable to launch ":E\Applications\Xbmc4Gamers\default.xbe". File does not exists."

(I'm sure I've typed the correct path but don't quite know how commands work in this config)

I'd appreciate any advice on how to set this path correctly, so XBMC4Gamers can be opened from the dashboard main menu.
Coldly-Indifferent
Posts: 440
Joined: Thu Mar 19, 2015 4:01 am
Has thanked: 76 times
Been thanked: 58 times

Re: Putting a shortcut to XMBC4Gamers on UnleashX main menu

Post by Coldly-Indifferent »

I'm pretty sure you made a syntax mistake in the very first line ":E\Apps........................."

It should be "E:\Apps........................"
Dagoth_Ur
Posts: 6
Joined: Thu May 16, 2024 5:02 pm
Has thanked: 2 times
Been thanked: 2 times

Re: Putting a shortcut to XMBC4Gamers on UnleashX main menu

Post by Dagoth_Ur »

Coldly-Indifferent wrote: Sun May 26, 2024 2:59 am I'm pretty sure you made a syntax mistake in the very first line ":E\Apps........................."

It should be "E:\Apps........................"
You're right, the partition colon is wrong, thanks buddy. (I think I numbed my brain scanning and editing PAL artwork the last 80 hours)
Post Reply