Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * lisp/emms-player-mpv.el: limit emacs issue #3190 workaround to emacs 26.1 ↵ | Mike Kazantsev | 2019-09-03 | 1 | -6/+13 |
| | | | | (fixed in 26.2+) | ||||
* | * lisp/emms-player-mpv.el: fix emacs-26 ipc issue #3190 workaround check | Mike Kazantsev | 2018-07-02 | 1 | -1/+1 |
| | |||||
* | * lisp/emms-player-mpv.el: use blocking ipc sockets as a workaround for ↵ | Mike Kazantsev | 2018-06-30 | 1 | -11/+22 |
| | | | | | | | emacs-26 issue #31901 Workaround is used for all future emacs versions, until known-working release will be available. It can be bad for performance if mpv becomes unresponsive. | ||||
* | * lisp/emms-player-mpv.el: make sure socket directory exists for all ipc types | Mike Kazantsev | 2018-06-30 | 1 | -3/+4 |
| | |||||
* | * lisp/emms-player-mpv.el: ensure mpv socket | Yoni Rabkin | 2018-06-27 | 1 | -0/+2 |
| | | | | Make sure directory for mpv socket exists (Daniel Kraus) | ||||
* | * lisp/emms-player-mpv.el: change ipc file location | Yoni Rabkin | 2018-06-26 | 1 | -1/+1 |
| | | | | | | Daniel Kraus writes in with a one line fix: "Don't litter mpv ipc files in the users emacs home directory but put it it emms folder where all other emms related files are." | ||||
* | * lisp/emms-player-mpv.el: use shell-quote-argument instead of ad-hoc ↵ | Mike Kazantsev | 2018-06-06 | 1 | -2/+1 |
| | | | | escaping in emms-player-mpv-ipc-connect-fifo | ||||
* | * lisp/emms-player-mpv.el: reset emms-player-mpv-proc after initial ↵ | Mike Kazantsev | 2018-06-06 | 1 | -2/+2 |
| | | | | | | | interrupt/delete This is to avoid leaving unreferenced process alive when execution is interrupted via C-g or SIGUSR2. | ||||
* | * lisp/emms-player-mpv.el: Use capitals and imperative form in docstrings | Pierre Neidhardt | 2018-06-06 | 1 | -3/+3 |
| | |||||
* | * lisp/emms-player-mpv.el: Replace hex #xa with the more explicit ?\n | Pierre Neidhardt | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | * lisp/emms-player-mpv.el: Replace (if ... nil) with (and ...) | Pierre Neidhardt | 2018-06-06 | 1 | -2/+1 |
| | |||||
* | * lisp/emms-player-mpv.el: indentation | Yoni Rabkin | 2018-05-28 | 1 | -2/+2 |
| | |||||
* | * lisp/emms-player-mpv: change sexp formatting style to be more in-line with ↵ | Mike Kazantsev | 2018-05-28 | 1 | -420/+495 |
| | | | | rest of the code | ||||
* | * lisp/emms-player-mpv: add emms-player-base-format-list regexp for ↵ | Mike Kazantsev | 2018-05-28 | 1 | -0/+4 |
| | | | | emms-add-* functions to use | ||||
* | * lisp/emms-player-mpv: use emms-player-mpv- prefix and sharp-quotes ↵ | Mike Kazantsev | 2018-05-28 | 1 | -240/+255 |
| | | | | consistently | ||||
* | * lisp/emms-player-mpv: fix playback state tracking for --input-file processes | Mike Kazantsev | 2018-05-26 | 1 | -0/+1 |
| | |||||
* | * lisp/emms-player-mpv.el: full rewrite with added json-rpc support | Mike Kazantsev | 2018-05-26 | 1 | -85/+670 |
| | | | | | Rewritten from scratch, supporting both old oneshot mpv process operation as well as long-running mpv --idle instances for newer versions. | ||||
* | * lisp/emms-player-mpv.el: Use `emms-player-base-format-list' | ZHANG Weiyi | 2018-04-18 | 1 | -6/+2 |
| | |||||
* | * lisp/emms-player-mpv.el: don't show albums | Yoni Rabkin | 2018-04-09 | 1 | -4/+5 |
| | | | | Add "--no-audio-display" to the mpv backend by default. | ||||
* | * lisp/emms-player-mpv.el: Add the mpv backend | Pierre Neidhardt | 2018-04-09 | 1 | -0/+127 |