summaryrefslogtreecommitdiff
path: root/.config/mpd
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-12-11 21:48:07 +0100
committeryuzu-eva <stevenhu@web.de>2022-12-11 21:48:07 +0100
commit6daf1fd514dde0bf35baa8c224a34daaccae53a9 (patch)
treef74760b6f0a667845a35d7d99273939af00f4967 /.config/mpd
parentecb8af627ae0a844c8f17c57281200683c1f14ab (diff)
new configs for new system
Diffstat (limited to '.config/mpd')
-rwxr-xr-x.config/mpd/mpd.conf13
1 files changed, 9 insertions, 4 deletions
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 {