diff options
author | awy <awy@tutamail.com> | 2024-08-27 03:44:14 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-08-27 03:44:14 +0300 |
commit | 8c24921832b2b6dc95bbb41dbfe2de7ff4fcf877 (patch) | |
tree | b8bfc2d150de60d0f989843cb67bc0c6fd380366 /.config/mpd | |
parent | 01b0a486d1190b88ee40458b4e16bcd6fa0c93bc (diff) |
update
Diffstat (limited to '.config/mpd')
-rw-r--r-- | .config/mpd/mpd.conf | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf deleted file mode 100644 index ab02f44..0000000 --- a/.config/mpd/mpd.conf +++ /dev/null @@ -1,19 +0,0 @@ -db_file "~/.config/mpd/mpd.db" -log_file "~/.config/mpd/mpd.log" -pid_file "~/.config/mpd/mpd.pid" -state_file "~/.config/mpd/mpdstate" - -music_directory "/mnt/ssd/music" - -auto_update "yes" -bind_to_address "0.0.0.0" -port "6600" -#restore_paused "yes" -#max_output_buffer_size "16384" - -audio_output { - type "pipewire" - name "PipeWire Sound Server" -} - - |