Ubuntuでmpdを利用する際にいくつか詰まるところがあったのでメモします. 運用方法は,Ubuntu起動時にユーザ設定を読み込んでmpdを立ち上げておき,同Ubuntuのsonataで聞く,もしくはローカルネットワークにあるデバイスで聞く,という方法です. まずはなによりインストール $ sudo apt-get install mpd sonata 必要ならばmpcも合わせてインストールしておきます. ~/.mpdconfを以下の例のように設定. port "6600" music_directory "~/Music/" playlist_directory "~/.mpd/playlists" db_file "~/.mpd/mpd.db" log_file "~/.mpd/mpd.log" audio_output { type "pulse" name "MPD" } aud