diff options
Diffstat (limited to 'mpd')
| -rw-r--r-- | mpd/mpd.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mpd/mpd.conf b/mpd/mpd.conf new file mode 100644 index 0000000..c7305a7 --- /dev/null +++ b/mpd/mpd.conf | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | music_directory "/home/phil/music/albums/" | ||
| 2 | playlist_directory "/home/phil/.config/mpd/playlists" | ||
| 3 | db_file "/home/phil/.config/mpd/database" | ||
| 4 | log_file "/home/phil/.config/mpd/log" | ||
| 5 | |||
| 6 | auto_update "yes" | ||
| 7 | bind_to_address "127.0.0.1" | ||
| 8 | restore_paused "yes" | ||
| 9 | max_output_buffer_size "16384" | ||
| 10 | |||
| 11 | audio_output { | ||
| 12 | type "pulse" | ||
| 13 | name "PipeWire via PulseAudio" | ||
| 14 | } | ||
| 15 | |||
| 16 | audio_output { | ||
| 17 | type "fifo" | ||
| 18 | name "Visualizer feed" | ||
| 19 | path "/tmp/mpd.fifo" | ||
| 20 | format "44100:16:2" | ||
| 21 | } | ||
