aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Make `emms-player-started' function, which serves the same purpose as ↵Michael Olson2006-04-123-9/+17
| | | | | | `emms-player-stopped', in that it is meant to be called by the player. emms-player-mpd needs this so that it can tell EMMS exactly when playback has begun. darcs-hash:20060412035132-1bfb2-d4982d0b49ca4b949c353f2702ceca4318078bb3.gz
* emms-player-mpd: Make last compiler warning go away with some `put' trickery.Michael Olson2006-04-121-0/+4
| | | | darcs-hash:20060412032926-1bfb2-1aae9faa36ff47ed53027cf5bfc4871adc7248b7.gz
* emms-player-mpd: Make emms-player-mpd-show take a callback argument so that ↵Michael Olson2006-04-121-10/+16
| | | | | | it's easy to make a /NP command for Emacs-based IRC clients. darcs-hash:20060412032655-1bfb2-bdc259d8c5b1210435d72a487e8ac756377d780f.gz
* emms-player-mpd: Set timer interval to be 1 by default and adjust docstring.Michael Olson2006-04-111-4/+3
| | | | darcs-hash:20060411225417-1bfb2-f7db6dfb4664a2f57de8e3cd415a49abe36cf76c.gz
* emms-source-file.el: Fix dired source.forcer2006-04-101-11/+13
| | | | darcs-hash:20060410122652-2189f-45a475ba6dcf5ed0ac492d2052bebba6cd6d5938.gz
* emms.el: Introduce and use `emms-source-old-buffer'forcer2006-04-101-3/+10
| | | | darcs-hash:20060410122623-2189f-b75ebb39924d04ffdaddb7dae6f3f303f493a950.gz
* emms-player-mpd: Fix minor typo in comments.Michael Olson2006-04-111-2/+2
| | | | darcs-hash:20060411041037-1bfb2-73ab388007c8c81b890d1427e0aa0f6f39e115b6.gz
* emms-player-mpd: Make sure inserted text from emms-player-mpd-show goes to ↵Michael Olson2006-04-111-3/+7
| | | | | | the right buffer. darcs-hash:20060411033552-1bfb2-f36fa15e202b91248e594a2485d170ff5c1ed8bb.gz
* emms-player-mpd: Remove obsolete option.Michael Olson2006-04-111-6/+0
| | | | darcs-hash:20060411030539-1bfb2-7a0cb0680a654d0eda136fb70006c8ec47d257ed.gz
* emms-player-mpd: Reset some extra state data on stop.Michael Olson2006-04-111-1/+4
| | | | darcs-hash:20060411030023-1bfb2-b53f8e516de55cdd2a7003def861323523971cb7.gz
* emms-playlist-mode: Fix a bug where too many overlays were being added when ↵Michael Olson2006-04-111-32/+24
| | | | | | the track was updated. darcs-hash:20060411025931-1bfb2-71b7e3fe4999d77752bae448c5c34784c9db2d33.gz
* emms-player-mpd: A few minor tweaks.Michael Olson2006-04-111-6/+4
| | | | darcs-hash:20060411013942-1bfb2-ca3de09dfd6aaae5dcd5b6dd2870b12a49aba2e1.gz
* emms-player-mpd: Major rewrite to use a custom transaction queue ↵Michael Olson2006-04-111-207/+392
| | | | | | implementation, which includes adjusting most functions to use callbacks and closures. darcs-hash:20060411004345-1bfb2-c423044aff0c53d3c26269d43c9f6827f66973f5.gz
* patch resolutionTrent Buck2006-04-091-0/+2
| | | | darcs-hash:20060409205547-8f417-949ecd292c7800526e6195dbf3c11c1a33aee032.gz
* emms-player-mplayer.el: mplayer supports FLAC, too.trentbuck2006-02-261-1/+1
| | | | darcs-hash:20060226055450-4ef00-88ce790a489db5ea89d3621b5d3f02ac5ff46e0a.gz
* emms-info-libtag.el: remove unused variables.Trent Buck2005-12-041-2/+0
| | | | darcs-hash:20051204181347-8f417-cc6b45daa751bbd6189ff6f8c880979a8b5495ad.gz
* emms-info-libtag.el: libtag can also handle Speex files.Trent Buck2005-11-201-1/+1
| | | | darcs-hash:20051120065009-8f417-8fc080259fe51b3e579026b9c9d0bed0d0c759d3.gz
* emms-playlist-mode: Remove obsolete function.Michael Olson2006-04-091-5/+0
| | | | darcs-hash:20060409052556-1bfb2-050df934eda6f883117367049ac996161a221037.gz
* Add new playlist sources to documentation.Michael Olson2006-04-092-2/+20
| | | | darcs-hash:20060409005306-1bfb2-d3512df73bfefc5371cd57bdab6c4552fa56677d.gz
* emms-playlist-mode: Use emms-playlist-save instead of a custom function.Michael Olson2006-04-091-12/+1
| | | | darcs-hash:20060409005234-1bfb2-f2422fc74d0b1fc065c00647cb71e247e181bf10.gz
* emms-source-playlist: Get things working to my satisfaction, like saving ↵Michael Olson2006-04-096-112/+230
| | | | | | playlists in different formats and (optionally) being prompted for which format. darcs-hash:20060409003540-1bfb2-4aedadb4bc109afb1aaf6b96530e61d6a9f19201.gz
* emms-playlist-mode: Make it possible to use edebug on ↵Michael Olson2006-04-061-0/+1
| | | | | | `with-inhibit-read-only' forms. darcs-hash:20060406042615-1bfb2-4b1552442730fef820796f1c93cdb5c62a8b08b2.gz
* emms-player-mpd: If the MusicPD daemon goes away, make sure that we can ↵Michael Olson2006-04-061-1/+3
| | | | | | still stop EMMS. darcs-hash:20060406034553-1bfb2-7a900012bcfc586c2b38632345da30e6af72b733.gz
* Updated manual for emms-lyrics.william.xwl2006-04-031-0/+13
| | | | darcs-hash:20060403140416-e8fe6-e783c9fdc7420f7f1b6bc94642a80e86d2f251e1.gz
* New variable: `emms-lyrics-coding-system'. It's the coding system usedwilliam.xwl2006-04-031-1/+7
| | | | | | | in the output of lyrics. (I sent this before, maybe some unexpected problem happened.) darcs-hash:20060403134922-e8fe6-5b1bb0825a3f5f6616024226d1d0c6015c3aa83c.gz
* emms-player-mpd: Never set emms-player-stopped-p, since this is only to be ↵Michael Olson2006-04-021-1/+0
| | | | | | done when the user explicitly stops the music. darcs-hash:20060402184833-1bfb2-1ce9edcaafb39aa44a92a0e80c606568c57546ca.gz
* Make sure that negated character classes in regexps include the newline ↵Michael Olson2006-04-024-4/+4
| | | | | | character, so that there is no possibility of empty lines being matched. darcs-hash:20060402175002-1bfb2-9f7ccf9489b3688d660b612a7243fe42e87e84e7.gz
* emms-playlist-sort.el, quote FORM argument to eval-after-loadforcer2006-04-021-4/+4
| | | | darcs-hash:20060402160555-2189f-b7becf7694117b1aacfcc1a40410e4087ca951e3.gz
* Update manual and emms-setup with the preferred way of invoking ↵Michael Olson2006-04-023-31/+21
| | | | | | emms-playing-time and emms-lyrics from .emacs. Update MusicPD section of manual. darcs-hash:20060402144407-1bfb2-857e5408fe3df2dffd111150018b3bbf60436679.gz
* emms-streams: Make some options customizable. Fix compiler warnings.Michael Olson2006-04-021-16/+32
| | | | darcs-hash:20060402031546-1bfb2-9244eec3e8dc3890f2640a1f1f01a18309b9ae4d.gz
* emms-source-playlist: Add support for m3u and pls playlists.Michael Olson2006-04-023-55/+86
| | | | darcs-hash:20060402024556-1bfb2-da264c4af634159a12fed0e3e4425eb238b9c917.gz
* README: Added a paragraph about libtag.lucas2006-04-011-0/+13
| | | | darcs-hash:20060401190443-4f952-6d2860b0aa971dace2ff643937e2071209c10712.gz
* emms-info-libtag.el: Add a warning about the possible conflict with ↵lucas2006-04-011-0/+7
| | | | | | emms-info-mp3info darcs-hash:20060401185421-4f952-ca0419414afbe93766a07c7e396d4ac8cf586f44.gz
* Some minor modificationslucas2006-04-011-5/+8
| | | | darcs-hash:20060401181821-4f952-37cc54e5cdd7ce1db9a81e2d45cdc3e1762c497b.gz
* Use insert-file instead of insert-file-literally to get around coding system ↵forcer2006-04-011-2/+2
| | | | | | problems darcs-hash:20060401205125-2189f-ebdde0312212cab3bae813796b9d79ae9ce1001b.gz
* Added emms-play-playlistforcer2006-04-011-1/+22
| | | | darcs-hash:20060401204306-2189f-3e4d369e25d12e99382d3ab51c9e05d88c768f82.gz
* Remove emms-tageditor.el, since it only works with emms-pbi.el. It might be ↵Michael Olson2006-04-011-449/+0
| | | | | | useful to re-add this, once it has been rewritten. But first, let's get a release out the door :^) . darcs-hash:20060401233146-1bfb2-a463cb4bfd32568f171ff0ac95edfe1f8757ab91.gz
* emms-player-mpd: Don't use define-emms-simple-player, since we provide our ↵Michael Olson2006-04-011-2/+21
| | | | | | own versions of the functions that it produces. darcs-hash:20060401233036-1bfb2-a67d7b4d6de02703fde818b9db9342445ba7428d.gz
* emms-lyrics: Make this behave like other add-ons.Michael Olson2006-04-011-20/+37
| | | | darcs-hash:20060401232918-1bfb2-44563a9e0e4801d9af65d82019631d3fdec2a1a8.gz
* Fix a variety of compilation errors and warnings.Michael Olson2006-04-0114-95/+100
| | | | darcs-hash:20060401232610-1bfb2-5fe5e4892c94e29a59738bf0d27e7e91ad68f2ed.gz
* Makefile: Don't show Emacs commandline. Remove generated HTML file in clean ↵Michael Olson2006-04-011-3/+4
| | | | | | rule. darcs-hash:20060401232522-1bfb2-472b1a3fa77db3d21f53fde078a28c371fb7c992.gz
* emms-streams: Add prefix to utility functions.Michael Olson2006-04-011-4/+5
| | | | darcs-hash:20060401210849-1bfb2-e22b7fcd606225ad83303472525860d0e66fb6dc.gz
* Make all add-on files toggle-able.Michael Olson2006-04-016-24/+66
| | | | darcs-hash:20060401210634-1bfb2-6a8f735119b68c6ab80d503910ec0105680fec73.gz
* Added emms-source-playlist.el, moved stuff from emms.el thereforcer2006-04-012-64/+217
| | | | darcs-hash:20060401203820-2189f-7dae5d0fc14543654aef72ba3f1ab72ff94c82e0.gz
* Move emms-parse-playlist to emms-source-file.el, rename to ↵forcer2006-04-013-25/+25
| | | | | | emms-source-file-parse-playlist darcs-hash:20060401185913-2189f-75ccf31626867407f72de64642d6fc020cfc240e.gz
* Remove emms-pl-manip.elMichael Olson2006-04-011-131/+0
| | | | darcs-hash:20060401194358-1bfb2-a0337e3a56ff8ad1628bea20f2eb65890142bdef.gz
* Remove emms-pbi*.el at forcer's request.Michael Olson2006-04-014-834/+0
| | | | darcs-hash:20060401193306-1bfb2-0e64e29a1c75efe182c6e77f2bd17327cd209b73.gz
* emms-mode-line: Add toggle functions and autoload cookies.Michael Olson2006-04-012-1/+28
| | | | darcs-hash:20060401191825-1bfb2-763dcaee4201c44565e113e516b844e448a0c4a1.gz
* emms-player-mpd: Use simpler value for connect function.Michael Olson2006-04-011-10/+2
| | | | darcs-hash:20060401190427-1bfb2-b1a08aa97de633cb891a4601d9ecf8f2015a4262.gz
* Makefile: Use correct extension in new HTML rule.Michael Olson2006-04-011-1/+1
| | | | darcs-hash:20060401184547-1bfb2-c119fbec8e989ae49dd7081fb2bdf7240026f0c2.gz