2010-08-23, 13:26
Hi,
I've been working on this for past few days, this is my first python/XBMC addon peace. Take a look if you are interested.
MPDClient is my attempt to control my remote MPD servers, which are streaming over http. Take a look http://wiki.github.com/lzoubek/xbmc-plugin-mpdc/ for more details.
MPDClient works (was tested) in Dharma and latest trunk XBMC builds (eden).
Install Instructions:
- MPD Client is available via Addon Browser in official repository, so it can be installed directly from XBMC.
or if you want most fresh/development version
- Get latest script source from github repo (http://github.com/lzoubek/xbmc-plugin-mpdc) Be sure to select right branch
- Place the script folder in <xbmc profile>/addons/ and name it plugin.program.mpdc.
Or linux users can use install.sh script instead
Thank you for any feedback.
I've been working on this for past few days, this is my first python/XBMC addon peace. Take a look if you are interested.
MPDClient is my attempt to control my remote MPD servers, which are streaming over http. Take a look http://wiki.github.com/lzoubek/xbmc-plugin-mpdc/ for more details.
MPDClient works (was tested) in Dharma and latest trunk XBMC builds (eden).
Install Instructions:
- MPD Client is available via Addon Browser in official repository, so it can be installed directly from XBMC.
or if you want most fresh/development version
- Get latest script source from github repo (http://github.com/lzoubek/xbmc-plugin-mpdc) Be sure to select right branch
- Place the script folder in <xbmc profile>/addons/ and name it plugin.program.mpdc.
Or linux users can use install.sh script instead
Thank you for any feedback.