mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-01 01:53:32 +01:00
19 lines
425 B
Text
19 lines
425 B
Text
|
# mpDris2 Configuration
|
||
|
# Default values are commented out
|
||
|
|
||
|
[Connection]
|
||
|
# You can also export $MPD_HOST and/or $MPD_PORT to change the server.
|
||
|
host = ~/.config/mpd/socket
|
||
|
#port = 6600
|
||
|
#password =
|
||
|
|
||
|
[Library]
|
||
|
music_dir = ~/Music
|
||
|
cover_regex = ^(album|cover|\.?folder|front).*\.(gif|jpeg|jpg|png)$
|
||
|
|
||
|
[Bling]
|
||
|
mmkeys = True
|
||
|
notify = False
|
||
|
# Urgency of the notification: 0 for low, 1 for medium and 2 for high.
|
||
|
#notify_urgency = 0
|