aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* * lisp/emms-player-mpd.el: Require code which provides emms-url-... functions.Yoni Rabkin2014-04-221-0/+1
|
* * lisp/emms-player-mpd.el: Require the code which provides emms-cache-db.Yoni Rabkin2014-04-221-0/+1
|
* * lisp/emms.el: Replace obsolete function.Yoni Rabkin2014-04-221-2/+2
| | | | This has the pleasant side effect of quietening the compiler.
* * lisp/emms-compat.el: Hush the compiler about hl-line-highlight.Yoni Rabkin2014-04-221-0/+3
|
* * NEWS: Add a note.Yoni Rabkin2014-04-221-1/+1
|
* * NEWS: Update news.Yoni Rabkin2014-04-181-2/+13
|
* * FAQ: Remove this file.Yoni Rabkin2014-04-171-18/+0
| | | | This is an ancient file of doubtful use.
* * doc/emms.texinfo: Space out nodes.Yoni Rabkin2014-04-171-4/+96
| | | | This makes editing a bit easier.
* * doc/Makefile: Add clean target.Yoni Rabkin2014-04-171-0/+3
|
* * doc/emms.texinfo: Document GNU FM support.Yoni Rabkin2014-04-071-5/+75
|
* Merge branch 'librefm'Yoni Rabkin2014-04-076-1480/+395
|\
| * Solve dependencies and compiler issues.Yoni Rabkin2014-04-062-2/+7
| |
| * * lisp/emms-source-file.el: Remove lastfm url autoload.Yoni Rabkin2014-04-061-7/+0
| |
| * Remove lastfm code.Yoni Rabkin2014-04-062-1472/+0
| |
| * * lisp/emms-setup.el: Add to setup.Yoni Rabkin2014-04-061-1/+2
| |
| * Add continuous streaming.Yoni Rabkin2014-04-061-9/+60
| |
| * * lisp/emms-librefm-stream.el: Convert playlist to Emms tracks.Yoni Rabkin2014-04-031-12/+62
| |
| * * lisp/emms-librefm-stream.el: Implement getting a playlist.Yoni Rabkin2014-04-031-15/+180
| |
| * * lisp/emms-librefm-stream.el: Implement radio handshake call.Yoni Rabkin2014-04-021-1/+84
| |
| * * lisp/emms-librefm-stream.el: Add file.Yoni Rabkin2014-04-011-0/+39
| |
* | * lisp/emms-lyrics.el: Fix bug; the correct tag is info-title.Yoni Rabkin2014-04-011-2/+2
|/
* * lisp/emms-setup.el: Add to setup.Yoni Rabkin2014-03-291-1/+2
|
* * lisp/emms-librefm-scrobbler.el: Correctly handle the session id.Yoni Rabkin2014-03-291-4/+5
|
* * lisp/emms-librefm-scrobbler.el: Display messages by default.Yoni Rabkin2014-03-281-2/+2
|
* * lisp/emms-librefm-scrobbler.el: Complete working libre.fm scrobbler.Yoni Rabkin2014-03-281-1/+145
|
* RenameYoni Rabkin2014-03-101-27/+27
|
* * lisp/emms-librefm-client.el: Implement handshakeYoni Rabkin2014-03-101-12/+77
|
* * lisp/emms-librefm-client.el: initial file commitYoni Rabkin2014-03-091-0/+76
|
* * AUTHORS: Update email.Yoni Rabkin2014-03-071-1/+1
|
* * lisp/emms-tag-editor.el: Silence the compiler by explicitly passing ↵Yoni Rabkin2014-02-221-2/+2
| | | | `filename'.
* Fix compilation warnings.Johnathan Rabkin2014-02-222-5/+11
|
* * lisp/emms-setup.el: Remove Last.fm extension from setup.Johnathan Rabkin2014-02-221-1/+0
| | | | | This code currently doesn't work, so we don't need it loaded in the setup.
* * doc/emms.texinfo: Remove reference to Last.fm support.Johnathan Rabkin2014-02-221-161/+0
| | | | | | | Last.fm support has failed to track the API and licensing changes over at Last.fm. While I wouldn't remove the code just yet, we should remove it from the manual so that people don't get the impression that it is actually working.
* * lisp/emms-info-libtag.el: Added mp4, m4a to the extensions handled by ↵Johnathan Rabkin2013-10-161-1/+1
| | | | | | emms-info-libtag Patch thanks to Mandar Mitra.