aboutsummaryrefslogtreecommitdiff
path: root/emms-player-mpv.el
Commit message (Collapse)AuthorAgeFilesLines
* * emms-player-mpv.el: fix calling emms-player-paused-hook twice on ↵Mike Kazantsev2021-10-201-4/+6
| | | | pause/unpause from emms
* * emms-player-mpv.el: update emms playback position and pause state from mpv ↵Mike Kazantsev2021-10-191-1/+16
| | | | pause/restart events
* * emms-player-mpv.el: simplify current track duration updates by observing ↵Mike Kazantsev2021-10-191-27/+10
| | | | the property
* * emms-player-mpv.el: fix missing emms-player-mpv customize group and errors ↵Mike Kazantsev2021-07-251-18/+17
| | | | there
* * emms-player-mpv.el: minor correction for emms-player-mpv-ipc-proc descriptionMike Kazantsev2021-06-191-4/+3
| | | | | | | 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.
* * emms-player-mpv.el: fix reconnect-playback-restart issue from d4d9171Mike Kazantsev2021-06-191-35/+42
| | | | | | 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-player-mpv.el: fix reconnect-on-playback-start bug introduced in 02915f7Mike Kazantsev2021-06-191-1/+1
|
* * emms-player-mpv.el: explicitly unpause after switching to a new trackMike Kazantsev2021-06-141-3/+4
|
* *.el: Minor improvements and simplificationsYoni Rabkin2021-04-291-14/+23
| | | | | | | | | | | | | | | | | | | | | | * 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
* * emms-player-mpv.el: use closureYoni Rabkin2021-04-291-2/+2
| | | | patch by Stefan Monnier
* Change the function quoting style to help the compiler.Yoni Rabkin2021-04-201-3/+3
| | | | Patch by Stefan Monnier
* * emms-player-mplayer.el: lexical declaration, deprecate ↵Mike Kazantsev2021-03-041-14/+19
| | | | emms-player-mpv-cmd-prog macro
* move all files to top-levelYoni Rabkin2020-06-031-0/+847