diff --git a/contrib/mt-daapd.conf b/contrib/mt-daapd.conf index 829c46fa..949704bc 100644 --- a/contrib/mt-daapd.conf +++ b/contrib/mt-daapd.conf @@ -34,7 +34,7 @@ admin_pw mt-daapd # This is where mt-daapd stores its database of song information. # -db_dir /var/lib/mt-daapd +db_dir /var/cache/mt-daapd # # mp3_dir (required) @@ -90,5 +90,18 @@ playlist /etc/mt-daapd.playlist #password mp3 +# +# extensions (optional) +# +# These are the file extensions that the daap server will +# try to index and serve. By default, it only indexes and +# serves .mp3 files. It can also server .m4a and .m4p files, +# and just about any other files, really. Unfortunately, while +# it can *attempt* to serve other files (.ogg?), iTunes won't +# play them. Perhaps this would be useful on Linux with +# Rhythmbox (are you guys done with that yet?) +# + +#extensions .mp3,.m4a