aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Makefile: Update .PHONY, add .PRECIOUS line for generated files, add rule ↵Michael Olson2006-04-011-1/+5
| | | | | | for creating HTML version of documentation. darcs-hash:20060401180331-1bfb2-44d539a5c9152d23c80c2107bebb5c67cccebee5.gz
* emms-streams.el (emms-stream-default-list): Add "Voices from Within"forcer2006-03-291-0/+2
| | | | darcs-hash:20060329050712-2189f-ec7a17ad015b924234a61a4678f5ee967adcd97d.gz
* All stable extentions documentedyonirabkin2006-03-241-1/+103
| | | | darcs-hash:20060324232506-be80e-e613107612d172e28a631a707b2a892e1121ac80.gz
* emms-player-mpd.el (emms-info-mpd): Prevent an error when we can't connect ↵Michael Olson2006-03-261-5/+7
| | | | | | to a MusicPD instance. This prevents EMMS from causing Emacs to stop reading initialization settings. darcs-hash:20060326230003-1bfb2-0f3bba7ce910dfd287a640fa35288b7027bc6b21.gz
* Added MusicPD to the Emms manual.yonirabkin2006-03-231-0/+85
| | | | darcs-hash:20060323164844-be80e-c8318152b9ff24a05bbfed0f5a113836393e5f3c.gz
* Added `emms-playlist-sort' to the Emms manual.yonirabkin2006-03-232-2/+47
| | | | darcs-hash:20060323125334-be80e-cba5ae5567623d231f81df0b1331905cd9ccf50f.gz
* re-organization of emms-setup levelsyonirabkin2006-03-221-4/+6
| | | | darcs-hash:20060322104611-be80e-ea1f212093c000e3d33d6b497bb1a75fb63bcbae.gz
* emms-player-mpd: Make importing of MusicPD playlist a bit less error-prone.Michael Olson2006-03-231-11/+24
| | | | darcs-hash:20060323135109-1bfb2-bf5417002b601172af920c21a90a1a26e6e79cb9.gz
* emms-player-mpd: Make pausing work after importing a playlist from MusicPD.Michael Olson2006-03-201-8/+15
| | | | darcs-hash:20060320071337-1bfb2-7bba470fcb6076795954f2a73bb86b985ffd46e4.gz
* emms-player-mpd: Try to get values for name and port from environment. Fix ↵Michael Olson2006-03-201-5/+5
| | | | | | awkwardness in `emms-player-mpd-block'. darcs-hash:20060320065153-1bfb2-0f6c4fa2e86903e84a5ea2adebc249eda01f7b2a.gz
* emms-player-mpd: Implement importing the current MusicPD playlist into EMMS ↵Michael Olson2006-03-201-37/+110
| | | | | | and fix a couple of bugs. darcs-hash:20060320061455-1bfb2-d2213d8b9051a7bd03cf23d560590dfbff4c612b.gz
* finished updating copyrightsyonirabkin2006-03-152-0/+26
| | | | darcs-hash:20060315190720-be80e-ab0de489504975286f9c2cd9d1359c0345a5f7cb.gz
* fixed copyright years and copyright holderyonirabkin2006-03-1530-46/+98
| | | | darcs-hash:20060315155834-be80e-cda533a1510f20fdef5248ec0037ddaa037fa18b.gz
* emms-source-file: Yes, playlist does work. (Removed comment)forcer2006-03-061-2/+0
| | | | darcs-hash:20060306211535-2189f-cb714d0f47ff666b1a2a6a19e63691d8b5d7ff66.gz
* emms-player-simple.el (alsaplayer): Fixed regexp.forcer2006-03-051-1/+1
| | | | darcs-hash:20060305154938-2189f-e2553a0d4703dc15d855a0f4168b0bf7a0977a85.gz
* emms-player-simple.el: Added alsaplayer support. Thanks to indio on #emacs.forcer2006-03-051-0/+3
| | | | darcs-hash:20060305045259-2189f-6ddff373f70f9b9e2ae305211326eebe51a85dff.gz
* emms-player-mpd: Do a seek when the song has changed in case several seconds ↵Michael Olson2006-03-021-14/+29
| | | | | | have elapsed between detection and song change. darcs-hash:20060302032315-1bfb2-04999c8395e8a22d602098f529914ae93b44d62c.gz
* playlist mode yank bug fixyoni-r2006-02-261-2/+3
| | | | darcs-hash:20060226171121-6ce53-3e11dc88eab5e66338855da2654cb3f8b742a776.gz
* update README fileyoni-r2006-02-162-99/+68
| | | | darcs-hash:20060216181847-6ce53-04e7a1078c0eb8e134ad7b20d0d37ed751407c4c.gz
* Pass correct parameter to `run-at-time', to make sure only one timer iswilliam.xwl2006-01-181-2/+2
| | | | | | running. darcs-hash:20060118131412-e8fe6-d423f6a7aa50b929403fc333984280e137b6b8fe.gz
* add two macros, one to emms.el and the other to emms-playlist-mode.el. The ↵yonirabkin2006-01-092-69/+87
| | | | | | former fixes a bug in which the software attempts to access a completely narrowed buffer and the latter because it looks nicer. darcs-hash:20060109083856-be80e-475149a8911856cab9d2dd6f5143381c53afdcae.gz
* emms-player-mpd: Detect when the server has stopped, and call ↵Michael Olson2006-01-071-34/+67
| | | | | | emms-player-stopped. darcs-hash:20060107081052-1bfb2-8328797f81d3e794af03ef03521107161d74563f.gz
* emms-player-mpd: Implement blocking so that code in timers doesn't conflict.Michael Olson2006-01-071-16/+31
| | | | darcs-hash:20060107064358-1bfb2-3725a5776e4ad64196f8f9a0a0d08bd065e69d01.gz
* Rename m3u-playlist source to "playlist" and support .pls files. The ↵Michael Olson2006-01-074-37/+42
| | | | | | playlist-parsing routine has been moved to a separate function, since the MusicPD player also needs to use it. Detect URLs in playlists and use type of 'url when creating tracks for them. darcs-hash:20060107053310-1bfb2-dc5bf155e440294ee4a91b08033fa4b4242695ab.gz
* Use emms-replace-regexp-in-string.Michael Olson2006-01-062-4/+4
| | | | darcs-hash:20060106032400-1bfb2-7036a03bfa98f5379e95bb61848c497de43b3be6.gz
* emms-player-mpd: Escape specials in filenames like the other MPD clients do.Michael Olson2006-01-061-2/+11
| | | | darcs-hash:20060106032121-1bfb2-ff568ec3dbc6ef6477c89e20d9af1bdffc0b48a7.gz
* emms-stream-info: Use emms-replace-regexp-in-string.Michael Olson2006-01-061-2/+2
| | | | darcs-hash:20060106032048-1bfb2-397168fc645c02324e27a8721dae9d28ab5b23c7.gz
* New XEmacs compatibility function: emms-replace-regexp-in-stringMichael Olson2006-01-053-13/+23
| | | | darcs-hash:20060105172144-1bfb2-36678408233ea377cc5b7deda59d37362948a78b.gz
* emms-player-mpd: Quote file argument so that filenames with spaces are ↵Michael Olson2006-01-051-2/+3
| | | | | | treated correctly. darcs-hash:20060105014642-1bfb2-d3de3b0693aa45aa354888143fe038124f3f08d5.gz
* Move `emms-cancel-timer' to a compatibility section in emms.elforcer2006-01-041-8/+11
| | | | darcs-hash:20060104154238-2189f-946812c2493356d70391bac43323ae75958631ad.gz
* emms-playing-time: Make sure that we don't start more than one timer instance.Michael Olson2006-01-041-4/+6
| | | | darcs-hash:20060104224902-1bfb2-46604a22db0c34bd3fd5c9bf8b3d4cf6581361f0.gz
* emms-player-mpd: Make it the default to sync the MusicPD playlist with the ↵Michael Olson2006-01-041-11/+8
| | | | | | EMMS playlist, since this is what most EMMS users will probably want. darcs-hash:20060104224734-1bfb2-36155ee21122b7db68b1c1a2ab3adef713ca523c.gz
* Make emms-player-mpd work with emms-playing-time.Michael Olson2006-01-042-2/+5
| | | | darcs-hash:20060104081359-1bfb2-a0a8fad9d64ef84432c8698285f9c8293425152d.gz
* emms-player-mpd: Bring this up-to-par with the other backends, in that it ↵Michael Olson2006-01-041-46/+150
| | | | | | can update the current playlist position and load the contents of the current playlist into MusicPD. darcs-hash:20060104075237-1bfb2-09f9e463614cb8a2f067b16a7d197463e96c7718.gz
* Use timers in a way that is compatible with both Emacs and XEmacs.Michael Olson2006-01-043-3/+15
| | | | darcs-hash:20060104061024-1bfb2-a35972f84a96c27a9a4bee6a245a8cbe2d6a8dd1.gz
* emms-player-mpd: Docfix, wait 200 millisecs for process to start, add more ↵Michael Olson2006-01-031-8/+29
| | | | | | output when verbose mode is enabled. darcs-hash:20060103040456-1bfb2-1c56881762563b193eee69dfbf1d4b0f033b962c.gz
* emms-player-mpd: Fix documentation. The mpc binary is no longer needed.Michael Olson2006-01-021-3/+6
| | | | darcs-hash:20060102090752-1bfb2-17b7fe577741369d893c2cb04437be3cbd4d9cdf.gz
* emms-player-mpd: Make sure the process gets closed autommatically when ↵Michael Olson2006-01-011-1/+4
| | | | | | exiting Emacs. darcs-hash:20060101020942-1bfb2-315f558879b5e1989e8c82476b0342edf9142f8c.gz
* Significantly improve (and speed up) MusicPD support.Michael Olson2005-12-311-56/+229
| | | | darcs-hash:20051231083223-1bfb2-424c2ad1bc366455e51204f02c69887bc38658f5.gz
* `emms-score-set-playing' is not really "set", but "add". Fix this. Samewilliam.xwl2005-12-161-4/+11
| | | | | | for `emms-score-set-file-on-line'. darcs-hash:20051216091938-e8fe6-cbba6bc91a39e46d1585654e51beb590efed1350.gz
* Added `emms-playlist-sort-by-score'.william.xwl2005-12-131-5/+15
| | | | darcs-hash:20051213131558-e8fe6-ee2bc9a6c1d608ede136b8ee814a56a2f21ccb55.gz
* Fixed emms-score.el to accommordate with changes in EMMS2. I've alsowilliam.xwl2005-12-131-64/+121
| | | | | | | reorganized the code structure a little bit and added bunches of new user interface functions. darcs-hash:20051213131157-e8fe6-0ee9d94670ddd2c5989c970b5c1d77fc5804c758.gz
* Move `emms-lyrics-mode' to the end, or it won't work on CVS Emacs.william.xwl2005-12-121-5/+5
| | | | darcs-hash:20051212094752-e8fe6-05d5ecabfe7c14d47b63ff98e969f565975f55a7.gz
* fix mode-alter bugyonirabkin2005-12-031-1/+2
| | | | darcs-hash:20051203194736-be80e-90831954d25cd6d0608343e5be7317c8bc467683.gz
* update manual for playlist-modeyonirabkin2005-12-202-26/+43
| | | | darcs-hash:20051220122514-be80e-1b89102419c4855ddc84198773351fadc1c722a2.gz