Update where music is stored for ncmpcpp
This commit is contained in:
parent
de7db3ac3a
commit
6ab7b8ef99
1 changed files with 2 additions and 2 deletions
4
ncmpcpp
4
ncmpcpp
|
@ -19,7 +19,7 @@ lyrics_directory = ~/.lyrics
|
||||||
#
|
#
|
||||||
##### connection settings #####
|
##### connection settings #####
|
||||||
#
|
#
|
||||||
mpd_host = localhost
|
mpd_host = "~/.mpd/socket"
|
||||||
#
|
#
|
||||||
mpd_port = 6600
|
mpd_port = 6600
|
||||||
#
|
#
|
||||||
|
@ -27,7 +27,7 @@ mpd_connection_timeout = 5
|
||||||
#
|
#
|
||||||
## Needed for tag editor and file operations to work.
|
## Needed for tag editor and file operations to work.
|
||||||
##
|
##
|
||||||
mpd_music_dir = ~/music
|
mpd_music_dir = "/mnt/DATA3/music"
|
||||||
#
|
#
|
||||||
#mpd_crossfade_time = 5
|
#mpd_crossfade_time = 5
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue