diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-20 12:31:58 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-20 12:31:58 -0500 |
| commit | e2a0cf2a79b43f9f86b74270f3d96fe300687804 (patch) | |
| tree | a87edf55f81e78f4d0968d6f006562090260e068 /mpdconf | |
| parent | ec83443853116b07f18fbef8c6de31cf157939a0 (diff) | |
| download | dotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.gz dotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.xz | |
Cleanup unused files and code.
Diffstat (limited to 'mpdconf')
| -rw-r--r-- | mpdconf | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/mpdconf b/mpdconf deleted file mode 100644 index 2778ac4..0000000 --- a/mpdconf +++ /dev/null @@ -1,32 +0,0 @@ -mixer_type "software" - -# For systems without pulse -# audio_output { -# type "alsa" -# name "alsa" -# } - -# For systems with OSS such as FreeBSD -# audio_output { -# type "oss" -# name "oss audio" -# } - -audio_output { - type "pulse" - name "pulse audio" -} - -db_file "~/.mpd.db" -log_file "~/.mpd.log" - -# Optional -music_directory "~/Music" -playlist_directory "~/Music/Playlists" -pid_file "~/.mpd.pid" -state_file "~/.mpd.state" -sticker_file "~/.mpd.sticker.sql" - -# bind_to_address "0.0.0.0" -bind_to_address "::1" -port "6600" |
