mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-23 20:53:19 -05:00
Fix example config
This commit is contained in:
parent
68c995db3b
commit
eb1dba3099
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user