From 53950b19fc05087cc90aef36ddc391d4c28eb169 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 9 Jul 2015 09:14:08 +0200 Subject: rework the notification string handling --- config.def.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 934f64c..8e86b5a 100644 --- a/config.def.h +++ b/config.def.h @@ -17,12 +17,14 @@ /* 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_NONE "No action received yet." -#define TEXT_UNKNOWN "(unknown)" +#define TEXT_TOPIC "MPD Notification" +#define TEXT_PLAY_TITLE "Playing %s" +#define TEXT_PLAY_ARTIST "\nby %s" +#define TEXT_PLAY_ALBUM "\nfrom %s" +#define TEXT_PAUSE "Paused playback" +#define TEXT_STOP "Stopped playback" +#define TEXT_NONE "No action received yet." +#define TEXT_UNKNOWN "(unknown)" /* this is a regular expression that has to match image filename used * for artwork */ -- cgit v1.2.3-54-g00ecf