aboutsummaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * lisp/emms-source-playlist.el: replace with variableYoni Rabkin2019-11-061-6/+10
|
* Bump to 5.3.Yoni Rabkin2019-11-011-1/+1
|
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emmsYoni Rabkin2019-09-051-6/+13
|\ | | | | | | | | Conflicts: lisp/emms-volume.el
| * * lisp/emms-volume.el: Fix missing quote in emms-volume-change-functionBruno Félix Rezende Ribeiro2019-09-021-1/+1
| |
| * * 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-volume.el: small bug fixYoni Rabkin2019-09-051-1/+1
|/ | | | Thank you to Jordan Wilson for catching this.
* emms-volume auto-detectionYoni Rabkin2019-08-271-1/+9
|
* * lisp/emms-volume-mixerctl.el: new fileYoni Rabkin2019-08-261-0/+80
| | | | | Thanks to Bruno Félix Rezende Ribeiro; new contributor (assignment papers sent as of writing.)
* * lisp/emms-playing-time.el: fix time displayYoni Rabkin2019-06-201-1/+2
|
* * lisp/emms-playing-time.el: add count-down style.Yoni Rabkin2019-06-191-3/+15
|
* * lisp/emms-source-playlist.el: make less surprisingYoni Rabkin2019-05-291-7/+13
| | | | | Will now warn if the current playlist buffer isn't the one being visited, instead of silently saving the current playlist buffer.
* Bump to version 5.2.Yoni Rabkin2019-05-011-1/+1
|
* * lisp/emms-browser.el: Add emms-browser-cache-thumbnail-async for faster ↵Pierre Neidhardt2019-02-211-0/+24
| | | | thumbnail lookups.
* * lisp/emms-player-mpd.el: set tracknumber.Yoni Rabkin2019-02-061-0/+1
| | | | | | | From: Emanuel Evans <mail@emanuel.industries> Subject: [emms-help] [PATCH] Parse disc number for mpd tracks (1 line patch)
* * lisp/emms-source-playlist.el: thing-at-point fixYoni Rabkin2019-02-041-10/+5
| | | | Jordan Wilson <jordan.t.wilson@gmx.com>'s thing-at-point fixes.
* * lisp/emms-playlist-mode.el: Remove redundancy.Yoni Rabkin2019-01-091-13/+2
| | | | | `emms-playlist-mode-clear' is redundant and nobody calls it, so it is removed.
* * lisp/emms.el: Fix doc string.Yoni Rabkin2019-01-091-2/+1
|
* * lisp/emms-mode-line-icon.el: allow changing iconYoni Rabkin2019-01-041-5/+6
| | | | Allow the icon's color to be changed easily.
* * lisp/emms-playlist-mode.el: behavior as docstringYoni Rabkin2019-01-041-1/+1
| | | | | Bug report from Carlos (thank you) that the behavior of the function didn't follow the docstring.
* * lisp/emms-browser.el: bug fixFran Burstall2018-11-221-4/+4
| | | | | Don't rely on (interactive "r"): it can error out if no mark ever set.
* * lisp/emms.el: bump to 5.1Yoni Rabkin2018-11-011-1/+1
|
* * lisp/emms-playlist-limit.el: bug fixYoni Rabkin2018-10-221-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-regexpFran Burstall2018-10-201-3/+3
|
* * lisp/emms-streams.el: add doc-string to emms-stream-modeFran Burstall2018-10-171-0/+3
| | | | So that describe-mode shows the keymap.
* * 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
|
* * lisp/emms-metaplaylist-mode.el: describe-mode shows keymapFran Burstall2018-10-071-2/+4
|
* Merge branch 'emms-playlist-limit'Fran Burstall2018-10-071-29/+45
|\
| * * 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
|/
* * 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
|
* 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-071-1/+1
|\
| * * AUTHORS: Update email addressPierre Neidhardt2018-08-271-1/+1
| |
* | * 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
|