aboutsummaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* * 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.
* Change the way lines are killed in emms-playlist-mode.Yoni Rabkin2014-10-251-0/+4
| | | | This change was requested by Rasmus and Michael Olson.
* * NEWS: Update.Yoni Rabkin2014-06-011-1/+2
|
* * NEWS: Add a note.Yoni Rabkin2014-04-221-1/+1
|
* * NEWS: Update news.Yoni Rabkin2014-04-181-2/+13
|
* Support displaying lyrics in a dedicated buffer, to highlight playingWilliam Xu2010-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | lyric. * emms-lyrics.el/emms-lyrics-display-buffer: New var. emms-lyrics-buffer: New var. (emms-lyrics-toggle-display-buffer): New func. (emms-lyrics-create-buffer): New func. (emms-lyrics-start): Call `emms-lyrics-create-buffer'. (emms-lyrics-set-timer): Store corresponding LINE number in emms-lyrics-timers. (emms-lyrics-display-handler): Add new arg -- LINE; emms-lyrics-scroll-p's taking effect also depends on emms-lyrics-display-on-modeline. (emms-lyrics-display): Add new arg -- LINE; highlight playing lyric line in emms-lyrics-buffer. (emms-lyrics-scroll): Add new arg -- LINE. * NEWS: Support displaying lyrics in a dedicated buffer, to highlight playing lyric. Thanks to Fang Lungang for the initial patch.
* Fix typos and spacing.Tim Landscheidt2010-06-271-6/+6
| | | | | * AUTHORS, FAQ, NEWS, README, lisp/emms-bookmarks.el, lisp/emms-cache.el, lisp/later-do.el: Fix typos and spacing.
* Removed support for gstreamer.Tim Landscheidt2010-06-201-0/+1
| | | | | | | * NEWS: Updated. * gst-wrapper: Removed. * lisp/emms-player-simple.el: Removed `(define-emms-simple-player gstreamer)'.
* Remove codes for loading movie subtitles automatically by emms.William Xu2008-04-011-1/+3
| | | | darcs-hash:20080401132338-cfa61-ae5d461981ce3f3470d2a21a4a6acf94e448ea78.gz
* Updated NEWS for post-3.0forcer2007-06-291-0/+4
| | | | darcs-hash:20070629163917-2189f-075489b335086448e5512b91de0d96f493185dff.gz
* NEWS: Now emms-player-mplayer is capable of loading movie subtitles.William Xu2007-06-261-0/+2
| | | | darcs-hash:20070626071626-cfa61-fea102574dc27a0fc33fa45fe2f31b2427050877.gz
* emms-player-mpd: Integrate with emms-lastfm to show trackMichael Olson2007-04-081-0/+2
| | | | | | | | | | | | * emms-lastfm (emms-lastfm-np): Expand to take optional callback argument. Rename `arg' to `insertp' for clarity. * emms-player-mpd (emms-player-mpd-show-1): Detect if emms-lastfm is activated, and if the current track is a LastFM URL. If so, call emms-lastfm-np rather than continuing on. (emms-player-mpd-show): Docfix. darcs-hash:20070408205000-1bfb2-6207ca703571a4602c7b1510f62be33df9722a8d.gz