diff options
author | David Runge <david.runge@frqrec.com> | 2014-07-14 09:19:06 +0200 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-07-14 09:19:06 +0200 |
commit | b4c5c448323e5cd8705d72a08ef294982a8894eb (patch) | |
tree | eab28224cfd58dfc752e5e67274ea770178292cf | |
parent | 26b672d22f535e41e882bd1f1483edad00afce79 (diff) | |
download | dotfiles-b4c5c448323e5cd8705d72a08ef294982a8894eb.tar.gz dotfiles-b4c5c448323e5cd8705d72a08ef294982a8894eb.tar.bz2 dotfiles-b4c5c448323e5cd8705d72a08ef294982a8894eb.tar.xz dotfiles-b4c5c448323e5cd8705d72a08ef294982a8894eb.zip |
Relocating .mpd directory to .config/mpd
-rw-r--r-- | .mpd/mpd.conf | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/.mpd/mpd.conf b/.mpd/mpd.conf deleted file mode 100644 index 4d820e1..0000000 --- a/.mpd/mpd.conf +++ /dev/null @@ -1,35 +0,0 @@ -music_directory "/home/dave/.mpd/folders" -playlist_directory "/home/dave/.mpd/playlists" -db_file "/home/dave/.mpd/mpd.db" -log_file "/home/dave/.mpd/mpd.log" -pid_file "/home/dave/.mpd/mpd.pid" -state_file "/home/dave/.mpd/mpdstate" -#bind_to_address "127.0.0.1" -bind_to_address "::" -port "6600" -gapless_mp3_playback "yes" -save_absolute_paths_in_playlists "yes" -#zeroconf_enabled "yes" -#zeroconf_name "dvzrv mpd" - -input { - plugin "curl" -} - -audio_output { - type "pulse" - name "mpd" - mixer_type "software" -# server "127.0.0.1" - server "s4" #optional -# sink "alsa_input.pci-0000_00_08.0.analog-stereo" -# sink "alsa_output.pci-0000_00_1b.0.analog-stereo" -} - -audio_output { - type "fifo" - name "mpd_fifo" - path "/tmp/mpd.fifo" - format "44100:16:2" -} - |