xboxscene.org forums

Pages: 1 [2] 3

Author Topic: Started Mxm As My Dash  (Read 107 times)

karishbhr

  • Archived User
  • Full Member
  • *
  • Posts: 216
Started Mxm As My Dash
« Reply #15 on: August 25, 2003, 07:14:00 PM »

CMON, I need help ASAP... neways I gotta yet another problem... videos arent playing... I did it the newb way with the "MXM_SS.WMV" in the same directory as the default.xbe for each prog... but no videos show up, just a black screen where it should be, so now theres 3 probs... the sooner the much better
Logged

koldfuzion

  • Archived User
  • Hero Member
  • *
  • Posts: 1226
Started Mxm As My Dash
« Reply #16 on: August 25, 2003, 07:54:00 PM »

can you verify the network settings in MXM.   Hit the Y button then select System.   If the IP is registering properly it will show up on that screen.


MXM_SS.WMV    did you reset the menu cache and reboot after adding the videos?
Logged

karishbhr

  • Archived User
  • Full Member
  • *
  • Posts: 216
Started Mxm As My Dash
« Reply #17 on: August 25, 2003, 08:57:00 PM »

QUOTE (koldfuzion @ Aug 26 2003, 04:54 AM)
can you verify the network settings in MXM.   Hit the Y button then select System.   If the IP is registering properly it will show up on that screen.


MXM_SS.WMV    did you reset the menu cache and reboot after adding the videos?

No i didnt do the menu cache thingy, I will... but all the info on the sys info option turns up to be correct, I dont know what the problem could be!!

<Config>
<Main>
<DiscTitle>Media X Menu</DiscTitle>
<DiscSubtitle>MXM</DiscSubtitle>
<SkinsPath>C:MXMSkins</SkinsPath>
<RemoveDuplicates>True</RemoveDuplicates>
<RemoveInvalid>True<RemoveInvalid>
</Main>
<Preferences>
<FTPPriority>highest</FTPPriority>
<SynchronizeClock>false</SynchronizeClock>
<TimeServerIP>192.168.0.200</TimeServerIP>
<Nickname>MXM</Nickname>
<AutoLaunchGame>False</AutoLaunchGame>
<AutoLaunchMovie>False</AutoLaunchMovie>
<AutoLoadMulti>False</AutoLoadMulti>
</Preferences>
<Network>
<UseDHCP>false</UseDHCP>
<IP>192.168.1.104</IP>
<DefaultGateway>192.168.1.1</DefaultGateway>
<SubnetMask>255.255.255.0</SubnetMask>
<DNS1>0.0.0.0</DNS1>
</Network>
<Overrides>
</Overrides>
<FTPServer>
<User>
<Name>xbox</Name>
<Password>xbox</Password>
</User>
</FTPServer>
<Newsfeed name="newsfeed">
<Global>True</Global>
<RotateChannels>True</RotateChannels>
<URL>http://www.xbox-scen...scene.xml</URL>
<UpdateIntervalMin>20</UpdateIntervalMin>
<RotateItemInterval>5</RotateItemInterval>
</Newsfeed>
</Config>
Logged

koldfuzion

  • Archived User
  • Hero Member
  • *
  • Posts: 1226
Started Mxm As My Dash
« Reply #18 on: August 25, 2003, 09:04:00 PM »

was you ever able to connect to MXM through ftp?    What ftp program are you using?
Logged

karishbhr

  • Archived User
  • Full Member
  • *
  • Posts: 216
Started Mxm As My Dash
« Reply #19 on: August 25, 2003, 09:06:00 PM »

QUOTE (koldfuzion @ Aug 26 2003, 06:04 AM)
was you ever able to connect to MXM through ftp?    What ftp program are you using?

I'm using flashfxp, not that I know of... I just put it on as dash, so nope i havent been able to use mxm with a ftp, I was thinking... I should create my own xml with Myxomatosis, considering I dont even know where my original came from
Logged

koldfuzion

  • Archived User
  • Hero Member
  • *
  • Posts: 1226
Started Mxm As My Dash
« Reply #20 on: August 25, 2003, 09:40:00 PM »

try removing the following.

<Overrides>
</Overrides>



if nothing is specified, it probably shouldnt be there and im not sure if it is erroring the ftp connection, especially since you can connect through evox.
Logged

karishbhr

  • Archived User
  • Full Member
  • *
  • Posts: 216
Started Mxm As My Dash
« Reply #21 on: August 26, 2003, 09:58:00 AM »

I did the menu cache and it didnt fix nething... I took out the overide thing and it didnt fix nething... Movies (that I put in as MXM_SS.wmv), newsfeed, and ftp dont work!
Logged

