More actions
(Created page with "{{#seo: |title=Wii Homebrew Apps (Media players) - GameBrew |title_mode=append |image=wiimpcwii.jpg |image_alt=WiiMPC }} {{Infobox Wii Homebrews |title=WiiMPC |image=wiimpcwii...") |
No edit summary |
||
Line 15: | Line 15: | ||
|license=Not specified (open source) | |license=Not specified (open source) | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/wiimpcwii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/wiimpcwii.7z | ||
|website= | |website= | ||
|source= | |source= | ||
}} | }} | ||
'''WiiMPC''' is a simple [http://www.musicpd.org/ MPD] client for the Wii. | |||
== | 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; then create a file in the wiimpc directory called wiimpc.conf, with a single line in it: | |||
<pre> | |||
MPD_HOST = mpdserver | |||
</pre> | |||
where "mpdserver" is the hostname or IP address of the machine running MPD. | |||
The source is available, and of course patches are welcome. | |||
== Controls == | |||
{| class="wikitable" style="text-align:center;" | |||
|- | |||
! Wiimote !! Action | |||
|- | |||
| Wiimote A Button || Play / Pause | |||
|- | |||
| Wiimote 2 Button || Stop | |||
|- | |||
| Wiimote DPad Left || Previous Song | |||
|- | |||
| Wiimote DPad Right || Next Song | |||
|- | |||
| Wiimote Plus Button || Volume Up | |||
|- | |||
| Wiimote Minus Button || Volume Down | |||
|- | |||
| Wiimote Home Button || Return to HBC | |||
|} | |||
== Change Log == | |||
'''0.1b''' | |||
* Bug fix: Using an IP address for the MPD_HOST would not work sometimes. | |||
* Darken instead of blank screen while exiting. | |||
'''0.1a''' | |||
* Scrolls title if too long | |||
* Control with any wiimote | |||
* Prettify filename (when used as song title) | |||
'''0.1''' | |||
* Initial Release | |||
== Known Bugs == | |||
* Erratic network behavior on occasion... | |||
== Todo == | |||
* Fancier graphics | |||
* Ability to enter mpd server name (e.g., via OSK) | |||
* Ability to clear/change/shuffle playlist (e.g., via a home-button menu) | |||
* Show upcoming songs | |||
* Get reasonable about the version numbering (major.minor.revision) | |||
* Add Icecast/SHOUTcast streaming from the MPD server | |||
==External links== | |||
* Homepage - https://web.archive.org/web/20050405000618/http://www.sshock.com/ | |||
* Wiibrew - https://wiibrew.org/wiki/WiiMPC |
Revision as of 02:29, 28 Haziran 2022
WiiMPC | |
---|---|
General | |
Author | Sshock |
Type | Media players |
Version | 0.1b |
License | Not specified (open source) |
Last Updated | 2009/01/19 |
Links | |
Download | |
WiiMPC is a simple MPD client for the Wii.
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; then create a file in the wiimpc directory called wiimpc.conf, with a single line in it:
MPD_HOST = mpdserver
where "mpdserver" is the hostname or IP address of the machine running MPD.
The source is available, and of course patches are welcome.
Controls
Wiimote | Action |
---|---|
Wiimote A Button | Play / Pause |
Wiimote 2 Button | Stop |
Wiimote DPad Left | Previous Song |
Wiimote DPad Right | Next Song |
Wiimote Plus Button | Volume Up |
Wiimote Minus Button | Volume Down |
Wiimote Home Button | Return to HBC |
Change Log
0.1b
- Bug fix: Using an IP address for the MPD_HOST would not work sometimes.
- Darken instead of blank screen while exiting.
0.1a
- Scrolls title if too long
- Control with any wiimote
- Prettify filename (when used as song title)
0.1
- Initial Release
Known Bugs
- Erratic network behavior on occasion...
Todo
- Fancier graphics
- Ability to enter mpd server name (e.g., via OSK)
- Ability to clear/change/shuffle playlist (e.g., via a home-button menu)
- Show upcoming songs
- Get reasonable about the version numbering (major.minor.revision)
- Add Icecast/SHOUTcast streaming from the MPD server