From 8a60c98ecb161df1040ccca3259750b1aeb1d2e7 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 19 Jun 2024 21:35:11 +0200 Subject: add a format specifier for duration --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index f262cfe..b8ef018 100644 --- a/config.def.h +++ b/config.def.h @@ -27,7 +27,7 @@ /* strings used to display notification messages * TEXT_PLAY & TEXT_PAUSE can include several specifiers: - * %t for title, %a for artist and %A for album */ + * %t for title, %a for artist, %A for album and %d for duration */ #define TEXT_TOPIC "MPD Notification" #define TEXT_PLAY "Playing %t\nby %a\nfrom %A" #define TEXT_PAUSE "Paused %t\nby %a\nfrom %A" -- cgit v1.2.3-54-g00ecf