new file: config/mpDris2/mpDris2.conf new file: config/mpd/mpd.conf new file: config/rmpc/config.ron new file: config/rmpc/themes/zzz.ron
36 lines
1.1 KiB
Text
36 lines
1.1 KiB
Text
# 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 = /run/user/1000/mpd/socket
|
|
#port = 6600
|
|
#password =
|
|
|
|
[Library]
|
|
music_dir = ~/mus/
|
|
cover_regex = ^(album|cover|\.?folder|front).*\.(gif|jpeg|jpg|png)$
|
|
|
|
[Bling]
|
|
#mmkeys = True
|
|
notify = False
|
|
# Send notifications while paused?
|
|
#notify_paused = True
|
|
# CD-like previous command: if playback is past 3 seconds, seek to the beginning
|
|
#cdprev = True
|
|
|
|
#[Notify]
|
|
# Urgency of the notification: 0 for low, 1 for medium and 2 for high.
|
|
#urgency = 0
|
|
# Timeout of the notification in milliseconds. -1 uses the notification's default
|
|
# and 0 sets the notification to never timeout.
|
|
#timeout = -1
|
|
# Format the notification's summary and body in either playing or paused state.
|
|
# Leave blank to use mpDris2's internal defaults.
|
|
# Possible values:
|
|
# %album%, %title%, %id%, %time%, %timeposition%, %date%, %track%,
|
|
# %disc%, %artist%, %albumartist%, %composer%, %genre%, %file%
|
|
#summary =
|
|
#body =
|
|
#paused_summary =
|
|
#paused_body =
|