]> git.rmz.io Git - dotfiles.git/blobdiff - mpd/mpd.conf
vim: do not set pastetoggle in nvim
[dotfiles.git] / mpd / mpd.conf
index a435881baa63a6a46935991c3565898df89468c8..e944c438d5cb02f59838f818ea4941eb8309cd17 100644 (file)
@@ -9,6 +9,13 @@ log_file            "~/.local/share/mpd/log"
 pid_file            "~/.local/share/mpd/pid"
 state_file          "~/.local/share/mpd/state"
 sticker_file        "~/.local/share/mpd/sticker.sql"
+max_output_buffer_size "16384"
+
+playlist_plugin {
+    name         "extm3u"
+    enabled      "true"
+    as_directory "true"
+}
 
 audio_output {
     type "pulse"