aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-player-mpv.el
Commit message (Collapse)AuthorAgeFilesLines
* * lisp/emms-player-mpv.el: limit emacs issue #3190 workaround to emacs 26.1 ↵Mike Kazantsev2019-09-031-6/+13
| | | | (fixed in 26.2+)
* * lisp/emms-player-mpv.el: fix emacs-26 ipc issue #3190 workaround checkMike Kazantsev2018-07-021-1/+1
|
* * lisp/emms-player-mpv.el: use blocking ipc sockets as a workaround for ↵Mike Kazantsev2018-06-301-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 typesMike Kazantsev2018-06-301-3/+4
|
* * lisp/emms-player-mpv.el: ensure mpv socketYoni Rabkin2018-06-271-0/+2
| | | | Make sure directory for mpv socket exists (Daniel Kraus)
* * lisp/emms-player-mpv.el: change ipc file locationYoni Rabkin2018-06-261-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 Kazantsev2018-06-061-2/+1
| | | | escaping in emms-player-mpv-ipc-connect-fifo
* * lisp/emms-player-mpv.el: reset emms-player-mpv-proc after initial ↵Mike Kazantsev2018-06-061-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 docstringsPierre Neidhardt2018-06-061-3/+3
|
* * lisp/emms-player-mpv.el: Replace hex #xa with the more explicit ?\nPierre Neidhardt2018-06-061-1/+1
|
* * lisp/emms-player-mpv.el: Replace (if ... nil) with (and ...)Pierre Neidhardt2018-06-061-2/+1
|
* * lisp/emms-player-mpv.el: indentationYoni Rabkin2018-05-281-2/+2
|
* * lisp/emms-player-mpv: change sexp formatting style to be more in-line with ↵Mike Kazantsev2018-05-281-420/+495
| | | | rest of the code
* * lisp/emms-player-mpv: add emms-player-base-format-list regexp for ↵Mike Kazantsev2018-05-281-0/+4
| | | | emms-add-* functions to use
* * lisp/emms-player-mpv: use emms-player-mpv- prefix and sharp-quotes ↵Mike Kazantsev2018-05-281-240/+255
| | | | consistently
* * lisp/emms-player-mpv: fix playback state tracking for --input-file processesMike Kazantsev2018-05-261-0/+1
|
* * lisp/emms-player-mpv.el: full rewrite with added json-rpc supportMike Kazantsev2018-05-261-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 Weiyi2018-04-181-6/+2
|
* * lisp/emms-player-mpv.el: don't show albumsYoni Rabkin2018-04-091-4/+5
| | | | Add "--no-audio-display" to the mpv backend by default.
* * lisp/emms-player-mpv.el: Add the mpv backendPierre Neidhardt2018-04-091-0/+127