Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * lisp/emms-mode-line-icon.el: allow changing icon | Yoni Rabkin | 2019-01-04 | 1 | -5/+6 |
| | | | | Allow the icon's color to be changed easily. | ||||
* | * lisp/emms-playlist-mode.el: behavior as docstring | Yoni Rabkin | 2019-01-04 | 1 | -1/+1 |
| | | | | | Bug report from Carlos (thank you) that the behavior of the function didn't follow the docstring. | ||||
* | * lisp/emms-browser.el: bug fix | Fran Burstall | 2018-11-22 | 1 | -4/+4 |
| | | | | | Don't rely on (interactive "r"): it can error out if no mark ever set. | ||||
* | * lisp/emms.el: bump to 5.1 | Yoni Rabkin | 2018-11-01 | 1 | -1/+1 |
| | |||||
* | * lisp/emms-playlist-limit.el: bug fix | Yoni Rabkin | 2018-10-22 | 1 | -2/+2 |
| | | | | | Fix discrepancy between emacs 26.x and 25.x in handling the format arguments. | ||||
* | * lisp/emms-mark.el: Correct prompt in emms-mark-regexp | Fran Burstall | 2018-10-20 | 1 | -3/+3 |
| | |||||
* | * lisp/emms-streams.el: add doc-string to emms-stream-mode | Fran Burstall | 2018-10-17 | 1 | -0/+3 |
| | | | | So that describe-mode shows the keymap. | ||||
* | * lisp/emms-playlist-sort.el: sort current buffer | Fran Burstall | 2018-10-17 | 1 | -9/+7 |
| | | | | Sort the playlist in the current buffer rather than emms-current-playlist | ||||
* | * lisp/emms-streams.el: add Rinse FM | Yoni Rabkin | 2018-10-17 | 1 | -1/+3 |
| | |||||
* | * lisp/emms-metaplaylist-mode.el: describe-mode shows keymap | Fran Burstall | 2018-10-07 | 1 | -2/+4 |
| | |||||
* | Merge branch 'emms-playlist-limit' | Fran Burstall | 2018-10-07 | 1 | -29/+45 |
|\ | |||||
| * | * lisp/emms-playlist-limit.el: fix up whitespace. | Fran Burstall | 2018-10-06 | 1 | -10/+10 |
| | | |||||
| * | * lisp/emms-playlist-limit.el: limit by track description | Fran Burstall | 2018-10-05 | 1 | -20/+36 |
| | | |||||
* | | * lisp/emms.el: default to emms-playlist-mode | Yoni Rabkin | 2018-10-05 | 1 | -1/+1 |
|/ | |||||
* | * lisp/emms-playlist-limit.el: fix copyright | Yoni Rabkin | 2018-09-27 | 1 | -3/+3 |
| | |||||
* | * lisp/emms-playlist-limit.el: operate on current buffer | Fran Burstall | 2018-09-26 | 1 | -46/+59 |
| | | | | Instead of the current playlist. | ||||
* | * lisp/emms-playlist-limit.el: recycle derived playlist | Fran Burstall | 2018-09-25 | 1 | -2/+4 |
| | |||||
* | lisp/emms-setup.el: remove explicit emms-playlist-limit activation | Fran Burstall | 2018-09-24 | 1 | -4/+3 |
| | | | | | emms-playlist-limit only needs to be required as it no longer sets any hooks | ||||
* | lisp/emms-playlist-limit.el: major re-write | Fran Burstall | 2018-09-24 | 1 | -87/+79 |
| | | | | | Builds new playlist without killing the old one. Various bugs squashed along the way. | ||||
* | lisp/emms-playlist-limit.el: Update top matter, add commentary | Fran Burstall | 2018-09-24 | 1 | -3/+31 |
| | | | | * Did I get the copyright line right? | ||||
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emms | Yoni Rabkin | 2018-09-07 | 1 | -1/+1 |
|\ | |||||
| * | * AUTHORS: Update email address | Pierre Neidhardt | 2018-08-27 | 1 | -1/+1 |
| | | |||||
* | | * lisp/emms-playlist-mode.el: avoid mistypes | Yoni Rabkin | 2018-09-07 | 1 | -1/+1 |
|/ | | | | Make killing the current playlist buffer by a mistype harder. | ||||
* | * lisp/emms.el: add `emms-ok-track-function' | Yoni Rabkin | 2018-07-08 | 1 | -1/+13 |
| | | | | | Add `emms-ok-track-function', which is a simpler way of controlling if Emms would skip a particular track. | ||||
* | * lisp/emms-score.el: Use `emms-ok-track-function' | Yoni Rabkin | 2018-07-08 | 1 | -22/+6 |
| | | | | Simplify and correct the way emms-score skips tracks. | ||||
* | * lisp/emms.el: add single-track mode | Yoni Rabkin | 2018-07-08 | 1 | -5/+26 |
| | | | | Add a buffer-local option of playing a single track and then stopping. | ||||
* | * 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-history.el: bug fix | Yoni Rabkin | 2018-06-20 | 1 | -0/+1 |
| | | | | | | `emms-history-load' -> /a -> // would empty the buffer One line patch by Fran Burstall. | ||||
* | * lisp/emms-playlist-limit.el: make buffer local | Yoni Rabkin | 2018-06-18 | 1 | -12/+8 |
| | |||||
* | * lisp/emms-show-all.el: bug fix: bad behavior | Yoni Rabkin | 2018-06-13 | 1 | -4/+3 |
| | | | | | | Fix quitting the window so that it behaves well. Bug report by Fran Burstall. | ||||
* | * lisp/emms-show-all.el: bug fix: preempted defvar | Yoni Rabkin | 2018-06-13 | 1 | -4/+3 |
| | | | | | | Buffer read-only error on keymap interaction. Bug report by Fran Burstall. | ||||
* | * 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-metaplaylist-mode.el: bug fix | Yoni Rabkin | 2018-05-27 | 1 | -9/+10 |
| | | | | Metalplaylist buffer focus would error without a current buffer. | ||||
* | * 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-browser.el: Prioritize albumartist and artist over the sort tags | Pierre Neidhardt | 2018-05-17 | 1 | -4/+4 |
| | |||||
* | bump to version 5.0 | Yoni Rabkin | 2018-05-01 | 1 | -1/+1 |
| | |||||
* | * lisp/emms-player-mpv.el: Use `emms-player-base-format-list' | ZHANG Weiyi | 2018-04-18 | 1 | -6/+2 |
| |