From 6daf1fd514dde0bf35baa8c224a34daaccae53a9 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 11 Dec 2022 21:48:07 +0100 Subject: new configs for new system --- .config/mpd/mpd.conf | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to '.config/mpd/mpd.conf') diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 7207cc9..3a6a57d 100755 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -1,7 +1,7 @@ bind_to_address "127.0.0.1" #bind_to_address "/run/mpd/socket" -music_directory "/hdd/Music" +music_directory "/hdd/music" playlist_directory "~/.config/mpd/playlists" db_file "~/.config/mpd/database" log_file "~/.config/mpd/log" @@ -10,9 +10,14 @@ state_file "~/.config/mpd/mpdstate" audio_output { type "pulse" - name "MPD" - device "pulse" - mixer_type "hardware" + name "Headphone" + sink "alsa_output.pci-0000_29_00.0.analog-stereo" +} + +audio_output { + type "pulse" + name "Speakers" + sink "alsa_output.pci-0000_31_00.4.analog-stereo" } audio_output { -- cgit v1.2.3