/* name of the icon used for notifications */ #define ICON_SOUND "sound" /* strings used to display notification messages * TEXT_PLAY needs to include three '%s', in order: * title, artist, album */ #define TEXT_TOPIC "MPD Notification" #define TEXT_PLAY "Playing %s\nby %s\nfrom %s" #define TEXT_PAUSE "Paused playback" #define TEXT_STOP "Stopped playback" #define TEXT_UNKNOWN "(unknown)"