diff options
Diffstat (limited to '')
-rw-r--r-- | mpdnotify/conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mpdnotify/conf b/mpdnotify/conf new file mode 100644 index 0000000..ea5ab13 --- /dev/null +++ b/mpdnotify/conf @@ -0,0 +1,5 @@ +#!/bin/sh +ID=18 + +coverart=1 # extract coverart on song change +coverartfile=/tmp/coverart.png # path to put extracted coverart |