From 962c35425636e3f942fd8a624369a7c53748f47e Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 1 Jan 1970 03:00:00 +0300 Subject: chore: init --- etc/mpd.conf | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 etc/mpd.conf (limited to 'etc/mpd.conf') diff --git a/etc/mpd.conf b/etc/mpd.conf new file mode 100644 index 0000000..d8047bc --- /dev/null +++ b/etc/mpd.conf @@ -0,0 +1,58 @@ +music_directory "/var/lib/mpd/music" + +playlist_directory "/var/lib/mpd/playlists" + +log_level "default" +log_file "/dev/null" + +pid_file "/var/lib/mpd/mpd.pid" + +state_file "/var/lib/mpd/state" +state_file_interval "60" + +sticker_file "/var/lib/mpd/sticker.db" + +restore_paused "yes" + +user "mpd" +group "audio" + +auto_update "no" + +follow_outside_symlinks "yes" +follow_inside_symlinks "yes" + +replaygain "album" +replaygain_preamp "0" +replaygain_limit "yes" + +volume_normalization "no" + +filesystem_charset "UTF-8" + +bind_to_address "/var/lib/mpd/mpd.socket" +#bind_to_address "localhost" +#port "6600" + +connection_timeout "10" +max_connections "10" +max_playlist_length "2048" +max_command_list_size "2048" +max_output_buffer_size "8192" + +zeroconf_enabled "no" + +database { + plugin "simple" + path "/var/lib/mpd/database.gz" + compress "yes" +} + +audio_output { + type "alsa" + name "ALSA" + mixer_type "software" + mixer_control "PCM" +} + +# vim:filetype=conf -- cgit 1.4.1