From 9c39c55c212344171f2bedee70eb16b3c74acc10 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 1 Jun 2026 01:52:00 +0800 Subject: bongo: add opus extension recognition * durand-bongo.el (bongo-custom-backend-matchers): Match opus files as well. I do not know why I did not match opus files before. --- durand-bongo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/durand-bongo.el b/durand-bongo.el index b183fba..2165081 100644 --- a/durand-bongo.el +++ b/durand-bongo.el @@ -104,7 +104,7 @@ (setq bongo-enabled-backends (list 'mpv)) (setq bongo-custom-backend-matchers - '((mpv local-file "webm" "m4a") + '((mpv local-file "webm" "m4a" "opus") ;; NOTE ;; ;; For a regular expression as a matcher, it is supposed to be -- cgit v1.2.3-18-g5258