Commit 593b1c22 authored by Vitaly Lipatov's avatar Vitaly Lipatov

template.mpd.conf improvements

parent 76e3111a
######################## REQUIRED PATHS ###############################
music_directory "#1/Music"
music_directory "/var/local/media/audio"
playlist_directory "#1/playlists"
log_file "#1/mpd.log"
db_file "#1/mpd.db"
......@@ -8,13 +8,16 @@ db_file "#1/mpd.db"
######################## OPTIONAL PATHS ###############################
pid_file "#1/mpd.pid"
state_file "#1/mpdstate"
sticker_file "#1/sticker.sql"
#######################################################################
######################## DAEMON OPTIONS ###############################
user "icecastradio"
bind_to_address "127.0.0.1"
#bind_to_address "127.0.0.1"
bind_to_address "#1/mpd.socket"
#bind_to_address "any"
port "#2"
#port "#2"
# "default", "secure", or "verbose".
log_level "default"
#zeroconf_name "Music Player"
......@@ -25,7 +28,7 @@ audio_output {
encoding "mp3"
name "#3 station"
host "localhost"
port "8000"
port "80"
mount "/#3"
password "etersoft8000"
quality "5.0"
......@@ -39,7 +42,7 @@ audio_output {
}
#samplerate_converter "Fastest Sinc Interpolator"
mixer_type "alsa"
#mixer_type "alsa"
#mixer_device "default"
#mixer_control "PCM"
......@@ -70,7 +73,7 @@ mixer_type "alsa"
###################### CHARACTER ENCODINGS ############################
filesystem_charset "UTF-8"
id3v1_encoding "CP1251"
#id3v1_encoding "CP1251"
######################### OTHER OPTIONS ###############################
#gapless_mp3_playback "yes"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment