Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * lisp/emms-tag-editor.el: mid3v2 replaces mp3info | Yoni Rabkin | 2018-03-19 | 1 | -2/+10 | |
| | | | | mp3info only works with 1.x tags. | |||||
* | Set emms-directory according to user-emacs-directory | Pierre Neidhardt | 2018-02-17 | 1 | -1/+1 | |
| | ||||||
* | Obsolete emms-devel and emms-all | Pierre Neidhardt | 2018-01-03 | 1 | -0/+2 | |
| | ||||||
* | Define all mode-maps with defvar instead of defconst | Pierre Neidhardt | 2017-12-29 | 5 | -6/+6 | |
| | ||||||
* | emms-browser: Add mode hook | Pierre Neidhardt | 2017-12-29 | 1 | -1/+6 | |
| | ||||||
* | * lisp/emms-metaplaylist-mode.el: bug fix | Yoni Rabkin | 2017-12-29 | 1 | -5/+5 | |
| | | | | Stop center-on-current interpreting special regexp characters. | |||||
* | Add Homepage to the package header | Pierre Neidhardt | 2017-12-26 | 1 | -0/+1 | |
| | ||||||
* | * lisp/emms-metaplaylist-mode.el: re-write. | Yoni Rabkin | 2017-12-15 | 1 | -50/+110 | |
| | | | | | This is all but a re-write of metaplaylist mode to make it a more usable. | |||||
* | * lisp/emms-source-file.el: fix behavior | Yoni Rabkin | 2017-12-13 | 1 | -2/+1 | |
| | | | | This never does the right thing, so let it work like add-directory. | |||||
* | Fix 'seq' requirement in emms-browser | Pierre Neidhardt | 2017-12-09 | 1 | -0/+1 | |
| | ||||||
* | Add progress reporter to EMMS browser expansion | Pierre Neidhardt | 2017-12-09 | 1 | -7/+22 | |
| | | | | | The thumbnail display makes expansion even slower because of cache building and querying. | |||||
* | Add support for dynamic thumbnail caching | Pierre Neidhardt | 2017-12-09 | 1 | -3/+118 | |
| | ||||||
* | lisp/emms-browser.el: Extract year from info-date or fallback on info-year | Pierre Neidhardt | 2017-11-27 | 2 | -2/+25 | |
| | ||||||
* | lisp/emms-browser.el: Add autoloads to emms-browser and emms-smart-browse | Pierre Neidhardt | 2017-11-26 | 1 | -0/+2 | |
| | ||||||
* | * lisp/emms-player-mpd.el: interactive | Yoni Rabkin | 2017-11-22 | 1 | -0/+1 | |
| | | | | Make `emms-player-mpd-play interactive. | |||||
* | * lisp/emms-browser.el: Remove pitchfork | Yoni Rabkin | 2017-11-15 | 1 | -27/+0 | |
| | | | | | Pitchfork is not a desirable resource. See the discussion on the emms-help mailing list for references. | |||||
* | Push version updates. | Yoni Rabkin | 2017-11-05 | 1 | -1/+1 | |
| | ||||||
* | * lisp/emms-player-mpd.el: allow socket | Yoni Rabkin | 2017-10-20 | 1 | -4/+8 | |
| | | | | Allow mpd to read directly from a named socket. | |||||
* | * lisp/emms-volume-amixer.el: card choice | Yoni Rabkin | 2017-10-11 | 1 | -0/+9 | |
| | | | | Add an option to specify the card amixer will control. | |||||
* | * lisp/emms.el: set-playlist-buffer bugfix | Yoni Rabkin | 2017-09-29 | 1 | -5/+6 | |
| | | | | Take into account destructive sorting. Patch thanks to Ian Dunn. | |||||
* | * lisp/emms-source-file.el: follow symlinks | Yoni Rabkin | 2017-09-13 | 1 | -0/+1 | |
| | | | | | Emms-source-file-directory-tree-find now follows symlinks. Thank you Maxim Cournoyer for the patch. | |||||
* | * lisp/emms-playlist-sort.el: new function | Yoni Rabkin | 2017-09-01 | 1 | -0/+15 | |
| | | | | Sort playlist by file mtime. | |||||
* | * lisp/emms.el: add package-requires | Yoni Rabkin | 2017-07-15 | 1 | -0/+1 | |
| | ||||||
* | Move from cl to cl-lib. | Yoni Rabkin | 2017-07-14 | 10 | -39/+31 | |
| | | | | Patch by tumashu <tumashu@163.com>. | |||||
* | * lisp/emms-volume.el: fix typo | Yoni Rabkin | 2017-06-19 | 1 | -1/+1 | |
| | | | | trivial patch by David Michael <fedora.dm0@gmail.com> | |||||
* | * lisp/emms-volume.el: Limits volume percentages | Yoni Rabkin | 2017-06-19 | 1 | -11/+8 | |
| | | | | | | | | Limits volume percentages between 0 and 100 by default. At least with the Solaris sink, attempting to set a volume outside this range will fail with a "connection terminated" error from pactl. trivial patch by David Michael <fedora.dm0@gmail.com> | |||||
* | * lisp/emms-player-mpg321-remote.el: fix signal | Yoni Rabkin | 2017-06-01 | 1 | -1/+2 | |
| | | | | | | | | This fixes auto playing not working. Seems @P3 is the new mpg321 signal for song being over, so both P0 and P3 should be checked. SRC: https://www.apt-browse.org/browse/debian/wheezy/main/i386/mpg321/0.3.2-1.1/file/usr/share/doc/mpg321/README.remote Patch (trivial) from <pintolo1234@gmail.com> | |||||
* | Bump version to 4.3. | Yoni Rabkin | 2017-05-01 | 1 | -1/+1 | |
| | ||||||
* | * lisp/emms-browser.el: Cover only on info album. | Yoni Rabkin | 2017-04-17 | 1 | -5/+8 | |
| | | | | | Get the cover only when the album info is requested. Small patch by Cedric Chepied <cedric.chepied@gmail.com>. | |||||
* | Move to a new emms-print-metadata. | Yoni Rabkin | 2017-03-01 | 1 | -1/+1 | |
| | | | | | | | The new emms-print-metadata is written in C++ and brings on board new features from TagLib. Patch by Petteri Hintsanen <petterih@iki.fi>. | |||||
* | * lisp/emms-player-mpd.el: Remove obsolete | Yoni Rabkin | 2017-02-26 | 1 | -5/+1 | |
| | | | | Replace the obsolete function with its up-to-date equivalent. | |||||
* | * lisp/emms-lyrics.el (emms-lyrics-visit-lyric): Fix error from 6bc5 | Rasmus | 2017-02-22 | 1 | -8/+8 | |
| | ||||||
* | * lisp/emms-streams.el: replace obsolete function. | Yoni Rabkin | 2016-12-22 | 1 | -1/+1 | |
| | | | | `toggle-read-only' is obsolete. Use `read-only-mode' instead. | |||||
* | * lisp/emms.el: don't use obsolete variable `default-major-mode' | Yoni Rabkin | 2016-12-20 | 1 | -1/+1 | |
| | ||||||
* | Update version for release. | Yoni Rabkin | 2016-11-08 | 1 | -1/+1 | |
| | ||||||
* | * lisp/emms-stream-info.el: Remove preference and document. | Yoni Rabkin | 2016-11-07 | 1 | -2/+2 | |
| | | | | | | Removes the built-in preference for mplayer, but also clearly documents how one would go about choosing either mplayer or vlc to query the streams. | |||||
* | Correct email address for maintainer. | Yoni Rabkin | 2016-10-25 | 9 | -9/+9 | |
| | ||||||
* | * lisp/emms-stream-info.el: rename emms-stream-info-backend. | Yoni Rabkin | 2016-10-25 | 1 | -4/+4 | |
| | ||||||
* | * 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>. | |||||
* | * 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>. | |||||
* | Prepare 4.1 release. | Yoni Rabkin | 2016-05-31 | 1 | -1/+1 | |
| | ||||||
* | * lisp/tq.el: no need for tq.el apparently | Yoni Rabkin | 2016-04-11 | 1 | -171/+0 | |
| | ||||||
* | * 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 | |
| | ||||||
* | 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. | |||||
* | * 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. |