mingus
mingus copied to clipboard
GNU Emacs control of Music Player Daemon (MPD)
After updating to emacs 28 recently, I find mingus can't start any more and get the following error. ``` error in process filter: Symbol's function definition is void: _mpdgl ```...
Emacs has built-in `display-buffer-alist` for user can define custom rules. With this patch, user can define rule like this: ```elisp (add-to-list 'display-buffer-alist '("^\\*Mingus\\*" . (display-buffer-below-selected))) ```
I got an error when run `mingus-query-regexp` to search. Here is the error output when I toggled `debug-on-error`. ``` Debugger entered--Lisp error: (wrong-type-argument plistp ("directory" . "Anime 动漫/Qinsi Moon (秦时明月)/秦时明月/群星/秦时明月...
I might be missing something obvious, but this simple change stops the flickering for me)
The latter does not work well when transient-mark-mode is nil, and leads to using the current region even if there's no active region.
Hi! I'm using Mingus with emacs on a MacOs Mojave and a remote mpd server on a raspberry pi. I have an issue with queries: Everytime I search for something...
In Mingus Browser, I can add a song, or multiple songs from a region with "P" or "a" but the same functions fail when there is the whole album or...
Couldn't find any open nor closed issue on this matter, might have missed some obvious hints to be honest so feel free to disregard this if it seems like a...
Related to https://github.com/ch11ng/exwm/issues/259. **Tl;dr:** The following code in mingus-set-NP-mark is problematic: ```(save-excursion (save-window-excursion (mingus-switch-to-playlist)))``` This code basically relies on switching buffer and then switching back so fast that it's never...
MPD resets the ID counter when restarted, causing mingus to display bogus tracks after a restart. This patch works around the issue by hashing on the songs' file names.