aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * lisp/emms-streams.el: add doc-string to emms-stream-modeFran Burstall2018-10-171-0/+3
| | | | So that describe-mode shows the keymap.
* * NEWS:Yoni Rabkin2018-10-171-0/+2
|
* * lisp/emms-playlist-sort.el: sort current bufferFran Burstall2018-10-171-9/+7
| | | | Sort the playlist in the current buffer rather than emms-current-playlist
* * lisp/emms-streams.el: add Rinse FMYoni Rabkin2018-10-171-1/+3
|
* * doc/emms.texinfo: further document emms-playlist-limitFran Burstall2018-10-081-32/+59
|
* * lisp/emms-metaplaylist-mode.el: describe-mode shows keymapFran Burstall2018-10-071-2/+4
|
* Merge branch 'emms-playlist-limit'Fran Burstall2018-10-072-31/+48
|\
| * * NEWS: updateFran Burstall2018-10-071-2/+3
| |
| * * lisp/emms-playlist-limit.el: fix up whitespace.Fran Burstall2018-10-061-10/+10
| |
| * * lisp/emms-playlist-limit.el: limit by track descriptionFran Burstall2018-10-051-20/+36
| |
* | * lisp/emms.el: default to emms-playlist-modeYoni Rabkin2018-10-051-1/+1
|/
* * NEWS: updateFran Burstall2018-09-271-1/+2
|
* * lisp/emms-playlist-limit.el: fix copyrightYoni Rabkin2018-09-271-3/+3
|
* * lisp/emms-playlist-limit.el: operate on current bufferFran Burstall2018-09-261-46/+59
| | | | Instead of the current playlist.
* * lisp/emms-playlist-limit.el: recycle derived playlistFran Burstall2018-09-251-2/+4
|
* * doc/emms.texinfo: document emms-playlist-limitYoni Rabkin2018-09-251-0/+70
|
* AUTHORS: add authorFran Burstall2018-09-251-0/+1
|
* NEWS: updateFran Burstall2018-09-251-0/+2
|
* lisp/emms-setup.el: remove explicit emms-playlist-limit activationFran Burstall2018-09-241-4/+3
| | | | | emms-playlist-limit only needs to be required as it no longer sets any hooks
* lisp/emms-playlist-limit.el: major re-writeFran Burstall2018-09-241-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 commentaryFran Burstall2018-09-241-3/+31
| | | | * Did I get the copyright line right?
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emmsYoni Rabkin2018-09-072-2/+2
|\
| * * AUTHORS: Update email addressPierre Neidhardt2018-08-272-2/+2
| |
* | * lisp/emms-playlist-mode.el: avoid mistypesYoni Rabkin2018-09-071-1/+1
|/ | | | Make killing the current playlist buffer by a mistype harder.
* * lisp/emms.el: add `emms-ok-track-function'Yoni Rabkin2018-07-081-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 Rabkin2018-07-081-22/+6
| | | | Simplify and correct the way emms-score skips tracks.
* * lisp/emms.el: add single-track modeYoni Rabkin2018-07-081-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 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-history.el: bug fixYoni Rabkin2018-06-201-0/+1
| | | | | | `emms-history-load' -> /a -> // would empty the buffer One line patch by Fran Burstall.
* * lisp/emms-playlist-limit.el: make buffer localYoni Rabkin2018-06-181-12/+8
|
* * lisp/emms-show-all.el: bug fix: bad behaviorYoni Rabkin2018-06-131-4/+3
| | | | | | Fix quitting the window so that it behaves well. Bug report by Fran Burstall.
* * lisp/emms-show-all.el: bug fix: preempted defvarYoni Rabkin2018-06-131-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 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-metaplaylist-mode.el: bug fixYoni Rabkin2018-05-271-9/+10
| | | | Metalplaylist buffer focus would error without a current buffer.
* * lisp/emms-player-mpv: fix playback state tracking for --input-file processesMike Kazantsev2018-05-261-0/+1
|
* * NEWS: fix one minor tab/space mixupMike Kazantsev2018-05-261-1/+1
|
* * lisp/emms-player-mpv.el: full rewrite with added json-rpc supportMike Kazantsev2018-05-263-86/+673
| | | | | 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 tagsPierre Neidhardt2018-05-171-4/+4
|