mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-06-18 05:06:38 +02:00
Introduced mpDris2 client for local MPD
This commit is contained in:
parent
10189191f7
commit
0ca7a16d52
5 changed files with 61 additions and 20 deletions
18
mpd/mpDris2.conf
Normal file
18
mpd/mpDris2.conf
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue