Difference between revisions of "WiiMPC"
Jump to navigation
Jump to search
(→TODO) |
(Locally hosted the download and source) |
||
(18 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Infobox | + | {{Infobox homebrew |
− | | image = [[ | + | | image = [[File:Wiimpc.png|200px]] |
| title = WiiMPC | | title = WiiMPC | ||
− | + | | type = media player | |
− | | type = | ||
| author = [[User:Sshock|Sshock]] | | author = [[User:Sshock|Sshock]] | ||
− | | download = | + | | version = 0.1b |
− | | source = | + | | licence = Not specified (open source) |
− | + | | download = Media:Wiimpc_0.1b.zip | |
+ | | source = Media:Wiimpc_0.1b_src.zip | ||
| peripherals = {{Wiimote1}} | | peripherals = {{Wiimote1}} | ||
− | + | | hbb = yes | |
− | | hbb = | ||
}} | }} | ||
Line 21: | Line 20: | ||
MPD_HOST = mpdserver | MPD_HOST = mpdserver | ||
</pre> | </pre> | ||
− | where "mpdserver" is the hostname of the machine running MPD. | + | where "mpdserver" is the hostname or IP address 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. | ||
− | ==Controls== | + | == Controls == |
{| class="wikitable" style="text-align:center;" | {| class="wikitable" style="text-align:center;" | ||
|- | |- | ||
− | ! | + | ! {{Wiimote}} !! Action |
|- | |- | ||
− | + | | {{WiimoteAButton}} || Play / Pause | |
|- | |- | ||
− | + | | {{Wiimote2Button}} || Stop | |
|- | |- | ||
− | + | | {{WiimoteDPadLeft}} || Previous Song | |
|- | |- | ||
− | + | | {{WiimoteDPadRight}} || Next Song | |
|- | |- | ||
− | + | | {{WiimotePlusButton}} || Volume Up | |
|- | |- | ||
− | + | | {{WiimoteMinusButton}} || Volume Down | |
|- | |- | ||
− | + | | {{WiimoteHomeButton}} || 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 === | |
− | ===0. | + | * 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 | ||
− | [[ | + | [[Category:Homebrew using GRRLib]] |
Latest revision as of 19:03, 21 August 2022
WiiMPC | |
![]() | |
General | |
---|---|
Author(s) | Sshock |
Type | Media player |
Version | 0.1b |
Licence | Not specified (open source) |
Links | |
Download | |
Source | |
Downloadable via the Homebrew Browser | |
Peripherals | |
![]() |
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
![]() |
Action |
---|---|
![]() |
Play / Pause |
![]() |
Stop |
![]() |
Previous Song |
![]() |
Next Song |
![]() |
Volume Up |
![]() |
Volume Down |
![]() |
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