aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Copyright format updates for elpa inclusionYoni Rabkin2020-06-025-24/+20
|
* * lisp/emms-auto.in: make elpa load aware of lisp/Yoni Rabkin2020-05-291-0/+4
|
* * emms.el: interface to elpaYoni Rabkin2020-05-291-0/+35
| | | | Yes, it unfortunately carries the same name as lisp/emms.el
* More elpa work.Yoni Rabkin2020-05-282-19/+5
| | | | | Unfortunately, this commit is more of a "one step forward, two steps back" kind of situation.
* * emms-elpa.el: experiment with elpa integrationYoni Rabkin2020-05-273-1/+19
|
* * Makefile: generate a dir info fileYoni Rabkin2020-05-272-0/+19
|
* * lisp/emms.el: add elpa appropriate headersYoni Rabkin2020-05-272-4/+6
|
* * doc/emms.texinfo: document tinytag interfaceYoni Rabkin2020-05-082-19/+57
|
* * lisp/emms-info-tinytag.el:Yoni Rabkin2020-05-081-3/+3
|
* * lisp/emms-info-tinytag.el: info source using tinytagFran Burstall2020-05-081-0/+119
|
* Updates for version bump.Yoni Rabkin2020-05-013-4/+6
|
* * lisp/emms-streams.el: fix typeYoni Rabkin2020-02-121-1/+1
|
* * lisp/emms-streams.el: Added WXHQ-LP radioYoni Rabkin2020-02-121-1/+4
| | | | Added WXHQ-LP radio station for consideration.
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emmsYoni Rabkin2020-01-201-0/+1
|\
| * * lisp/emms-volume.el: add ‘Mixerctl’ to custom interfaceBruno Félix Rezende Ribeiro2020-01-181-0/+1
| | | | | | | | Affects user option ‘emms-volume-change-function’.
* | * NEWS:Yoni Rabkin2020-01-201-0/+3
|/
* * lisp/emms-stream-info.el: remove old codeYoni Rabkin2020-01-161-89/+2
|
* * lisp/emms-streams.el: fix compilation warningsYoni Rabkin2020-01-161-0/+2
|
* * lisp/emms-source-file.el: guess the directoryYoni Rabkin2020-01-151-3/+19
| | | | | Try to guess the directory if the adding a file is called over a 'file type track-at-point.
* * lisp/emms-player-mpv.el: fix skipping track when switching them during ↵Mike Kazantsev2019-12-061-13/+37
| | | | playback with mpv-0.30
* * lisp/emms-streams.el: update built-in streams listYoni Rabkin2019-11-151-15/+53
|
* * NEWS:Yoni Rabkin2019-11-061-0/+4
|
* * doc/emms.texinfo: document streamingYoni Rabkin2019-11-061-93/+15
|
* * lisp/emms-streams.el: complete rewriteYoni Rabkin2019-11-061-595/+109
|
* * lisp/emms-source-playlist.el: replace with variableYoni Rabkin2019-11-061-6/+10
|
* * Makefile: fix commentYoni Rabkin2019-11-011-1/+1
|
* Bump to 5.3.Yoni Rabkin2019-11-013-4/+6
|
* 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-274-3/+17
|
* * 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-013-2/+12
|
* * lisp/emms-browser.el: Add emms-browser-cache-thumbnail-async for faster ↵Pierre Neidhardt2019-02-212-0/+32
| | | | 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.
* * Makefile: bump to 5.1Yoni Rabkin2018-11-011-1/+1
|
* * lisp/emms.el: bump to 5.1Yoni Rabkin2018-11-011-1/+1
|
* * NEWS: update.Yoni Rabkin2018-10-291-6/+9
|
* * 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
|