diff options
Diffstat (limited to '.config/mpDris2')
| -rw-r--r-- | .config/mpDris2/mpDris2.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.config/mpDris2/mpDris2.conf b/.config/mpDris2/mpDris2.conf new file mode 100644 index 0000000..056e209 --- /dev/null +++ b/.config/mpDris2/mpDris2.conf @@ -0,0 +1,19 @@ +# Copy this to /etc/mpDris2.conf or ~/.config/mpDris2/mpDris2.conf +# Default values are shown here, commented out. + +[Connection] +# You can also export $MPD_HOST and/or $MPD_PORT to change the server. +#host = localhost +#port = 6600 +#password = + +[Library] +#music_dir = +#cover_regex = ^(album|cover|\.?folder|front).*\.(gif|jpeg|jpg|png)$ + +[Bling] +notify = False +#mmkeys = True +#notify = True +# Urgency of the notification: 0 for low, 1 for medium and 2 for high. +#notify_urgency = 0 |
