9 lines
251 B
Text
9 lines
251 B
Text
|
#### connection settings #####
|
||
|
mpd_host = localhost
|
||
|
mpd_port = 6600
|
||
|
mpd_connection_timeout = 5
|
||
|
mpd_music_dir = /run/media/vibikim/WAD/Music
|
||
|
|
||
|
execute_on_song_change = notify-send "Now Playing" "$(mpc --format '%title% \n %artist% - %album%' current)"
|
||
|
|