XBMC remote music interface 
version 0.2
Created by jonny2002

Description:

Control the music playing part of "Xbox Media Center" 
without the need to have your tv turned on, wirelessly 
from anywhere in your house.
Switch to "controller mode", and use the PSP as an 
wireless controller for XBMC.  

Requirements:
-Modded xbox with XBMC release from 2006

Installation:
Copy both folders (XBMCrmi and XBMCrmi%) to the  '/PSP/GAME' 
directory on your memory stick. Open the settings.ini file 
and edit the network settings.

Controls:
D-pad:        navigate
Cross:        select
Circle:       back
Square:       stop
Triangle:     pause on/off
L-Trigger:    skip to previous song
R-Trigger:    skip to next song
Analog stick: fast rewind/fast forward
Select:       add to/delete from playlist
Start:        enter "controller mode"

Notes:
-Only testet with firmware 1.5
-Its released as a standalone PSP app, using Elxx's compile of LuaPlayer,
 for better network handling. If you still have network problems, try turning 
 off "WLAN Power Saving" on your PSP. 
-The Graphic is "borrowed" from the official XBMC skin - "Project Mayhem III"  
-Remember to enable the web server in XBMC
-If you have problems with XBMC going into a black screen, turn off the
 "Use Visualisation if playing audio" under Appearance|Screensaver (on the xbox).
-In "controller mode" the start button does not work properly. I think this is
 a bug in XBMCs HTTPAPI.

Credits:
- ChokeManiac (www.chokemaniac.net) for the graphic
- nad and friends for adding the HTTPApi functionality to XBMC
- Elxx for fixing the useConnectionConfig function.


Changelog:

0.2
---
-Added playlist support
-Added support for album art
-Added skip to previous/next song with L/R-trigger
-Added fast rewind/fast forward with analog stick.
-Added "controller mode", enter with Start.
-More informative error messages.
-Better network recovery when bringing the PSP out of sleep mode.
-Playing SHOUTcast streams (and probably also ITunes streams) caused a crach.   
-Increased the timeout from 7 to 15 seconds during transfer of data, accessing
 internet streams would sometimes timeout on slow lines.
-Fixed a bug with parsing of SMB shares containing domain name.
-Fixed an index off by one bug in the network selection screen.

0.1
---
Initial Release