diff options
author | Christian Hesse <mail@eworm.de> | 2024-06-19 10:32:18 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-06-19 21:42:47 +0200 |
commit | 25448507c67822a3fa3433eebcb35a784bfe5be2 (patch) | |
tree | f7ce613c932e47df32751e6acd999fd3635911df /README.md | |
parent | a07e7ec5d4e8477f731b12e1226d6775f5622f14 (diff) | |
download | mpd-notification-25448507c67822a3fa3433eebcb35a784bfe5be2.tar.gz mpd-notification-25448507c67822a3fa3433eebcb35a784bfe5be2.tar.zst |
support custom format at build time...
... and drop the option for oneline formatting. That can be
achived differently now.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -65,7 +65,6 @@ or `systemctl --user enable mpd-notification`. * *-m MUSIC-DIR*: use *MUSIC-DIR* for artwork lookup * *--notification-file-workaround*: write artwork to file for notification daemons that do required it -* *-o*: Notification text is one line (no line breaks) * *-p PORT*: connect to *PORT* * *-s PIXELS*: scale image to a maximum size *PIXELS* x *PIXELS* pixels, keeping ratio @@ -84,7 +83,6 @@ look like this: host = localhost port = 6600 music-dir = /srv/media/music/ - oneline = true scale = 200 timeout = 20 |