karishbhr

  • Archived User
  • Full Member
  • *
  • Posts: 216
Started Mxm As My Dash
« Reply #22 on: August 26, 2003, 03:06:00 PM »

FINALLY, everything works!!! Well almost, FTP works, newsfeed works, but for some reason the thombnails feature wont work. The key to fixing everything was to make my own xml, it was rather easy and a great choice on my part, heres the xml... se if u can figure out why the thumbs wont work:

<Config>
 <Main>
   <DiscTitle>Media X Menu</DiscTitle>
   <DiscSubtitle>MXM</DiscSubtitle>
   <SkinsPath>C:MXMSkins</SkinsPath>
   <AllowVideoSound>True</AllowVideoSound>
   <RemoveDuplicates>True</RemoveDuplicates>
   <RemoveInvalid>True</RemoveInvalid>
 </Main>
 <Preferences>
   <UseCelsius>False</UseCelsius>
   <DeepMultiSearch>False</DeepMultiSearch>
   <AutoLoadMulti>True</AutoLoadMulti>
   <AutoLaunchGame>True</AutoLaunchGame>
   <AutoLaunchMovie>False</AutoLaunchMovie>
   <DVDPlayer />
   <DVDPlayerCommandLine />
   <Nickname>Blake's MXM</Nickname>
   <FTPPriority>Highest</FTPPriority>
   <SynchronizeClock>False</SynchronizeClock>
   <TimeServerIP />
 </Preferences>
 <Network>
   <UseDHCP>false</UseDHCP>
   <IP>192.168.1.104</IP>
   <DefaultGateway>192.168.1.1</DefaultGateway>
   <SubnetMask>255.255.255.0</SubnetMask>
   <DNS1>192.168.1.1</DNS1>
 </Network>
 <Newsfeed name="xs">
 <Global>True</Global>
 <RotateChannels>True</RotateChannels>
 <URL>http://www.xbox-scen...scene.xml</URL>
 <UpdateIntervalMin>20</UpdateIntervalMin>
 <RotateItemInterval>5</RotateItemInterval>
 </Newsfeed>
 <FTPServer>
   <ServerPort>21</ServerPort>
   <AllowAnon>True</AllowAnon>
   <AnonRoot>/</AnonRoot>
 </FTPServer>
 <Music>
   <UseMusic>True</UseMusic>
   <Directory />
   <Global>False</Global>
   <Random>True</Random>
 </Music>
 <Menu>
   <Submenu>
     <Title>Applications</Title>
     <Media />
     <Item>
       <Title>BiosCheck</Title>
       <Description>Checks the bios</Description>
       <Exe>E:AppsBiosCheckdefault.xbe</Exe>
       <Media />
       <AutoDir />
       <Passcode />
       <Thumbnail>E:AppsBiosCheckdefault.xbe</Thumbnail>
     </Item>
     <Item>
       <Title>boXplorer</Title>
       <Description>Hard Drive Explorer</Description>
       <Exe>E:AppsboXplorerdefault.xbe</Exe>
       <Media />
       <AutoDir />
       <Passcode />
       <Thumbnail>E:AppsboXplorerdefault.xbe</Thumbnail>
     </Item>
     <Item>
       <Title>XBWatch</Title>
       <Description>XBOX Time</Description>
       <Exe>E:AppsXBWatchdefault.xbe</Exe>
       <Media />
       <AutoDir />
       <Passcode />
       <Thumbnail>E:AppsXBWatchdefault.xbe</Thumbnail>
     </Item>
     <Submenu>
       <Title>Dashboards</Title>
       <Media />
       <Item>
         <Title>Evox</Title>
         <Description>Evolution-X</Description>
         <Exe>c:evox.xbe</Exe>
         <Media />
         <AutoDir />
         <Passcode />
         <Thumbnail>c:evox.xbe</Thumbnail>
       </Item>
       <Item>
         <Title>MXM</Title>
         <Description>Media-X-Menu</Description>
         <Exe>c:evoxdash.xbe</Exe>
         <Media />
         <AutoDir />
         <Passcode />
         <Thumbnail>c:evoxdash.xbe</Thumbnail>
       </Item>
       <Item>
         <Title>XBOX</Title>
         <Description>The Default</Description>
         <Exe>c:xboxdash.xbe</Exe>
         <Media />
         <AutoDir />
         <Passcode />
         <Thumbnail>c:xboxdash.xbe</Thumbnail>
       </Item>
     </Submenu>
   </Submenu>
   <Submenu>
     <Title>Games</Title>
     <Media />
     <Item>
       <Title>Breakout3D</Title>
       <Description />
       <Exe>E:gamesBreakout 3ddefault.xbe</Exe>
       <Media />
       <AutoDir />
       <Passcode />
       <Thumbnail>E:gamesBreakout 3ddefault.xbe</Thumbnail>
     </Item>
     <Item>
       <Title>Project 64X</Title>
       <Description>N64 Emulator</Description>
       <Exe>E:gamesN64 Emudefault.xbe</Exe>
       <Media />
       <AutoDir />
       <Passcode />
       <Thumbnail>E:gamesN64 Emudefault.xbe</Thumbnail>
     </Item>
   </Submenu>
   <Submenu>
     <Title>Media</Title>
     <Media />
     <Item>
       <Title>DVDX</Title>
       <Description>DVD Player</Description>
       <Exe>E:AppsDVDXdefault.xbe</Exe>
       <Media />
       <AutoDir />
       <Passcode />
       <Thumbnail>E:AppsDVDXdefault.xbe</Thumbnail>
     </Item>
     <Item>
       <Title>XBMP</Title>
       <Description>XBOX Media Player</Description>
       <Exe>E:AppsXBMPdefault.xbe</Exe>
       <Media />
       <AutoDir />
       <Passcode />
       <Thumbnail>E:AppsXBMPdefault.xbe</Thumbnail>
     </Item>
   </Submenu>
 </Menu>
