aboutsummaryrefslogtreecommitdiff
path: root/emms-player-simple.el
Commit message (Collapse)AuthorAgeFilesLines
* Change the function quoting style to help the compiler.Yoni Rabkin2021-04-201-3/+3
| | | | Patch by Stefan Monnier
* *.el: Remove redundant `:group` argumentsYoni Rabkin2021-04-171-13/+9
| | | | | | Also, remove some redundant leading `*` in defcustom docstrings Patch by Stefan Monnier <monnier@iro.umontreal.ca>
* * emms-player-simple.el: lexical declaration and fixYoni Rabkin2021-03-031-1/+2
|
* move all files to top-levelYoni Rabkin2020-06-031-0/+210
|
* *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory.William Xu2008-06-171-212/+0
|
* Simple players now use their regex property as they should.forcer2007-08-271-1/+2
| | | | | | | | | emms-player-simple.el (define-emms-simple-player): `playablep' now uses `emms-player-get' for the regex property, instead of using the hardcoded regex, as it should. Thanks to Ye Wenbin for noticing this old bug. darcs-hash:20070827133149-2189f-c1d9cec8543eec45106379d520c8d829cc31ba52.gz
* change-all-file-headers-to-gpl3-or-later.dpatchTassilo Horn2007-06-261-1/+1
| | | | darcs-hash:20070626141221-c06f4-e034ff32ecc6e2d57ffaefaeb4f78d1e36a830a2.gz
* Bump copyright years to 2007 and standardize statementMichael Olson2007-03-191-1/+1
| | | | | | | | | Files made by those who haven't yet completed the assignment process remain copyrighted by that person. Those who have assigned have their files changed to be copyrighted by the FSF, but retain their Author line for the sake of giving proper credit. darcs-hash:20070319145852-1bfb2-2a4bb04c74262f43732fa5a81aa2d488da502995.gz
* FluidSynth midi file playermlang2006-10-151-0/+3
| | | | darcs-hash:20061015194104-08870-0cf34454c85441753986c50f8ce4bb47da88a69d.gz
* seek-for-alsaplayermlang2006-09-291-0/+7
| | | | | | Add relative seek support for alsaplayer darcs-hash:20060929221527-08870-4f515bbd69389f261ffefdef0a295c54594c194d.gz
* midi-files-via-timiditymlang2006-09-291-0/+3
| | | | | | A simple-player definition for timidity darcs-hash:20060929231452-08870-791180c4ae2db7c713362b97bc4053c22e3c4888.gz
* pause-for-alsaplayermlang2006-09-281-0/+12
| | | | | | Get pause/resume working for alsaplayer darcs-hash:20060928211555-08870-3dc3638f98fa28d080d98d4fbb874ef2afa68af9.gz
* define-emms-simple-player: Check for existence of the player executable.forcer2006-06-171-1/+2
| | | | darcs-hash:20060617023535-2189f-d285035e40953c1c8512d823c1332266294a5f4e.gz
* Standardize copyright notices. Add COPYING file. Mention license in README.Michael Olson2006-06-081-4/+6
| | | | darcs-hash:20060608194123-1bfb2-cbfbc9eacb41016b24acb9ea2654f141496b0caa.gz
* Make `emms-player-started' function, which serves the same purpose as ↵Michael Olson2006-04-121-3/+6
| | | | | | `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
* Fix a variety of compilation errors and warnings.Michael Olson2006-04-011-1/+2
| | | | darcs-hash:20060401232610-1bfb2-5fe5e4892c94e29a59738bf0d27e7e91ad68f2ed.gz
* fixed copyright years and copyright holderyonirabkin2006-03-151-1/+1
| | | | darcs-hash:20060315155834-be80e-cda533a1510f20fdef5248ec0037ddaa037fa18b.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
* Added simple player "playsound".Trent Buck2005-10-231-0/+3
| | | | darcs-hash:20051023012053-8f417-73ef9722cbd8307a362eb93a554d87f9759aba9b.gz
* Add more mikmod command line args.forcer2005-09-141-1/+1
| | | | darcs-hash:20050914141914-2189f-4e29867532782c1fc17100c521c1b1746fb51b73.gz
* Added mikmod support (thanks to Martin Schoenmakers)forcer2005-09-141-0/+5
| | | | darcs-hash:20050914141335-2189f-29e4513d371dbbf7a241e2232c7d24987340546f.gz
* Add `emms-player-simple-regexp'. Also, use it as appropriate.forcer2005-09-141-5/+26
| | | | darcs-hash:20050914111945-2189f-41013fda35fa58bb063cd33673607d86cd15f3b5.gz
* Fixing typo in file regexps for gstreamerlucas2005-09-141-2/+2
| | | | darcs-hash:20050914110346-4f952-e9342ae8080ee0302dca7f45e4eb3d5ed6a3b34a.gz
* Move gstreamer support into simple player.forcer2005-09-121-0/+4
| | | | darcs-hash:20050912152239-2189f-e1b16eaa105d479db199254efc639d0cbe4d3bb2.gz
* Add pause and resume to the simple player.forcer2005-09-121-0/+12
| | | | darcs-hash:20050912152217-2189f-f2dbdea100c53cfe38fa47fc65d235eb1bf80323.gz
* Add speex supportforcer2005-09-121-1/+2
| | | | darcs-hash:20050912123529-2189f-3d86b8d06e5f1425308cf841b1648dcd37ea6228.gz
* Add pause and seek support to emms.el.forcer2005-09-121-4/+0
| | | | | | | This factors out the mplayer support into emms-player-mplayer.el, and removes emms-player-extensions.el. darcs-hash:20050912123151-2189f-8ead830f8f4e50f883325f308423b6f7677ea8d9.gz
* Initial commit (CVS 2005-09-11)forcer2005-09-111-0/+134
darcs-hash:20050911200506-2189f-48a136015e33465c3cf09940ce935ec2203df463.gz