diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-08-13 04:30:26 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-08-13 04:30:26 +0000 |
commit | e7fea90327419214531371543662056c1398470d (patch) | |
tree | 8b7642b5cac62994ff55f80e733dedbff22105bf /config | |
parent | 3836a33d1c210a806c13f9bb172724394fb3fd80 (diff) | |
download | ampache-e7fea90327419214531371543662056c1398470d.tar.gz ampache-e7fea90327419214531371543662056c1398470d.tar.bz2 ampache-e7fea90327419214531371543662056c1398470d.zip |
new mpd mojo from rosensama and rperkins
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 7bf9ff36..bfee16ed 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -470,6 +470,10 @@ rss_song_description = <![CDATA[$song->f_title @ $album played by $user->fullna # DEFAULT: "" #mpd_pass = "" +# MPD base directory +# this is the directory mpd.conf's music_directory points to, but +# it's the path on your Ampache server, not the mpd server +#mpd_dir = "" # MPD Method # This is the method you want to use to pass your |