7adb66392c
- Updated to 0.23.4 * Changed file mpd-user.conf (disabled pid_file). * Refreshed patch mpd-conf.patch. * Removed patch mpd-service.patch. * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.4/NEWS * protocol: add optional position parameter to "searchaddpl" * decoder: ffmpeg: support libavcodec 59 * output: alsa: add option "thesycon_dsd_workaround" to work around device bug * fix crash on debug builds if startup fails * systemd: * remove "RuntimeDirectory" directive because it caused problems * ignore the "pid_file" setting if started as systemd service OBS-URL: https://build.opensuse.org/request/show/931210 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=86
59 lines
1.4 KiB
Plaintext
59 lines
1.4 KiB
Plaintext
music_directory "~/data/music"
|
|
playlist_directory "~/.mpd/playlists"
|
|
db_file "~/.mpd/database"
|
|
log_file "~/.mpd/log"
|
|
#pid_file "~/.mpd/pid"
|
|
state_file "~/.mpd/state"
|
|
sticker_file "~/.mpd/sticker.sql"
|
|
bind_to_address "127.0.0.1"
|
|
port "6600"
|
|
#bind_to_address "~/.mpd/socket"
|
|
#gapless_mp3_playback "yes"
|
|
save_absolute_paths_in_playlists "no"
|
|
metadata_to_use "artist,album,title,track,name,date"
|
|
auto_update "yes"
|
|
#auto_update_depth "3"
|
|
follow_outside_symlinks "yes"
|
|
follow_inside_symlinks "yes"
|
|
zeroconf_enabled "yes"
|
|
zeroconf_name "Music Player"
|
|
#password "password@read,add,control,admin"
|
|
#default_permissions "read,add,control,admin"
|
|
|
|
input {
|
|
plugin "curl"
|
|
}
|
|
|
|
audio_output {
|
|
type "pulse"
|
|
name "PulseAudio"
|
|
}
|
|
|
|
#audio_output {
|
|
# type "alsa"
|
|
# name "ALSA"
|
|
## device "plug:plugequal" # optional
|
|
## mixer_control "Master" # optional
|
|
#}
|
|
|
|
#audio_output {
|
|
# type "jack"
|
|
# name "mpd"
|
|
#}
|
|
|
|
audio_output_format "48000:16:2"
|
|
samplerate_converter "Fastest Sinc Interpolator"
|
|
|
|
#replaygain "album"
|
|
#replaygain_preamp "0"
|
|
#volume_normalization "no"
|
|
#audio_buffer_size "2048"
|
|
#buffer_before_play "10%"
|
|
#connection_timeout "60"
|
|
#max_connections "10"
|
|
#max_playlist_length "16384"
|
|
#max_command_list_size "2048"
|
|
#max_output_buffer_size "8192"
|
|
|
|
filesystem_charset "UTF-8"
|