| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
pause/unpause from emms
|
|
|
|
| |
pause/restart events
|
|
|
|
| |
the property
|
|
|
|
| |
there
|
|
|
|
|
|
|
| |
It's an actual "network process" in emacs terms, as in "make-network-process",
not a process as in "linux process (with pid) connected by unix socket".
Was introduced by earlier 3a8ba30 commit.
Has two other one-char fixes for likely typos spotted there.
|
|
|
|
|
|
| |
Adds ability to send/queue batched commands, so that multiple commands
can be re-queued after restarting dead mpv process, not just the last one,
which was the problem with adding unpause command after loadfile.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* emms-playlist-limit.el (emms-playlist-limit--limit-playlist): Simplify.
* emms-playing-time.el (emms-playing-time-display): Simplify.
* emms-player-mpv.el (emms-player-mpv-ipc-proc)
(emms-player-mpv-ipc-connect-command, emms-player-mpv-ipc-id)
(emms-player-mpv-ipc-stop-command)
(emms-player-mpv-event-connect-hook)
(emms-player-mpv-ipc-conn-emacs-26.1-workaround): Fit docstrings with
80 columns.
* emms-player-mpd.el (emms-player-mpd-ensure-process): Simplify `if`
with identical branches.
* emms-browser.el (emms-browser-run-mode-hooks): Simplify and move it
out of `eval-and-compile`.
(emms-browser-sort-cadr, emms-browser-sort-car): Add `debug` spec.
patch by Stefan Monnier
|
|
|
|
| |
patch by Stefan Monnier
|
|
|
|
| |
Patch by Stefan Monnier
|
|
|
|
| |
emms-player-mpv-cmd-prog macro
|
|
|