mpd/mpd-user.conf
Илья Индиго 6d0d7fd485 - Updated to 0.23.17
* Limited build to libnfs >= 4.
  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.17/NEWS
  * protocol
    * "albumart" tries to send larger chunks if available
    * explicitly disallow "idle" and "noidle" in command lists
  * storage: nfs: required libnfs 4.0 or later
  * database: inotify: trigger update after symlink was created
  * decoder: ffmpeg: prefer over sndfile and audiofile for its DTS-WAV support
  * supported libfmt 11.1

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=128
2025-01-31 23:15:28 +00:00

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"