Line 15:
Line 15:
It utilizes the WiiMote to control your music server with buttons for play/pause/stop, change song, and change volume. The screen shows the current song, song position, and volume.
It utilizes the WiiMote to control your music server with buttons for play/pause/stop, change song, and change volume. The screen shows the current song, song position, and volume.
+
+
Install WiiMPC like any other HomeBrew channel app, and create a file in the same directory called wiimpc.conf, with a single line in it:
+
<pre>
+
MPD_HOST = mpdserver
+
</pre>
+
where "mpdserver" is the hostname of the machine running MPD.
The source is available, and of course patches are welcome.
The source is available, and of course patches are welcome.