aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* * AUTHORS: Add Nick Alcock.Yoni Rabkin2014-10-191-0/+1
|
* * THANKGNU: Add THANKGNUs based on commit records.Yoni Rabkin2014-10-181-0/+11
|
* * AUTHORS: Add to AUTHORS based on commit records.Yoni Rabkin2014-10-181-0/+6
|
* * doc/emms.texinfo: Document emms-print-metadata.Yoni Rabkin2014-10-151-6/+40
|
* Move Jesse Weinstein's contribution to the new THANKGNU file.Yoni Rabkin2014-10-142-1/+5
|
* * src/emms-print-metadata.c: Fix crash.Yoni Rabkin2014-10-131-1/+5
| | | | | | Short (4 lines) contrib from Arnaud Fontaine <arnau@debian.org>. See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=715864 also: https://vcs-git-viewer.duckcorp.org/?p=people/arnau/emms.git;a=commit;h=27825228ba9d62902b75c45b1ffee3893b22cea8
* Add thing-at-point to interactive input.Yoni Rabkin2014-08-202-6/+12
| | | | | Patch by Daimrod <daimrod@gmail.com>. Change too small for copyright papers.
* * lisp/emms-source-file.el: Add customization parameters.Yoni Rabkin2014-08-201-1/+1
| | | | | Patch by Daimrod <daimrod@gmail.com>. Change too small for copyright papers.
* Add FLV and WEBM formats.Yoni Rabkin2014-08-202-2/+4
| | | | Patch by Daimrod <daimrod@gmail.com>. Change too small for copyright.
* * doc/emms.texinfo: Add documentation note.Yoni Rabkin2014-08-031-2/+7
| | | | Thanks to Alexis <flexibeast@gmail.com>.
* Correct documentation.Yoni Rabkin2014-07-282-5/+6
| | | | Changes by Alexis <flexibeast@gmail.com>.
* * Makefile: Update ftp.gnu.org push script to 1.2.Yoni Rabkin2014-07-281-14/+2
|
* Bump makefile release version.Yoni Rabkin2014-06-302-2/+2
|
* * README: Remove unnecessary duplication.Yoni Rabkin2014-06-301-203/+3
| | | | Left a pointer to the fine manual.
* * lisp/emms.el: Bump version.Yoni Rabkin2014-06-301-1/+1
|
* * AUTHORS: Sort author entries alphabetically.Yoni Rabkin2014-06-301-20/+20
| | | | M-x sort-lines
* * AUTHORS: Add Jose Antonio Ortega Ruiz.Yoni Rabkin2014-06-301-0/+1
|
* * lisp/emms-player-mpd.el: Fix MPD listinfoall.Yoni Rabkin2014-06-301-7/+23
| | | | Patch by Jose Antonio Ortega Ruiz <jao@gnu.org>.
* * NEWS: Update.Yoni Rabkin2014-06-011-1/+2
|
* * Makefile: Only use ginstall-info if it exists.Yoni Rabkin2014-05-301-3/+13
|
* * lisp/emms.el: Add new display function.Yoni Rabkin2014-05-291-0/+8
| | | | Idea from by Ian D <dunni@gnu.org>.
* * AUTHORS: Add note.Yoni Rabkin2014-05-291-1/+1
|
* * Makefile: Update to GNU install-info.Yoni Rabkin2014-05-291-3/+3
|
* * lisp/emms-tag-editor.el: Use newer paradigm.Yoni Rabkin2014-04-221-4/+2
|
* * lisp/emms-streams.el: Use newer paradigm.Yoni Rabkin2014-04-221-4/+1
|
* * lisp/emms-source-file.el: Add required code.Yoni Rabkin2014-04-221-0/+2
|