aboutsummaryrefslogtreecommitdiff
path: root/emms-player-mpg321-remote.el
Commit message (Collapse)AuthorAgeFilesLines
* *.el: Misc improvements and fixes w.r.t lexical bindingYoni Rabkin2021-04-271-1/+2
| | | | | | | | | | | | | | | | | | * jack.el: Enable lexical-binding. * emms-playlist-limit.el (emms-playlist-limit--limit-playlist): Use a closure. * emms-player-mpg321-remote.el (emms-player-ignore-stop): Declare, so as to fix a mis-compilation in `emms-player-mpg321-remote-notify-emms`. * emms-last-played.el (emms-last-played-format-date): Use lexical binding. * emms-browser.el (emms-browser-filter-only-dir) (emms-browser-filter-only-type, emms-browser-filter-only-recent): Return a closure. Patch by Stefan Monnier
* Change the function quoting style to help the compiler.Yoni Rabkin2021-04-201-6/+6
| | | | Patch by Stefan Monnier
* *.el: Remove redundant `:group` argumentsYoni Rabkin2021-04-171-10/+7
| | | | | | Also, remove some redundant leading `*` in defcustom docstrings Patch by Stefan Monnier <monnier@iro.umontreal.ca>
* * emms-player-mpg321-remote.el: add lexical and fixYoni Rabkin2021-03-031-2/+6
|
* move all files to top-levelYoni Rabkin2020-06-031-0/+223
|
* *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory.William Xu2008-06-171-222/+0
|
* 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
* Allow player to set the exact elapsed time of a track. emms-player-mpd and ↵Michael Olson2006-07-021-2/+2
| | | | | | emms-player-mpg321-remote both need this. darcs-hash:20060702012131-1bfb2-3e6229d68adf0d78574e0fc6cd1c1a4438c870c3.gz
* browser: uniquify track names, mpg321-remote: restart dead processDamien Elmes2006-06-221-3/+7
| | | | darcs-hash:20060622111421-4e3e3-d843dafdb0245f9e08c032ad43bed6b2dc10c701.gz
* mpg321-remote: fix race conditionDamien Elmes2006-06-161-20/+25
| | | | darcs-hash:20060616103159-4e3e3-fd8d7c3ce8e35b26f56f4822e65b7a217eaf4436.gz
* mpg321-remote: fix bug related to the player stoppingDamien Elmes2006-06-161-8/+17
| | | | darcs-hash:20060616011318-4e3e3-47d8fbfd25b67617a99f9116af74373ca69d63c1.gz
* mpg321-remote: defvar mask-stop-messageDamien Elmes2006-06-151-0/+3
| | | | darcs-hash:20060615094217-4e3e3-258d67013b40b8be7cd3da95ed77ea740407df28.gz
* add player-mpg321-remoteDamien Elmes2006-06-151-0/+201
- allows seeking in files - handles files with errors in them (the mpg321 simple version skips over the files) darcs-hash:20060615063027-4e3e3-55f9b446189c86894879167259604cda28fe5215.gz