In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

WiiMPC: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Sshock (talk | contribs)
Sshock (talk | contribs)
No edit summary
Line 5: Line 5:
| type        = Media
| type        = Media
| author      = [[User:Sshock|Sshock]]
| author      = [[User:Sshock|Sshock]]
| download    = [http://sshock.net/wiimpc_0.1.zip 0.1]
| download    = [http://sshock.net/wiimpc_0.1a.zip 0.1]
| source      = [http://sshock.net/wiimpc_0.1_src.zip 0.1 source]
| source      = [http://sshock.net/wiimpc_0.1a_src.zip 0.1 source]
| version    = 0.1 (08-20-2008)
| version    = 0.1 (08-20-2008)
| peripherals = {{Wiimote1}}
| peripherals = {{Wiimote1}}
Line 49: Line 49:


==Change Log==
==Change Log==
===0.1a===
* '''Scrolls title if too long'''
* '''Control with any wiimote'''
* '''Prettify filename (when used as song title)'''
===0.1===
===0.1===
* '''Initial Release'''
* '''Initial Release'''
Line 57: Line 62:
==Todo==
==Todo==
* Fancier graphics
* Fancier graphics
* Scroll title if too long
* Control with any wiimote
* Ability to enter mpd server name (e.g., via OSK)
* Ability to enter mpd server name (e.g., via OSK)
* Ability to clear/change/shuffle playlist (e.g., via a home-button menu)
* Ability to clear/change/shuffle playlist (e.g., via a home-button menu)


[[category:Homebrew_using_GRRLib|P]]
[[category:Homebrew_using_GRRLib|P]]

Revision as of 05:33, 25 August 2008

WiiMPC
General
Author(s)Sshock
TypeMedia
Version0.1 (08-20-2008)
Links
[[0.1|Download]]
[[0.1 source|Source]]
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 of the machine running MPD.

The source is available, and of course patches are welcome.

Controls

Controller Button Action
Wiimote A Button Play / Pause
Wiimote 2 Button Stop
Wiimote D-Pad Left Previous Song
Wiimote D-Pad Right Next Song
Wiimote + Button Volume Up
Wiimote - Button Volume Down
Wiimote HOME Button Return to HBC

Screenshot

Change Log

0.1a

  • Scrolls title if too long
  • Control with any wiimote
  • Prettify filename (when used as song title)

0.1

  • Initial Release

Known Bugs

  • Sometimes freezes on "Exiting, please wait..."

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)