change music dir to /home/_USER_/astroport/mp3 + remove snapfifo

This commit is contained in:
qo-op 2021-03-10 02:52:51 +01:00
parent 7a9542f6d6
commit dce6c4fbea
1 changed files with 1 additions and 8 deletions

View File

@ -1,4 +1,4 @@
music_directory "/home/_USER_/.zen/audio"
music_directory "/home/_USER_/astroport/mp3"
playlist_directory "/home/_USER_/.zen/playlists"
user "_USER_"
bind_to_address "localhost"
@ -27,10 +27,3 @@ log_file "syslog"
format "44100:16:1"
}
audio_output {
type "fifo"
name "my pipe"
path "/tmp/snapfifo"
format "48000:16:2"
mixer_type "software"
}