From 3e96ae1ade23eee42b63ed047682b7cbf430f7d8 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 1 Oct 2025 17:23:20 +0100 Subject: jao-mpc tweaks (mainly notifications) --- custom/jao-custom-multimedia.el | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'custom/jao-custom-multimedia.el') diff --git a/custom/jao-custom-multimedia.el b/custom/jao-custom-multimedia.el index 9f421d7..aab9cf1 100644 --- a/custom/jao-custom-multimedia.el +++ b/custom/jao-custom-multimedia.el @@ -97,18 +97,12 @@ (interactive "P") (jao-show-lyrics force #'jao-mpris-artist-title)) -(defun jao-mpris-mopidy-p () (string= "mopidy "jao-mpris-player)) - -(defun jao-mpc-mopidy-playlist () - (interactive) - (jao-mpc-show-playlist jao-mopidy-port)) - (use-package jao-mpris :demand t) (defun jao-mpris-setup-aliases () (setq espotify-play-uri-function #'espotify-play-uri-with-dbus) ;; (setq jao-mpris-player "mopidy") - (defalias 'jao-streaming-list #'jao-mpc-mopidy-playlist) + (defalias 'jao-streaming-list #'jao-mpc-show-playlist) (defalias 'jao-streaming-lyrics #'jao-mpris-lyrics) (defalias 'jao-streaming-toggle #'jao-mpris-play-pause) (defalias 'jao-streaming-next #'jao-mpris-next) -- cgit v1.2.3