Re: emms-player-mpd-get-supported-regexp outdated
Yoni Rabkin <[email protected]> Tue, 06 May 2025 20:19:50 -0400
| Newsgroups | gmane.emacs.emms.user |
|---|---|
| Message-ID | <[email protected]> |
[email protected] writes: > My version 0.24.3 of music player daemon has a heading of “Decoder plugins” when mpd — version is executed. (On macOS) > > The function emms-player-mpd-get-supported-regexp only looks for a > heading called “Decoders plugins” and so misses this heading and fails > to get all the extensions that MPD can support. As a result I’m unable > to play .opus files in emms unless I manually remove the ‘s’ in > Decoders. Does it work if you replace it with: (if (string-match "Decoder.? plugins:$" out) ... That should match both "Decoder plugins:" and "Decoders plugins:" -- "Cut your own wood and it will warm you twice"