title: mpd.conf for a Lenovo T450 ``` music_directory "/music" playlist_directory "/var/lib/mpd/playlists" db_file "/var/lib/mpd/tag_cache" state_file "/var/lib/mpd/state" sticker_file "/var/lib/mpd/sticker.sql" user "mpd" bind_to_address "0.0.0.0" port "6600" #restore_paused "no" #follow_outside_symlinks "yes" #follow_inside_symlinks "yes" #zeroconf_enabled "yes" #zeroconf_name "Music Player @ %h" input { plugin "curl" } audio_output { type "alsa" name "My ALSA Device" device "hw:1,0,0" mixer_type "software" } filesystem_charset "UTF-8" ```