aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-player-mpv.el
Commit message (Collapse)AuthorAgeFilesLines
* * 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