add support for user defined mpd host, password and port in config file

This commit is contained in:
unK
2008-10-27 20:50:02 +01:00
parent beee0bc9d3
commit db6eb9bc38
4 changed files with 35 additions and 1 deletions

View File

@@ -7,6 +7,12 @@
#
## set it in order to make tag editor and renaming files work properly
#
#mpd_host = "localhost"
#
#mpd_password = ""
#
#mpd_port = "6600"
#
#mpd_music_dir = "/var/lib/mpd/music"
#
#mpd_connection_timeout = "5"