Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update copyright years. | Yoni Rabkin | 2011-01-27 | 2 | -2/+2 | |
| | ||||||
* | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/emms | Lucas Bonnet | 2011-01-03 | 2 | -0/+23 | |
|\ | ||||||
| * | * doc/emms.texinfo: Document new station. | Yoni Rabkin | 2010-12-05 | 1 | -0/+2 | |
| | | ||||||
| * | * lisp/emms-lastfm-client.el: Add station. | Yoni Rabkin | 2010-12-05 | 1 | -0/+7 | |
| | | ||||||
| * | * doc/emms.texinfo: Record Last.fm station changes. | Yoni Rabkin | 2010-10-29 | 1 | -0/+7 | |
| | | ||||||
| * | * lisp/emms-lastfm-client.el: Add Last.fm station. | Yoni Rabkin | 2010-10-29 | 1 | -0/+7 | |
| | | ||||||
* | | * emms-source-playlist-parse-pls: add support for parsing file://-uris in ↵ | Dirk-Jan C. Binnema | 2011-01-03 | 1 | -2/+6 | |
|/ | | | | pls-files | |||||
* | Merge branch 'master' of ssh://yonirabkin@git.sv.gnu.org/srv/git/emms | Yoni Rabkin | 2010-09-16 | 1 | -7/+5 | |
|\ | ||||||
| * | Makefile: the clean target now removes emms-print-metadata binary in src/ | Lucas Bonnet | 2010-08-11 | 1 | -1/+1 | |
| | | ||||||
| * | Makefile: now using Git, so get rid of darcs in ChangeLog Makefile target. ↵ | Lucas Bonnet | 2010-08-11 | 1 | -5/+3 | |
| | | | | | | | | Patch by Arnaud Fontaine <arnaud@debian.org> | |||||
| * | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/emms | Lucas Bonnet | 2010-08-11 | 2 | -28/+34 | |
| |\ | ||||||
| * | | Makefile: add CFLAGS and $LDFLAGS, based on a patch by Christian Faulhammer ↵ | Lucas Bonnet | 2010-08-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | <fauli@gentoo.org> | |||||
* | | | * AUTHORS: Add author. | Yoni Rabkin | 2010-09-16 | 1 | -0/+1 | |
| | | | ||||||
* | | | Add scrobbling of local tracks to Last.fm support. | Yoni Rabkin | 2010-09-16 | 3 | -239/+441 | |
| |/ |/| | | | | | From: Bram van der Kroef <bram@fortfrances.com> | |||||
* | | * lisp/emms-lastfm-client.el: Make scobbles asynchronous. | Yoni Rabkin | 2010-08-04 | 1 | -24/+34 | |
| | | ||||||
* | | * doc/emms.texinfo: Remove because it ain't true no more. | Yoni Rabkin | 2010-08-04 | 1 | -4/+0 | |
|/ | ||||||
* | (emms-info-track-description): Fix usage of `cond'. | William Xu | 2010-07-17 | 1 | -2/+3 | |
| | ||||||
* | * lisp/emms-info-ogg.el and lisp/ogg-comment.el: Since emms-info-ogg.el no ↵ | Lucas Bonnet | 2010-07-12 | 2 | -364/+0 | |
| | | | | longer uses ogg-comment, and since it breaks on accents, we can safely remove them, emms-info-ogginfo.el is a working replacement. | |||||
* | Support displaying lyrics in a dedicated buffer, to highlight playing | William Xu | 2010-07-12 | 2 | -15/+66 | |
| | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | emms-info-track-description: Handle title-only tracks and fix documentation. | Tim Landscheidt | 2010-07-08 | 1 | -5/+8 | |
| | | | | | * lisp/emms-info.el: Handle tracks without artist, but with title information gracefully and fix documentation. | |||||
* | Fix typos. | Tim Landscheidt | 2010-07-08 | 1 | -67/+83 | |
| | | | | * lisp/emms-i18n.el: Fix typos. | |||||
* | Documented emms-playlist-mode-last independently. | Tim Landscheidt | 2010-07-07 | 1 | -3/+4 | |
| | | | | | * doc/emms.texinfo: Documented emms-playlist-mode-last independently following the example of other `pairs' of functions. | |||||
* | Fix typos and spacing. | Tim Landscheidt | 2010-07-07 | 2 | -73/+77 | |
| | | | | * README, lisp/emms.el: Fix typos and spacing. | |||||
* | Update emms-lastfm-client.el (code + manual). | Yoni Rabkin | 2010-07-02 | 2 | -29/+495 | |
| | ||||||
* | Fix typo. | Tim Landscheidt | 2010-06-29 | 1 | -1/+1 | |
| | | | | * emms-print-metadata.1: Fix typo. | |||||
* | From: Dimitry Gashinsky <dimitry@gashinsky.com> | Lucas Bonnet | 2010-06-29 | 1 | -13/+13 | |
| | | | | | | * emms-player-vlc.el (define-emms-simple-player): Change the command line arguments from two to one. * emms-player-vlc.el (emms-player-vlc-start): Use the variables that are defined earlier | |||||
* | Fix typos and spacing. | Tim Landscheidt | 2010-06-27 | 7 | -93/+99 | |
| | | | | | * AUTHORS, FAQ, NEWS, README, lisp/emms-bookmarks.el, lisp/emms-cache.el, lisp/later-do.el: Fix typos and spacing. | |||||
* | Replace ``?\ '' with ``?\s''. | Tim Landscheidt | 2010-06-27 | 1 | -1/+1 | |
| | | | | * lisp/emms-browser.el: Replace ``?\ '' with ``?\s''. | |||||
* | Align whitespace with original FSF license. | Tim Landscheidt | 2010-06-24 | 1 | -9/+8 | |
| | | | | | * COPYING: Aligned with <URI:http://www.gnu.org/licenses/gpl-3.0.txt>. | |||||
* | lisp/emms-lastfm-client.el: Removed Emacs local variable. | Tim Landscheidt | 2010-06-24 | 1 | -1/+0 | |
| | | | | | | * lisp/emms-lastfm-client.el: Removed "show-trailing-whitespace: t". This gave a security warning in Emacs and is probably better handled in Emacs' user configuration and/or a Git pre-commit hook. | |||||
* | Removed support for gstreamer. | Tim Landscheidt | 2010-06-20 | 3 | -6/+1 | |
| | | | | | | | * NEWS: Updated. * gst-wrapper: Removed. * lisp/emms-player-simple.el: Removed `(define-emms-simple-player gstreamer)'. | |||||
* | Fix Texinfo error. | Tim Landscheidt | 2010-06-20 | 1 | -1/+1 | |
| | | | | | * doc/emms.texinfo: Replace `@w' with `@w{}' to allow build of DVI, PDF & Co.; the info output doesn't change. | |||||
* | * Makefile: autoloads/dist hiccups | Lucas Bonnet | 2010-06-15 | 1 | -2/+2 | |
| | | | | Thanks to Tim Landscheidt <tim@tim-landscheidt.de> for the patch. | |||||
* | * emms-info-libtag.el: Make use of emms-info-libtag-program-name | Lucas Bonnet | 2010-06-15 | 1 | -1/+1 | |
| | | | | Thanks to Tim Landscheidt <tim@tim-landscheidt.de> for the patch | |||||
* | * lisp/emms-lastfm-client.el: Add Tim Landscheidt's fixes. | Yoni Rabkin | 2010-06-14 | 1 | -5/+4 | |
| | ||||||
* | * Makefile: use taglib-config to get cflags and lib flags | Lucas Bonnet | 2010-03-29 | 1 | -1/+1 | |
| | | | | source: http://paste.lisp.org/display/97028 | |||||
* | * lisp/emms-setup.el: Move emms-mark and emms-tag-editor to emms-all. | Yoni Rabkin | 2010-03-27 | 1 | -2/+2 | |
| | ||||||
* | * doc/emms.texinfo: Document emms-bookmarks. | Yoni Rabkin | 2010-03-27 | 1 | -0/+19 | |
| | ||||||
* | * lisp/emms-setup.el: Move emms-bookmarks to emms-all. | Yoni Rabkin | 2010-03-27 | 1 | -1/+1 | |
| | ||||||
* | * doc/emms.texinfo: Whitespace cleanup. | Yoni Rabkin | 2010-03-27 | 1 | -3/+3 | |
| | ||||||
* | * doc/emms.texinfo: Update copyright years. | Yoni Rabkin | 2010-03-27 | 1 | -1/+1 | |
| | ||||||
* | * lisp/emms-setup.el: Move emms-last-played to emms-all. | Yoni Rabkin | 2010-03-27 | 1 | -4/+4 | |
| | ||||||
* | * lisp/emms-lastfm-client.el: Update copyright years. | Yoni Rabkin | 2010-03-27 | 1 | -1/+1 | |
| | ||||||
* | Document emms-lastfm-client.el | Yoni Rabkin | 2010-03-27 | 2 | -180/+63 | |
| | ||||||
* | * lisp/emms-setup.el: Move emms-lastfm-client to emms-all. | Yoni Rabkin | 2010-03-27 | 1 | -3/+3 | |
| | ||||||
* | Move emms-cue.el from emms-devel to emms-all and update manual. | William Xu | 2010-03-19 | 2 | -9/+35 | |
| | ||||||
* | lisp/emms-cache.el: Initialize cache immediately instead of using ↵ | David Engster | 2010-03-16 | 1 | -2/+2 | |
| | | | | | | | after-init-hook. * emms-cache.el (emms-cache): Call emms-cache-restore directly instead of using after-init-hook. | |||||
* | * AUTHORS: add David Engster, thanks to his patches for MusicPD. | Lucas Bonnet | 2010-03-04 | 1 | -0/+1 | |
| | ||||||
* | emms-player-mpd.el: Parsing of supported formats for newer versions of mpd. | David Engster | 2010-03-04 | 1 | -10/+15 | |
| | | | | | * emms-player-mpd: (emms-player-mpd-get-supported-regexp): Added code to parse the output of newer versions of mpd. | |||||
* | * emms-player-mpd: (emms-player-mpd-seek, emms-player-mpd-seek-to): | Lucas Bonnet | 2010-03-01 | 1 | -2/+2 | |
| | | | | | | | Round to full seconds since mpd doesn't allow float values for seeking (this usually happens with emms-cue-next, for instance). Patch by David Engster <deng@randomsample.de> |