</Config>
Logged

karishbhr

  • Archived User
  • Full Member
  • *
  • Posts: 216
Started Mxm As My Dash
« Reply #23 on: August 26, 2003, 03:54:00 PM »

QUOTE (DBZRacer @ Aug 27 2003, 12:31 AM)
Is that a copy and paste of your mxm.xml file?  blink.gif

If so, first thing you want to do is seperate them out since it looks like you comibined your mxm.xml and menu.xml file into one.

mxm.xml

menu.xml

HMMM, interesting... everything works but the thumbnails... all I did was start from scratch with Myxomatosis.. I followed the guide step by step
Logged

karishbhr

  • Archived User
  • Full Member
  • *
  • Posts: 216
Started Mxm As My Dash
« Reply #24 on: August 26, 2003, 07:29:00 PM »

dude u made me nervous... I need some answers
Logged

hazed69

  • Archived User
  • Full Member
  • *
  • Posts: 199
Started Mxm As My Dash
« Reply #25 on: August 27, 2003, 01:53:00 PM »

whats wrong with your mxm ??
Logged

karishbhr

  • Archived User
  • Full Member
  • *
  • Posts: 216
Started Mxm As My Dash
« Reply #26 on: August 27, 2003, 02:37:00 PM »

QUOTE (hazed69 @ Aug 27 2003, 10:53 PM)
whats wrong with your mxm ??

Thumbnails wont show up... the xml is posted on page 2 if u wanna check it out
Logged

Habs69M

  • Archived User
  • Full Member
  • *
  • Posts: 190
Started Mxm As My Dash
« Reply #27 on: August 27, 2003, 03:30:00 PM »

Here is part of my menu.xml

<submenu>
<title>Games...</title>
<thumbnail>E:ApplicationsMXMmediaXlogo2.png</thumbnail>
<Media>E:ApplicationsMXMmediagames.png</Media>
<Item>
<AutoDir Flatten="True" NoDemo="True" DefaultOnly="True">F:HDDLoader</AutoDir>
</Item>
</submenu>

<submenu>
<title>Applications...</title>
<thumbnail>E:ApplicationsMXMmediaXlogo2.png</thumbnail>
<Media>E:ApplicationsMXMmediaapps.png</Media>
<Item>
<AutoDir Flatten="True" NoDemo="True" DefaultOnly="True">E:Applications</AutoDir>
</Item>
</submenu>

<submenu>
<title>Emulators...</title>
<thumbnail>E:ApplicationsMXMmediaXlogo2.png</thumbnail>
<Media>E:ApplicationsMXMmediaemu.png</Media>
<Item>
<AutoDir Flatten="True" NoDemo="True" DefaultOnly="True">F:Emulators</AutoDir>
</Item>
</submenu>


Dont know if it will help but i hade trouble reading yours (understanding it anyways)
Logged

karishbhr

  • Archived User
  • Full Member
  • *
  • Posts: 216
Started Mxm As My Dash
« Reply #28 on: August 27, 2003, 05:23:00 PM »

I understand mine completely... someone please help me though
Logged

karishbhr

  • Archived User
  • Full Member
  • *
  • Posts: 216
Started Mxm As My Dash
« Reply #29 on: August 28, 2003, 01:44:00 PM »

neone neone at all?
Logged
Pages: 1 [2] 3