aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index d4b515d..5130f8a 100644
--- a/README.md
+++ b/README.md
@@ -84,10 +84,21 @@ look like this:
port = 6600
music-dir = /srv/media/music/
scale = 200
+ text-topic = MPD Notification
+ text-play = Playing <b>%t</b>\nby <i>%a</i>\nfrom <i>%A</i>
+ text-pause = Paused <b>%t</b>\nby <i>%a</i>\nfrom <i>%A</i>
+ text-stop = Stopped playback
timeout = 20
Unused options can be commented or removed completely.
+The options `text-play` and `text-pause` support custom formatting with
+these specifiers:
+
+* *%t*: title
+* *%a*: artist
+* *%A*: album
+
Artwork
-------