diff options
author | Christian Hesse <mail@eworm.de> | 2016-10-05 15:56:28 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-10-05 22:40:32 +0200 |
commit | 81300293395926cf1b7633db4679f3e5ab6beca0 (patch) | |
tree | d211903d36f20861a4f841e1c5c6264ae7c652a5 /README.md | |
parent | allow to scale artwork images (diff) | |
download | mpd-notification-81300293395926cf1b7633db4679f3e5ab6beca0.tar.gz mpd-notification-81300293395926cf1b7633db4679f3e5ab6beca0.tar.bz2 mpd-notification-81300293395926cf1b7633db4679f3e5ab6beca0.tar.xz mpd-notification-81300293395926cf1b7633db4679f3e5ab6beca0.tar.zst mpd-notification-81300293395926cf1b7633db4679f3e5ab6beca0.zip |
keep aspect ratio when scaling
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -61,8 +61,9 @@ or `systemctl --user enable mpd-notification`. * *-m MUSIC-DIR*: use *MUSIC-DIR* for artwork lookup * *-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 * *-t TIMEOUT*: notification timeout, *TIMEOUT* in seconds -* *-s PIXELS*: scale image to *PIXELS* x *PIXELS* pixels * *-v*: verbose output * *-V*: print version information |