aboutsummaryrefslogtreecommitdiff
path: root/emms-source-file.el
Commit message (Collapse)AuthorAgeFilesLines
* * emms-source-file.el: use thing-at-point for URLs.Yoni Rabkin2021-08-251-1/+2
|
* Change the function quoting style to help the compiler.Yoni Rabkin2021-04-201-1/+1
| | | | Patch by Stefan Monnier
* *.el: Remove redundant `:group` argumentsYoni Rabkin2021-04-171-15/+9
| | | | | | Also, remove some redundant leading `*` in defcustom docstrings Patch by Stefan Monnier <monnier@iro.umontreal.ca>
* lexical declarationYoni Rabkin2021-03-031-1/+1
|
* move all files to top-levelYoni Rabkin2020-06-031-0/+314
|
* *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory.William Xu2008-06-171-298/+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
* Speed up emms-play-directory-tree by about factor 10mlang2007-02-211-7/+9
| | | | | | | | | Most of the speedup comes from using nconc in later-do instead of append (and therefore, not excessively copying lists). I see a factor of 10 speedup when generating the playlist for 37000 audio files. darcs-hash:20070221140553-08870-162cb94182e5e4947a0972a67b9229db8899e7cd.gz
* Add support for playing Last.fm streams using emms-streams interfaceMichael Olson2007-01-051-2/+9
| | | | darcs-hash:20070105230616-1bfb2-51c5cd5cdac1b0ab9daee569c4258296a030cdf3.gz
* Don't add subdirectories for directory and playlist-directory source insert ↵Michael Olson2006-11-191-2/+3
| | | | | | methods darcs-hash:20061119041900-1bfb2-8adccc41afb392449ac47e4c216d26d640d6b4d5.gz
* added emms-with-excluded-directories to emms-source-fileyoni-r2006-08-121-0/+9
| | | | darcs-hash:20060812194959-85c19-4195c0957541a78db68c51bf31adcb5e58a67923.gz
* Use better exclude regexp, so that people can load music files with '#' in ↵Michael Olson2006-06-101-1/+1
| | | | | | the middle of the name. darcs-hash:20060610230507-1bfb2-b43f8403de4b1123ef7a71408f86510b7a553e63.gz
* Standardize copyright notices. Add COPYING file. Mention license in README.Michael Olson2006-06-081-4/+6
| | | | darcs-hash:20060608194123-1bfb2-cbfbc9eacb41016b24acb9ea2654f141496b0caa.gz
* Sort file names from `emms-source-file-directory-tree-function'.forcer2006-06-051-3/+4
| | | | darcs-hash:20060605053347-2189f-e2161a5d791596968f9d9e83c004451592324550.gz
* Add some sources for inserting playlists without inserting their contents, ↵Michael Olson2006-06-041-6/+23
| | | | | | and likewise for directories of playlist files. Exclude some files and directories from being added when walking directories. darcs-hash:20060604195602-1bfb2-3ebc047e47ecdece3b4b826b3a6a48ccbbb0f0d0.gz
* Miscellaneous minor cleanups.Michael Olson2006-06-041-11/+13
| | | | darcs-hash:20060604195311-1bfb2-c5ba94841afa0d32c9bc483a21e7c8302c8b9aaa.gz
* Make XEmacs21 and Emacs21 happy.Michael Olson2006-04-201-1/+2
| | | | darcs-hash:20060420234749-1bfb2-e458134b41ba8e28d25030fe5b6d6b8f4222c28d.gz
* emms-source-file.el: Fix dired source.forcer2006-04-101-11/+13
| | | | darcs-hash:20060410122652-2189f-45a475ba6dcf5ed0ac492d2052bebba6cd6d5938.gz
* emms-source-playlist: Add support for m3u and pls playlists.Michael Olson2006-04-021-36/+0
| | | | darcs-hash:20060402024556-1bfb2-da264c4af634159a12fed0e3e4425eb238b9c917.gz
* Move emms-parse-playlist to emms-source-file.el, rename to ↵forcer2006-04-011-1/+23
| | | | | | emms-source-file-parse-playlist darcs-hash:20060401185913-2189f-75ccf31626867407f72de64642d6fc020cfc240e.gz
* fixed copyright years and copyright holderyonirabkin2006-03-151-1/+1
| | | | 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
* Rename m3u-playlist source to "playlist" and support .pls files. The ↵Michael Olson2006-01-071-18/+9
| | | | | | 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
* emms-source-file.el: add missing third clause to AUTOLOAD calls.Trent Buck2005-10-281-12/+12
| | | | darcs-hash:20051028142538-8f417-24f8937ae61e4b99fdf6e0908aca171855f0785e.gz
* Renaming the "playlist" source to "streamlist".lucas2005-09-181-3/+2
| | | | | | Things might be broken. darcs-hash:20050918123045-4f952-54c6f999429e0e9204c4407f29dc13c5729fa023.gz
* Adding a bunch of FIXME tags for the playlist sourcelucas2005-09-181-0/+1
| | | | | | | When we come to a consensus on the naming, we'll just fix it. Yrk should have a word about it, stream-playlist sounds good. darcs-hash:20050918002119-4f952-24dbcb9f6fd5e897f7f4879160480f4d6c316740.gz
* Removing the old emms-save-playlistlucas2005-09-151-11/+0
| | | | darcs-hash:20050915223636-4f952-c412dd199396faaac1a400124393c4a08ecf111c.gz
* Typo: It's emms-playlist-insert-track, not ...-track-insert.forcer2005-09-121-2/+2
| | | | darcs-hash:20050912135246-2189f-e88b69611f0dc35f654c6e4e8cf6b2d169ca1dea.gz
* Playlist buffer rewriteforcer2005-09-111-17/+19
| | | | darcs-hash:20050911200536-2189f-fcbbdb6ca90b3e5c3a68162dd5ae841057dac920.gz
* Initial commit (CVS 2005-09-11)forcer2005-09-111-0/+288
darcs-hash:20050911200506-2189f-48a136015e33465c3cf09940ce935ec2203df463.gz