diff options
author | Squibid <me@zacharyscheiman.com> | 2024-04-30 23:44:26 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-04-30 23:44:26 -0400 |
commit | 8a8291bd82935290b69187b92d04842eb0ce1533 (patch) | |
tree | 9e757514efd8761011ed7338e8fd3a47a541c893 /mpdnotify/conf | |
parent | ae6439f07c8ba4397c9d1553213f0b4b8b5c9f24 (diff) | |
download | runit-services-8a8291bd82935290b69187b92d04842eb0ce1533.tar.gz runit-services-8a8291bd82935290b69187b92d04842eb0ce1533.tar.bz2 runit-services-8a8291bd82935290b69187b92d04842eb0ce1533.zip |
don't extract coverart by default
Diffstat (limited to '')
-rw-r--r-- | mpdnotify/conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpdnotify/conf b/mpdnotify/conf index ea5ab13..f5dffdb 100644 --- a/mpdnotify/conf +++ b/mpdnotify/conf @@ -1,5 +1,5 @@ #!/bin/sh ID=18 -coverart=1 # extract coverart on song change +coverart=0 # extract coverart on song change coverartfile=/tmp/coverart.png # path to put extracted coverart |