aboutsummaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* release 7.7Yoni Rabkin2021-09-111-0/+7
|
* release 7.6Yoni Rabkin2021-08-091-0/+8
|
* * emms.el: bump to 7.5Yoni Rabkin2021-06-191-0/+5
|
* * emms.el: bump to 7.4Yoni Rabkin2021-06-151-0/+5
|
* * emms.el: bump to version 7.3Yoni Rabkin2021-06-111-0/+6
|
* * emms.el: version bumpYoni Rabkin2021-05-121-0/+22
|
* * emms.el: bump to version 7.1Yoni Rabkin2021-04-141-0/+5
|
* * NEWS: tell the people the news!Yoni Rabkin2021-04-051-0/+7
|
* * README: update the README for ELPA package displayYoni Rabkin2020-12-301-0/+4
|
* update NEWS and version bumpYoni Rabkin2020-10-271-0/+3
|
* * NEWS: update newsYoni Rabkin2020-06-121-0/+1
|
* * doc/emms.texinfo: document tinytag interfaceYoni Rabkin2020-05-081-0/+4
|
* Updates for version bump.Yoni Rabkin2020-05-011-2/+4
|
* * NEWS:Yoni Rabkin2020-01-201-0/+3
|
* * NEWS:Yoni Rabkin2019-11-061-0/+4
|
* Bump to 5.3.Yoni Rabkin2019-11-011-2/+4
|
* emms-volume auto-detectionYoni Rabkin2019-08-271-0/+5
|
* Bump to version 5.2.Yoni Rabkin2019-05-011-0/+10
|
* * NEWS: update.Yoni Rabkin2018-10-291-6/+9
|
* * NEWS:Yoni Rabkin2018-10-171-0/+2
|
* * NEWS: updateFran Burstall2018-10-071-2/+3
|
* * NEWS: updateFran Burstall2018-09-271-1/+2
|
* NEWS: updateFran Burstall2018-09-251-0/+2
|
* * 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-261-1/+2
| | | | | Rewritten from scratch, supporting both old oneshot mpv process operation as well as long-running mpv --idle instances for newer versions.
* bump to version 5.0Yoni Rabkin2018-05-011-0/+4
|
* * NEWS:Yoni Rabkin2018-04-121-0/+1
|
* * NEWS: updatePierre Neidhardt2018-04-101-0/+11
|
* * NEWS: updateYoni Rabkin2018-04-091-0/+3
| | | | Update the latest of Pierre's work.
* * NEWS: rewordYoni Rabkin2018-04-031-1/+1
|
* * NEWS: shout out to PierreYoni Rabkin2018-03-281-0/+1
|
* * NEWS: updateYoni Rabkin2018-03-281-0/+1
|
* * NEWS: updateYoni Rabkin2017-12-151-0/+5
|
* * NEWS: updateYoni Rabkin2017-10-111-0/+1
|
* * lisp/emms.el: set-playlist-buffer bugfixYoni Rabkin2017-09-291-0/+1
| | | | Take into account destructive sorting. Patch thanks to Ian Dunn.
* * lisp/emms-source-file.el: follow symlinksYoni Rabkin2017-09-131-0/+1
| | | | | Emms-source-file-directory-tree-find now follows symlinks. Thank you Maxim Cournoyer for the patch.
* update NEWSYoni Rabkin2017-09-011-0/+1
|
* * NEWS: updateYoni Rabkin2017-07-141-0/+6
|
* * NEWS:Yoni Rabkin2017-04-171-0/+1
|
* Move to a new emms-print-metadata.Yoni Rabkin2017-03-011-0/+6
| | | | | | | The new emms-print-metadata is written in C++ and brings on board new features from TagLib. Patch by Petteri Hintsanen <petterih@iki.fi>.
* * NEWS: Update NEWS with previous work.Yoni Rabkin2016-10-251-0/+5
|
* Prepare 4.1 release.Yoni Rabkin2016-05-311-0/+2
|
* Add emms-show-all to NEWS and manual.Yoni Rabkin2016-03-041-0/+1
|
* * NEWS: Update.Yoni Rabkin2015-12-111-0/+2
|
* Sort using locale language in the browserRasmus2015-08-101-0/+1
| | | | | - Use string-collate-lessp if available for alphabetic sorting. - Use emms-browser-alpha-sort-function to sort in the browser.
* * NEWS: Add https support.Yoni Rabkin2015-03-301-0/+1
|
* emms-lyrics: Use eww if present to display lyricsRasmus2015-03-171-0/+2
| | | | | Lyrics are now fetched from lyricwiki.org. It is possible to change the url, but it assumes a certain order of the format string.
* Added setting volume via PulseAudio.Yoni Rabkin2015-03-161-0/+2
| | | | | | Possible to set volume via PulseAudio pactl via emms-volume-pulse.el. Patch by Rasmus Pank Roulund <emacs@pank.eu>.
* emms-librefm-scrobbler.el: use authinfoRasmus2015-03-081-0/+1
| | | | | | The recommended way to store libre.fm login details are now via authinfo. See emms-librefm-scrobbler--username, emms-librefm-scrobbler--password and the manual.
* Handle covers with different file extensionsrasmus2015-03-081-0/+2
| | | | | | Covers are can now have different file extensions. See emms-browser-covers-file-extensions. The first file from emms-browser--covers-filename, which is build when needed, is used.