aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lisp/emms-playlist-limit.el: major re-writeFran Burstall2018-09-241-87/+79
* lisp/emms-playlist-limit.el: Update top matter, add commentaryFran Burstall2018-09-241-3/+31
* 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
|/
* * lisp/emms.el: add `emms-ok-track-function'Yoni Rabkin2018-07-081-1/+13
* * lisp/emms-score.el: Use `emms-ok-track-function'Yoni Rabkin2018-07-081-22/+6
* * lisp/emms.el: add single-track modeYoni Rabkin2018-07-081-5/+26
* * 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 emacs...Mike Kazantsev2018-06-301-11/+22
* * 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
* * lisp/emms-player-mpv.el: change ipc file locationYoni Rabkin2018-06-261-1/+1
* * lisp/emms-history.el: bug fixYoni Rabkin2018-06-201-0/+1
* * 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
* * lisp/emms-show-all.el: bug fix: preempted defvarYoni Rabkin2018-06-131-4/+3
* * lisp/emms-player-mpv.el: use shell-quote-argument instead of ad-hoc escapin...Mike Kazantsev2018-06-061-2/+1
* * lisp/emms-player-mpv.el: reset emms-player-mpv-proc after initial interrupt...Mike Kazantsev2018-06-061-2/+2
* * 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
* * lisp/emms-player-mpv: add emms-player-base-format-list regexp for emms-add-...Mike Kazantsev2018-05-281-0/+4
* * lisp/emms-player-mpv: use emms-player-mpv- prefix and sharp-quotes consiste...Mike Kazantsev2018-05-281-240/+255
* * lisp/emms-metaplaylist-mode.el: bug fixYoni Rabkin2018-05-271-9/+10
* * 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
* * lisp/emms-browser.el: Prioritize albumartist and artist over the sort tagsPierre Neidhardt2018-05-171-4/+4
* bump to version 5.0Yoni Rabkin2018-05-013-2/+6
* * lisp/emms-player-mpv.el: Use `emms-player-base-format-list'ZHANG Weiyi2018-04-181-6/+2
* * NEWS:Yoni Rabkin2018-04-121-0/+1
* * lisp/emms-volume-pulse.el: bug fixYoni Rabkin2018-04-121-1/+1
* * NEWS: updatePierre Neidhardt2018-04-101-0/+11
* * lisp/emms-browser.el: Fix emms-browser-get-track-field-function custom valuesPierre Neidhardt2018-04-101-3/+2
* * lisp/emms-player-mpv.el: don't show albumsYoni Rabkin2018-04-091-4/+5
* * lisp/emms-browser.el: Make 'emms-browser-move-up-level interactivePierre Neidhardt2018-04-091-2/+5
* * lisp/emms-browser.el: Add 'emms-browser-toggle-subitems-recursivelyPierre Neidhardt2018-04-091-0/+17
* * lisp/emms-browser.el: Fix missing result in fallback thumbnail filterPierre Neidhardt2018-04-091-1/+1
* * lisp/emms-cache.el: Add the `emms-cache-reset' function for conveniencePierre Neidhardt2018-04-091-0/+12
* * lisp/emms-browser.el: Support region and prefix arg from emms-browser-remov...Pierre Neidhardt2018-04-091-16/+33
* * lisp/emms-browser.el: Use albumartist before artist by defaultPierre Neidhardt2018-04-092-2/+32
* * lisp/emms-browser.el: Add emms-browser-remove-tracksPierre Neidhardt2018-04-091-16/+25
* * lisp/emms-browser.el: Add all tracks in region are with numeric prefix argPierre Neidhardt2018-04-091-9/+21
* * lisp/emms-browser.el: Move cursor forward when adding tracksPierre Neidhardt2018-04-091-0/+1