aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* make emms-playlist-mode emacs21.4 compatibleyonirabkin2005-12-241-5/+42
| | | | darcs-hash:20051224105738-be80e-6312a9a6858f8bf4f101176f2e4b9b5e9b6f3950.gz
* fix emms-playlist-save-as-m3uyonirabkin2005-12-181-5/+6
| | | | darcs-hash:20051218102218-be80e-70018be27db6320656602308f19cfb502a516ae9.gz
* killing and yanking in the interactive playlist bufferyonirabkin2005-12-091-15/+42
| | | | darcs-hash:20051209163432-be80e-eb60a5e8cb71fe56aa3ef9f09513a84f3c7a57ac.gz
* Killing and yankingyonirabkin2005-12-051-77/+97
| | | | darcs-hash:20051205092044-be80e-106a5ba397a5cbc621e12180f3332695629944da.gz
* fix manual sectioningyonirabkin2005-11-273-20/+16
| | | | darcs-hash:20051127085636-be80e-51967ab6da702cc6bba6c1d53eaa16f8828f9eb6.gz
* Fix conflicts in emms-playlist-mode.elyonirabkin2005-11-201-60/+61
| | | | darcs-hash:20051120154643-be80e-465da34d3b711e60b8d83f211377b0d6caeb33cf.gz
* Fix emms.texinfo for PDF output (thanks twb)yonirabkin2005-11-252-9/+14
| | | | darcs-hash:20051125175445-be80e-24251f3641e15cf0d1031635ecadbc1aa5e27030.gz
* Added `emms-playlist-mode-go-popup' for popuping emms-playlist as a sidewilliam.xwl2005-11-191-2/+16
| | | | | | window. darcs-hash:20051119171419-e8fe6-576ff2c8fab5c9023ad4a7960d30aa75a27f89c1.gz
* emms-info-mp3info.el (emms-info-mp3find-arguments): use info-tracknumber ↵Trent Buck2005-11-192-2/+2
| | | | | | | | instead of info-tracknum, so as to be consistent with ogginfo. emms-info.el: Update documentation. darcs-hash:20051119150805-8f417-0d2b6db05e53860d657c6c4fe1f7005a6aaffd28.gz
* emms-source-file.el: add missing third clause to AUTOLOAD calls.Trent Buck2005-10-281-12/+12
| | | | darcs-hash:20051028142538-8f417-24f8937ae61e4b99fdf6e0908aca171855f0785e.gz
* emms-info-libtag.el: Fix a couple of typos.Trent Buck2005-11-191-4/+2
| | | | darcs-hash:20051119183945-8f417-4a85bfd58f00ae44dc404ef6ebc48e91b3261678.gz
* Implement an emms-info function using the libtag package.Trent Buck2005-11-198-19/+161
| | | | darcs-hash:20051119181528-8f417-cccb6d14779011d1e58eac89474282257768e631.gz
* Finished rewriting manualyonirabkin2005-11-072-46/+142
| | | | darcs-hash:20051107034232-be80e-2dd881001cb4561318979c1595186510b906dc80.gz
* More manual work, but still only 71 percent doneyonirabkin2005-11-032-75/+47
| | | | darcs-hash:20051103170157-be80e-8d0fe3a6e38b9c6cf511d1caa12ce08d22cd8c00.gz
* Added support for toggling default action in streamslucas2005-11-031-0/+1
| | | | darcs-hash:20051103183830-4f952-4eda4ae86bf6c600f8056ecf6ec570e9a2baa1bd.gz
* Added a hook for emms-streamslucas2005-11-031-0/+4
| | | | darcs-hash:20051103183801-4f952-73e9e94c3aa34773c1e09eb37b0aec4188bd682f.gz
* debian/emms.emacs-install: Leave symlinks in bytecode dir for ↵Trent Buck2005-10-271-2/+4
| | | | | | find-library/function/variable. darcs-hash:20051027172739-8f417-989397150707d7252d25a8c2af2b7c928a045eaf.gz
* debian/rules: swap binary-indep and binary-arch bodies, since emms is ↵Trent Buck2005-10-271-4/+4
| | | | | | packages as source code. darcs-hash:20051027150418-8f417-67d3d361141c762d7977151a11b448d97c74f911.gz