From fa7db4b77beb92923e9ce975a36e14939c69fb4c Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Sat, 2 May 2020 12:11:26 +0200 Subject: add erythang --- mpv/mpd.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 mpv/mpd.conf (limited to 'mpv/mpd.conf') diff --git a/mpv/mpd.conf b/mpv/mpd.conf new file mode 100644 index 0000000..5968f49 --- /dev/null +++ b/mpv/mpd.conf @@ -0,0 +1,28 @@ +db_file "/home/jozan/.config/mpd/database" +log_file "/home/jozan/.config/mpd/log" +music_directory "/home/jozan/Music" +playlist_directory "/home/jozan/.config/mpd/playlists" +pid_file "/home/jozan/.config/mpd/pid" +state_file "/home/jozan/.config/mpd/state" +sticker_file "/home/jozan/.config/mpd/sticker.sql" + +auto_update "yes" + +bind_to_address "127.0.0.1" +restore_paused "yes" +max_output_buffer_size "16384" + +audio_output { + type "pulse" + name "My MPD PulseAudio Output" + # type "alsa" + # name "alsa for audio soundcard" + # mixer_type "software" +} + +audio_output { + type "fifo" + name "toggle_visualizer" + path "/tmp/mpd.fifo" + format "44100:16:2" +} \ No newline at end of file -- cgit v1.2.3