mpd & ncmpcpp
This commit is contained in:
parent
2424981b61
commit
134684e192
4 changed files with 14 additions and 2 deletions
8
ncmpcpp/config
Normal file
8
ncmpcpp/config
Normal file
|
@ -0,0 +1,8 @@
|
|||
#### 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)"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue