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

template.mpd.conf improvements

parent 76e3111a
######################## REQUIRED PATHS ############################### ######################## REQUIRED PATHS ###############################
music_directory "#1/Music" music_directory "/var/local/media/audio"
playlist_directory "#1/playlists" playlist_directory "#1/playlists"
log_file "#1/mpd.log" log_file "#1/mpd.log"
db_file "#1/mpd.db" db_file "#1/mpd.db"
...@@ -8,13 +8,16 @@ db_file "#1/mpd.db" ...@@ -8,13 +8,16 @@ db_file "#1/mpd.db"
######################## OPTIONAL PATHS ############################### ######################## OPTIONAL PATHS ###############################
pid_file "#1/mpd.pid" pid_file "#1/mpd.pid"
state_file "#1/mpdstate" state_file "#1/mpdstate"
sticker_file "#1/sticker.sql"
####################################################################### #######################################################################
######################## DAEMON OPTIONS ############################### ######################## DAEMON OPTIONS ###############################
user "icecastradio" 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" #bind_to_address "any"
port "#2" #port "#2"
# "default", "secure", or "verbose". # "default", "secure", or "verbose".
log_level "default" log_level "default"
#zeroconf_name "Music Player" #zeroconf_name "Music Player"
...@@ -25,7 +28,7 @@ audio_output { ...@@ -25,7 +28,7 @@ audio_output {
encoding "mp3" encoding "mp3"
name "#3 station" name "#3 station"
host "localhost" host "localhost"
port "8000" port "80"
mount "/#3" mount "/#3"
password "etersoft8000" password "etersoft8000"
quality "5.0" quality "5.0"
...@@ -39,7 +42,7 @@ audio_output { ...@@ -39,7 +42,7 @@ audio_output {
} }
#samplerate_converter "Fastest Sinc Interpolator" #samplerate_converter "Fastest Sinc Interpolator"
mixer_type "alsa" #mixer_type "alsa"
#mixer_device "default" #mixer_device "default"
#mixer_control "PCM" #mixer_control "PCM"
...@@ -70,7 +73,7 @@ mixer_type "alsa" ...@@ -70,7 +73,7 @@ mixer_type "alsa"
###################### CHARACTER ENCODINGS ############################ ###################### CHARACTER ENCODINGS ############################
filesystem_charset "UTF-8" filesystem_charset "UTF-8"
id3v1_encoding "CP1251" #id3v1_encoding "CP1251"
######################### OTHER OPTIONS ############################### ######################### OTHER OPTIONS ###############################
#gapless_mp3_playback "yes" #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