]> git.rmz.io Git - dotfiles.git/commitdiff
mpd: add extended m3u playlist plugin support
authorSamir Benmendil <me@rmz.io>
Tue, 31 Jan 2023 23:38:43 +0000 (23:38 +0000)
committerSamir Benmendil <me@rmz.io>
Tue, 31 Jan 2023 23:38:43 +0000 (23:38 +0000)
mpd/mpd.conf

index 749bf35ee63d25045c94eb941cbeace25151de18..e944c438d5cb02f59838f818ea4941eb8309cd17 100644 (file)
@@ -11,6 +11,12 @@ 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"
     name "My Pulse Output"