add custom keys configuration

This commit is contained in:
unknown
2008-08-23 19:31:22 +02:00
parent 72cb5d8217
commit f61847c46c
11 changed files with 399 additions and 95 deletions

View File

@@ -293,6 +293,11 @@ void NcmpcppStatusChanged(MPDConnection *Mpd, MPDStatusChanges changed, void *da
PlayerState mpd_state = Mpd->GetState();
switch (mpd_state)
{
case psUnknown:
{
player_state = "[unknown]";
break;
}
case psPlay:
{
player_state = "Playing: ";