From b205ab6c207b0b114965604cd34684a0a2063aed Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 27 May 2024 00:34:24 -0600 Subject: mpd config fixes --- .config/emacs/modules/bd--emms.el | 2 +- .config/guix/modules/mpd.scm | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.config/emacs/modules/bd--emms.el b/.config/emacs/modules/bd--emms.el index f29e672..b240125 100644 --- a/.config/emacs/modules/bd--emms.el +++ b/.config/emacs/modules/bd--emms.el @@ -28,7 +28,7 @@ playback." :custom ;; make sure mpd is configured similarly (emms-player-mpd-server-name "localhost") - (emms-player-mod-server-port "6600") + (emms-player-mpd-server-port "6600") ;; set dir and volume keys (emms-player-mpd-music-directory (expand-file-name "~/ik/music/")) (emms-source-file-default-directory (expand-file-name "~/ik/playlists/")) diff --git a/.config/guix/modules/mpd.scm b/.config/guix/modules/mpd.scm index ce70dfb..3c17b3e 100644 --- a/.config/guix/modules/mpd.scm +++ b/.config/guix/modules/mpd.scm @@ -9,7 +9,13 @@ (define bd-mpd-package `(,@(map specification->package - '("mpd-mpc")))) + '( + ;; if the user can't access mpd directly, + ;; emms will fail to parse the supported + ;; file types :) + "mpd" + "mpd-mpc" + )))) (define bd-mpd-service (list -- cgit v1.2.3