diff options
author | Martin Thomas <mtadk@hamtam.de> | 2017-07-12 09:07:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-13 19:00:35 +0200 |
commit | b4a3dc01fcda589cbbc0888c5d0f0ee3ffeed509 (patch) | |
tree | 759e83b0805a392baccab085a1b76bca6b48267a /package/mpd/files | |
parent | 871177877a7235d21e666c3ac6569ebd805cfcfd (diff) |
mpd/ympd updates and fixes
- make mpd.conf more generic
- added dependency on libressl to fix compile errors
Signed-off-by: Martin Thomas <mtadk@hamtam.de>
Diffstat (limited to 'package/mpd/files')
-rw-r--r-- | package/mpd/files/mpd.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/mpd/files/mpd.conf b/package/mpd/files/mpd.conf index 96fdb190e..4c6cfe471 100644 --- a/package/mpd/files/mpd.conf +++ b/package/mpd/files/mpd.conf @@ -1,7 +1,7 @@ # An example configuration file for MPD user "mpd" auto_update "no" -music_directory "/media/music" +music_directory "/data/music" playlist_directory "/data/mpd/playlists" state_file "/data/mpd/state" db_file "/data/mpd/database" @@ -9,14 +9,13 @@ pid_file "/var/run/mpd/mpd.pid" log_file "syslog" filesystem_charset "UTF-8" id3v1_encoding "UTF-8" -mixer_type "disabled" +mixer_type "software" # An example of an ALSA output audio_output { type "alsa" name "My ALSA Device" device "hw:0,0" - format "44100:16:2" } # An example of an ALSA output (USB soundcard) #audio_output { |