aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Correct email address for maintainer.Yoni Rabkin2016-10-259-9/+9
|
* * Makefile: install emms-print-metadataYoni Rabkin2016-10-251-0/+7
|
* * lisp/emms-stream-info.el: rename emms-stream-info-backend.Yoni Rabkin2016-10-251-4/+4
|
* * AUTHORS: add Daniel DehenninYoni Rabkin2016-08-011-0/+1
| | | | <daniel.dehennin@baby-gnu.org>
* * lisp/emms-tag-editor.el: fix "query-replace-read-args"Yoni Rabkin2016-08-011-1/+1
| | | | | | | | | | | | | | | | Author: Daniel Dehennin <daniel.dehennin@baby-gnu.org> emms-tag-editor: fix “query-replace-read-args” use Since emacs commit 3ee4cd6482abbabb06630a6c725277d42061eee7[1] the retult value of “query-replace-read-args” changed which broke “emms-tag-editor-replace-in-tag”. * lisp/emms-tag-editor.el: Remove last two elements from query-replace-read-args results. Footnotes: [1] http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=3ee4cd6482abbabb06630a6c725277d42061eee7
* * lisp/emms-tag-editor.el: Make cons cell usable.Yoni Rabkin2016-08-011-5/+18
| | | | | Make cons cell usable when replacing a tag. Patch by Daniel Dehennin <daniel.dehennin@baby-gnu.org>.
* * lisp/emms-tag-editor.el: Avoids FLAC tags dup.Yoni Rabkin2016-08-011-8/+14
| | | | | Avoids FLAC tags duplication with old values. Patch by Daniel Dehennin <daniel.dehennin@baby-gnu.org>.
* * Makefile: add .info suffix.Yoni Rabkin2016-07-091-1/+1
| | | | Bug submitted by Alex Vong <alexvong1995@gmail.com>.
* * lisp/emms-streams.el: Remove defunct streams.Yoni Rabkin2016-06-241-78/+42
| | | | | Remove streams which are defunct for one reason or another. Patch thanks to Alejandro Erickson <alejandro.erickson@gmail.com>.
* * doc/developer-release.txt: add noteYoni Rabkin2016-05-311-1/+2
|
* Prepare 4.1 release.Yoni Rabkin2016-05-314-5/+8
|
* * lisp/tq.el: no need for tq.el apparentlyYoni Rabkin2016-04-111-171/+0
|
* Add emms-show-all to NEWS and manual.Yoni Rabkin2016-03-042-0/+7
|
* * lisp/emms-setup.el: add emms-show-allYoni Rabkin2016-03-011-0/+1
|
* * lisp/emms-show-all.el: fix compiler warningYoni Rabkin2016-03-011-0/+2
|
* * lisp/emms-show-all.el: first implementationYoni Rabkin2016-03-011-1/+90
|
* * lisp/emms-show-all.el: new fileYoni Rabkin2016-02-281-0/+36
|
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emmsYoni Rabkin2016-02-281-1/+1
|\
| * Fix bug in emms-browser.elRasmus2016-02-071-1/+1
| | | | | | | | * lisp/emms-browser.el: setq requires an even number of arguments now.
* | * doc/emms.texinfo: bump copyright yearYoni Rabkin2016-02-281-1/+1
|/
* * NEWS: Update.Yoni Rabkin2015-12-111-0/+2
|
* * doc/emms.texinfo: Document the emms-setup.el change.Yoni Rabkin2015-12-111-53/+19
|
* * lisp/emms-setup.el: Depreciate emms-devel and emms-standard.Yoni Rabkin2015-12-111-46/+36
| | | | | The functions `emms-devel' and `emms-standard' are now synonymous with `emms-all' which loads everything.
* * doc/emms.texinfo: Make it read better.Yoni Rabkin2015-12-111-4/+5
|
* * doc/emms.texinfo: Reorganize.Yoni Rabkin2015-12-101-250/+259
| | | | | Move the Quickstart Guide chapter to the very beginning and re-write it to be the tl;dr of the manual.
* * doc/emms.texinfo: Out of date.Yoni Rabkin2015-12-101-3/+0
|
* * doc/emms.texinfo: Bump copyright year.Yoni Rabkin2015-12-101-2/+2
|
* emms-browser-goto-random only goes to lowest levelRasmus2015-08-101-2/+4
| | | | | | emms-browser-goto-random only considers item of lowest level. For instance, in level 2 emms-browser-goto-random will only stop once an albums has been found and so forth.
* Sort using locale language in the browserRasmus2015-08-102-2/+12
| | | | | - Use string-collate-lessp if available for alphabetic sorting. - Use emms-browser-alpha-sort-function to sort in the browser.
* emms-url: add emms-url-quote-underscoreRasmus2015-05-191-0/+5
| | | | The function is used in emms-lyrics, but was not commited previously.
* * NEWS: Add https support.Yoni Rabkin2015-03-301-0/+1
|
* * lisp/emms-setup.el: Bug fix: Add missing default player.Yoni Rabkin2015-03-291-1/+2
|
* Add https as a recognizable connection option.Yoni Rabkin2015-03-295-8/+8
| | | | Note that not all backends know how to play through an https connection.
* Move librefm to https.Yoni Rabkin2015-03-292-4/+7
| | | | Note that some player backends don't know how to handle https.
* emms-browser: fix bug in 9e48ab1aRasmus2015-03-222-2/+2
| | | | move emms-volume directly to emms-browser mode map.
* emms-lyrics: Use eww if present to display lyricsRasmus2015-03-172-20/+37
| | | | | Lyrics are now fetched from lyricwiki.org. It is possible to change the url, but it assumes a certain order of the format string.
* emms-volume: Also support the emms-browserRasmus2015-03-171-0/+2
| | | | Also bind +/- to emms-volume commands in the browser.
* Added setting volume via PulseAudio.Yoni Rabkin2015-03-164-2/+118
| | | | | | Possible to set volume via PulseAudio pactl via emms-volume-pulse.el. Patch by Rasmus Pank Roulund <emacs@pank.eu>.
* Fix bug in introduced in 428d662rasmus2015-03-102-2/+2
| | | | | - emms.texinfo: used wrong variable. - emms-librefm-scrobbler.el: remove warning.
* emms-librefm-scrobbler.el: Add Commentary-sectionrasmus2015-03-081-0/+5
| | | | Add minimal instructions on how to enable scrobbling.
* emms-info libtag.el: Easier to add new extensionRasmus2015-03-082-5/+39
| | | | | | | | | | | | | * emms-print-metadata.c (main): Better error message. * emms-info-libtag.el (emms-info-libtag): New group. (emms-info-libtag-program-name): Change to defcustom. (emms-info-libtag-known-extensions): New variable. (emms-info-libtag): Use emms-info-libtag-known-extensions. Two changes: First, emms-info-libtag tells the user that it may work with other forms. Since emms-info-libtag-known-extensions is now a regexp variable so users can easily add new extensions, if needed.
* emms-librefm-scrobbler.el: use authinfoRasmus2015-03-083-11/+54
| | | | | | 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.
* Add Rasmus to AUTHORS.rasmus2015-03-081-0/+1
|
* Handle covers with different file extensionsrasmus2015-03-083-10/+41
| | | | | | 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.
* * lisp/emms-player-simple.el: Remove old documentation.Yoni Rabkin2014-12-021-2/+1
|
* Add and use variable `emms-player-base-format-list'.Yoni Rabkin2014-12-023-13/+14
| | | | | | This variable holds the set of common formats that most modern players support. A new player definition should use this base list and add formats specific to the new player in the player definition file.
* Add aif files to the recognized file types.Yoni Rabkin2014-11-042-2/+2
|
* * THANKGNU: Be a bit more thankful.Yoni Rabkin2014-10-251-1/+2
|
* Change the way lines are killed in emms-playlist-mode.Yoni Rabkin2014-10-252-14/+19
| | | | This change was requested by Rasmus and Michael Olson.
* Use commit logs to move people between AUTHORS and THANKGNUs.Yoni Rabkin2014-10-192-5/+4
|