diff options
author | salaaad2 <arthudurant263@gmail.com> | 2020-05-02 12:11:26 +0200 |
---|---|---|
committer | salaaad2 <arthudurant263@gmail.com> | 2020-05-02 12:11:26 +0200 |
commit | fa7db4b77beb92923e9ce975a36e14939c69fb4c (patch) | |
tree | 63bdc357d3e30c94d445bc150ad0f961a25d9d8f /mpv | |
parent | nuvim (diff) | |
download | dotfiles-fa7db4b77beb92923e9ce975a36e14939c69fb4c.tar.gz dotfiles-fa7db4b77beb92923e9ce975a36e14939c69fb4c.tar.bz2 dotfiles-fa7db4b77beb92923e9ce975a36e14939c69fb4c.tar.xz dotfiles-fa7db4b77beb92923e9ce975a36e14939c69fb4c.tar.zst dotfiles-fa7db4b77beb92923e9ce975a36e14939c69fb4c.zip |
add erythang
Diffstat (limited to 'mpv')
-rw-r--r-- | mpv/mpd.conf | 28 |
1 files changed, 28 insertions, 0 deletions
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 |