diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-25 22:16:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-25 22:16:37 +0200 |
commit | 82bab389a4f5e871dae68ff376fb74537b1e75b6 (patch) | |
tree | 00bb643162853e282e04eeae6c1f06e232216027 /package/mpd | |
parent | f94dbc199e0abcdd3b8cc9d9d7226d8a1a6b47e1 (diff) | |
parent | dba433e831fb3fe7ea5e6ced99c92643b8e7f9e8 (diff) |
Merge branch 'master' of gogs.waldemar-brodkorb.de:linux/openadk
Diffstat (limited to 'package/mpd')
-rw-r--r-- | package/mpd/Makefile | 4 | ||||
-rw-r--r-- | package/mpd/files/mpd.conf | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/package/mpd/Makefile b/package/mpd/Makefile index 1e6f25b12..5cec776c3 100644 --- a/package/mpd/Makefile +++ b/package/mpd/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= mpd -PKG_VERSION:= 0.20.7 +PKG_VERSION:= 0.20.9 PKG_RELEASE:= 1 -PKG_HASH:= 005ac663b39a76701ba043cce4caef82ac6b0c2f16aae12fdc28e1b3b5b6c780 +PKG_HASH:= cd77a2869e32354b004cc6b34fcb0bee56114caa2d9ed862aaa8071441e34eb7 PKG_DESCR:= music player daemon PKG_SECTION:= mm/audio PKG_DEPENDS:= libmpdclient boost libncurses libexpat 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 { |