Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Makefile: install emms-print-metadata | Yoni Rabkin | 2016-10-25 | 1 | -0/+7 | |
| | ||||||
* | * lisp/emms-stream-info.el: rename emms-stream-info-backend. | Yoni Rabkin | 2016-10-25 | 1 | -4/+4 | |
| | ||||||
* | * AUTHORS: add Daniel Dehennin | Yoni Rabkin | 2016-08-01 | 1 | -0/+1 | |
| | | | | <daniel.dehennin@baby-gnu.org> | |||||
* | * lisp/emms-tag-editor.el: fix "query-replace-read-args" | Yoni Rabkin | 2016-08-01 | 1 | -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 Rabkin | 2016-08-01 | 1 | -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 Rabkin | 2016-08-01 | 1 | -8/+14 | |
| | | | | | Avoids FLAC tags duplication with old values. Patch by Daniel Dehennin <daniel.dehennin@baby-gnu.org>. | |||||
* | * Makefile: add .info suffix. | Yoni Rabkin | 2016-07-09 | 1 | -1/+1 | |
| | | | | Bug submitted by Alex Vong <alexvong1995@gmail.com>. | |||||
* | * lisp/emms-streams.el: Remove defunct streams. | Yoni Rabkin | 2016-06-24 | 1 | -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 note | Yoni Rabkin | 2016-05-31 | 1 | -1/+2 | |
| | ||||||
* | Prepare 4.1 release. | Yoni Rabkin | 2016-05-31 | 4 | -5/+8 | |
| | ||||||
* | * lisp/tq.el: no need for tq.el apparently | Yoni Rabkin | 2016-04-11 | 1 | -171/+0 | |
| | ||||||
* | Add emms-show-all to NEWS and manual. | Yoni Rabkin | 2016-03-04 | 2 | -0/+7 | |
| | ||||||
* | * lisp/emms-setup.el: add emms-show-all | Yoni Rabkin | 2016-03-01 | 1 | -0/+1 | |
| | ||||||
* | * lisp/emms-show-all.el: fix compiler warning | Yoni Rabkin | 2016-03-01 | 1 | -0/+2 | |
| | ||||||
* | * lisp/emms-show-all.el: first implementation | Yoni Rabkin | 2016-03-01 | 1 | -1/+90 | |
| | ||||||
* | * lisp/emms-show-all.el: new file | Yoni Rabkin | 2016-02-28 | 1 | -0/+36 | |
| | ||||||
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emms | Yoni Rabkin | 2016-02-28 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix bug in emms-browser.el | Rasmus | 2016-02-07 | 1 | -1/+1 | |
| | | | | | | | | * lisp/emms-browser.el: setq requires an even number of arguments now. | |||||
* | | * doc/emms.texinfo: bump copyright year | Yoni Rabkin | 2016-02-28 | 1 | -1/+1 | |
|/ | ||||||
* | * NEWS: Update. | Yoni Rabkin | 2015-12-11 | 1 | -0/+2 | |
| | ||||||
* | * doc/emms.texinfo: Document the emms-setup.el change. | Yoni Rabkin | 2015-12-11 | 1 | -53/+19 | |
| | ||||||
* | * lisp/emms-setup.el: Depreciate emms-devel and emms-standard. | Yoni Rabkin | 2015-12-11 | 1 | -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 Rabkin | 2015-12-11 | 1 | -4/+5 | |
| | ||||||
* | * doc/emms.texinfo: Reorganize. | Yoni Rabkin | 2015-12-10 | 1 | -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 Rabkin | 2015-12-10 | 1 | -3/+0 | |
| | ||||||
* | * doc/emms.texinfo: Bump copyright year. | Yoni Rabkin | 2015-12-10 | 1 | -2/+2 | |
| | ||||||
* | emms-browser-goto-random only goes to lowest level | Rasmus | 2015-08-10 | 1 | -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 browser | Rasmus | 2015-08-10 | 2 | -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-underscore | Rasmus | 2015-05-19 | 1 | -0/+5 | |
| | | | | The function is used in emms-lyrics, but was not commited previously. | |||||
* | * NEWS: Add https support. | Yoni Rabkin | 2015-03-30 | 1 | -0/+1 | |
| | ||||||
* | * lisp/emms-setup.el: Bug fix: Add missing default player. | Yoni Rabkin | 2015-03-29 | 1 | -1/+2 | |
| | ||||||
* | Add https as a recognizable connection option. | Yoni Rabkin | 2015-03-29 | 5 | -8/+8 | |
| | | | | Note that not all backends know how to play through an https connection. | |||||
* | Move librefm to https. | Yoni Rabkin | 2015-03-29 | 2 | -4/+7 | |
| | | | | Note that some player backends don't know how to handle https. | |||||
* | emms-browser: fix bug in 9e48ab1a | Rasmus | 2015-03-22 | 2 | -2/+2 | |
| | | | | move emms-volume directly to emms-browser mode map. | |||||
* | emms-lyrics: Use eww if present to display lyrics | Rasmus | 2015-03-17 | 2 | -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-browser | Rasmus | 2015-03-17 | 1 | -0/+2 | |
| | | | | Also bind +/- to emms-volume commands in the browser. | |||||
* | Added setting volume via PulseAudio. | Yoni Rabkin | 2015-03-16 | 4 | -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 428d662 | rasmus | 2015-03-10 | 2 | -2/+2 | |
| | | | | | - emms.texinfo: used wrong variable. - emms-librefm-scrobbler.el: remove warning. | |||||
* | emms-librefm-scrobbler.el: Add Commentary-section | rasmus | 2015-03-08 | 1 | -0/+5 | |
| | | | | Add minimal instructions on how to enable scrobbling. | |||||
* | emms-info libtag.el: Easier to add new extension | Rasmus | 2015-03-08 | 2 | -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 authinfo | Rasmus | 2015-03-08 | 3 | -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. | rasmus | 2015-03-08 | 1 | -0/+1 | |
| | ||||||
* | Handle covers with different file extensions | rasmus | 2015-03-08 | 3 | -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 Rabkin | 2014-12-02 | 1 | -2/+1 | |
| | ||||||
* | Add and use variable `emms-player-base-format-list'. | Yoni Rabkin | 2014-12-02 | 3 | -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 Rabkin | 2014-11-04 | 2 | -2/+2 | |
| | ||||||
* | * THANKGNU: Be a bit more thankful. | Yoni Rabkin | 2014-10-25 | 1 | -1/+2 | |
| | ||||||
* | Change the way lines are killed in emms-playlist-mode. | Yoni Rabkin | 2014-10-25 | 2 | -14/+19 | |
| | | | | This change was requested by Rasmus and Michael Olson. | |||||
* | Use commit logs to move people between AUTHORS and THANKGNUs. | Yoni Rabkin | 2014-10-19 | 2 | -5/+4 | |
| | ||||||
* | * AUTHORS: Add Nick Alcock. | Yoni Rabkin | 2014-10-19 | 1 | -0/+1 | |
| |