aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* emms-browser.el: emms-browser-goto-random moves the point to a random line ↵lucas2006-06-251-0/+5
| | | | | | in the browser. darcs-hash:20060625112441-4f952-c9517489eb33dd2865a3d8f6fbdf922b3a989acb.gz
* browser: another read-only bugDamien Elmes2006-06-231-6/+6
| | | | darcs-hash:20060623171252-4e3e3-2270fbde08d8e29914b9ee2614bcf70d2c4bcf5a.gz
* browser: fix bug with read-only bufferDamien Elmes2006-06-231-3/+4
| | | | darcs-hash:20060623150933-4e3e3-7a835c979f1f6283d0aeda7c4cbc55653f2a3e74.gz
* browser: more search stuffDamien Elmes2006-06-231-16/+51
| | | | | | | | - fix bug where we clobber emms-browser-buffer - clear search on new search - add new keybindings - 's a', 's s', etc. to search for different fields. darcs-hash:20060623150406-4e3e3-9096e56597ae119fdee324255894b2858cef702f.gz
* browser: preliminary browsing supportDamien Elmes2006-06-231-0/+59
| | | | darcs-hash:20060623142837-4e3e3-7397b81dc867876785cf43357bf18c8973e6b010.gz
* function name change + testing emms-patches mailing-listyoni-r2006-06-221-2/+2
| | | | darcs-hash:20060622204637-85c19-cd8bc0fdb4fdad6279d9996c0820de139e13dc27.gz
* README: added a note about compiling emms-print-metadata, since it ↵lucas2006-06-221-4/+6
| | | | | | apparently wasn't obvious... darcs-hash:20060622231759-4f952-2d232e9530b6990ea41ba6d8b8d78d0e4b717c87.gz
* browser: use the filename if no useful metadata is availableDamien Elmes2006-06-221-9/+15
| | | | darcs-hash:20060622112720-4e3e3-7067174f9a1f6013bbfecb73e8effc03fdce5d52.gz
* browser: uniquify track names, mpg321-remote: restart dead processDamien Elmes2006-06-222-3/+11
| | | | darcs-hash:20060622111421-4e3e3-d843dafdb0245f9e08c032ad43bed6b2dc10c701.gz
* cache: add a routine to refresh metadata infoDamien Elmes2006-06-221-0/+21
| | | | darcs-hash:20060622114528-4e3e3-edaed29b327826bdbac2e172177dfa9e37214c15.gz
* README: fix a small typoDamien Elmes2006-06-201-2/+2
| | | | darcs-hash:20060620091959-4e3e3-9eb13a61aefbe79769a4c61c96f2ba6cf40a21aa.gz
* README : Advanced configuration : added item about seeking.lucas2006-06-201-0/+22
| | | | darcs-hash:20060620065241-4f952-57b870e39b27d3377015ebf0e9deb49c9c43412d.gz
* emms-player-mplayer.el: Enable mplayer's slave mode for seek support bywilliam.xwl2006-06-181-3/+3
| | | | | | default. darcs-hash:20060618120337-e8fe6-c9425c08e3d4cca0801c8e1551aa455d88549a7d.gz
* AUTHORS: Update William's info.william.xwl2006-06-181-1/+1
| | | | darcs-hash:20060618120236-e8fe6-308f405fc475583ee88fc6d1418700bd6edf7a61.gz
* browser: bugfixes, sort/display by yearDamien Elmes2006-06-181-11/+56
| | | | | | | | | | | - fix a bug with add-and-play on a single file - display album year if available - sort albums first by year - add c-1, c-2 etc keybindings to quickly browse by artist, album, etc. (conflicts with standard keybindings - assumption is that digit-argument is probably not very useful in the browser mode) darcs-hash:20060618122507-4e3e3-d961861072a8a07e2f67b391c6f59b7ea1a79ac9.gz
* define-emms-simple-player: Check for existence of the player executable.forcer2006-06-171-1/+2
| | | | darcs-hash:20060617023535-2189f-d285035e40953c1c8512d823c1332266294a5f4e.gz
* Rename `emms-score-show' to `emms-score-show-playing'. Addwilliam.xwl2006-06-161-2/+10
| | | | | | `emms-score-show-file-on-line'. darcs-hash:20060616162244-e8fe6-91e510b1ef2d25f1245edfb5f635657bd2227921.gz
* emms-player-mpd: Make the playable-p function return nil if we cannot start ↵Michael Olson2006-06-161-1/+7
| | | | | | a connection to mpd. darcs-hash:20060616233847-1bfb2-6b95e1e17b907cc46204c74b7ea9a59963e86dde.gz
* browser: put track number first (better for compilation albums)Damien Elmes2006-06-161-21/+26
| | | | darcs-hash:20060616153258-4e3e3-6ac627d571ef0623a346b8806c099f0d2c786ee5.gz
* browser: fix centering when adding new tracks to the playlistDamien Elmes2006-06-161-9/+11
| | | | darcs-hash:20060616132746-4e3e3-177ab8c37d4b5041d47ddbc6f1a42c30413f99aa.gz
* browser: remember position when hitting 1,2,3 etcDamien Elmes2006-06-161-6/+43
| | | | darcs-hash:20060616131926-4e3e3-48d11c2d5b27bd26c8ed5ccf4e96f2c0480cf1da.gz
* browser: collapse before expanding (expand-to-level-2, etc)Damien Elmes2006-06-161-0/+3
| | | | darcs-hash:20060616110612-4e3e3-4c3668a61018c2478c42a1ceeeaa38e19e1cc292.gz
* browser: fix sorting on tracks without a track numberDamien Elmes2006-06-161-3/+1
| | | | darcs-hash:20060616110222-4e3e3-616f148328a86000b55e03b878436a77b62013d4.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
* Add Adam Sjoegren (copyright got assigned)forcer2006-06-151-0/+1
| | | | darcs-hash:20060615225714-2189f-b228de0c9c275cd11b7abbdeb2aec2fe5cd3d0df.gz
* mpg321-remote: defvar mask-stop-messageDamien Elmes2006-06-151-0/+3
| | | | darcs-hash:20060615094217-4e3e3-258d67013b40b8be7cd3da95ed77ea740407df28.gz
* add player-mpg321-remoteDamien Elmes2006-06-152-1/+207
| | | | | | | | - allows seeking in files - handles files with errors in them (the mpg321 simple version skips over the files) darcs-hash:20060615063027-4e3e3-55f9b446189c86894879167259604cda28fe5215.gz
* browser: fix for the tracknumber fix patchDamien Elmes2006-06-151-1/+1
| | | | darcs-hash:20060615051156-4e3e3-9bedf86523e556a6b5017909df3969a63cf7ffaf.gz
* browser: handle nil track numbersDamien Elmes2006-06-151-1/+1
| | | | darcs-hash:20060615023650-4e3e3-1339418ceb7187db50d61db622d7f3d69420dd8e.gz
* playlist: enable undo, add extra undo bindingDamien Elmes2006-06-151-1/+3
| | | | darcs-hash:20060615022826-4e3e3-249a0a736f1fc3d97d8536c0281a3323e06b3b15.gz
* browser: require emms-playlist-sortDamien Elmes2006-06-151-0/+1
| | | | darcs-hash:20060615015543-4e3e3-880815ff2d361e255818d721449d98707827cdbb.gz
* playlist-mode: add 'C' to clear playlistDamien Elmes2006-06-151-0/+1
| | | | darcs-hash:20060615013417-4e3e3-ce0b3c0cebb6c4535cb58755d016f717e18a9a22.gz
* info: display progress when adding asyncDamien Elmes2006-06-151-3/+15
| | | | darcs-hash:20060615012854-4e3e3-746ce41e3529fa7177bbe9a516b24bb3b451c229.gz
* browser: make defcustom lines user variablesDamien Elmes2006-06-151-9/+9
| | | | darcs-hash:20060615013606-4e3e3-97fd6bb688b5ca726badc3ad75e1c3d931dd0dad.gz
* browser: expand/collapse levels, tab through entriesDamien Elmes2006-06-141-14/+77
| | | | darcs-hash:20060614180725-4e3e3-948380dee9f4b29be1ef14cedcd463a9222bb935.gz
* browser: refactor data format, bugfixes; emms: add emms-track-pDamien Elmes2006-06-142-241/+419
| | | | | | | | | | | | | | | | | | | | Subitems are now stored in a tree of "bdata" objects, which is generated when initially displaying the buffer. This makes rendering simpler and also fixes some bugs where tracks were not being sorted correctly in the browser and/or the playlist. Adding items to the playlist now inserts 'group' names when you add a whole album, artist, etc at a time. These names will be thrown away if you run emms-shuffle. The sorting routines will correctly sort the buffer, throwing away the group tags, but then throw an error because the buffer is not the size they expected it to be. Other playlist manipulation routines like next/previous should skip over the group names - if they don't, it's a bug in the playlist code. An example of the new interface is at: http://repose.cx/dump/emms-browser.png darcs-hash:20060614160048-4e3e3-82a8a0d1678b0a2d9fcfc6ca385d5b56963aedbe.gz
* emms-lyrics.el: Fix file-exists-p error when finding lyrics file forwilliam.xwl2006-06-141-31/+34
| | | | | | streams. At present, will just take care of tracks with 'file type. darcs-hash:20060614032114-e8fe6-52bf61bc4fbdfe3d4b212123c84514bc0e15697e.gz
* added the section "Finding files and speed" to the manualyoni-r2006-06-131-0/+26
| | | | darcs-hash:20060613100136-85c19-5c278ce45fa496e37f3d4ba1f5c15e7bb08c1c9a.gz
* fix bug in emms-playlist-mode-center-currentyoni-r2006-06-131-3/+4
| | | | darcs-hash:20060613090604-85c19-189240fc999924c5bd441319f2de9afc1bb49b6f.gz
* removed superfluous comment (actually testing darcs send)yoni-r2006-06-111-3/+0
| | | | darcs-hash:20060611185407-7e588-4b79a6030aa9519b6ae7b3b79c3747fb2031f4ec.gz
* debian: add changelog for 2.0-2forcer2006-06-121-0/+6
| | | | darcs-hash:20060612191609-2189f-44a3d90b48e46988585c90cada9e34e7146c734c.gz
* debian: Install info file as wellforcer2006-06-121-1/+1
| | | | darcs-hash:20060612191255-2189f-381f44ecd8f1a484de86ab702324b83cd785a342.gz
* browser: sorting, bugfixesDamien Elmes2006-06-121-25/+86
| | | | | | | | - add sorting for subitems (albums, tracks, etc) - make isearching expand the current entry automatically - rename subitems-exist to subitems-visible (clearer) darcs-hash:20060612051800-4e3e3-a6e9e2c341ab3caf5f5aa59c364ae3bb2362ac3e.gz
* updated manual about emms-foobar-file prefix togglingyoni-r2006-06-111-2/+4
| | | | darcs-hash:20060611163901-6ce53-462fe67b2b620ef13edb95b0b87a37df0b0b0f6b.gz
* emms-cache: add pruning support, make save/load interactiveDamien Elmes2006-06-111-0/+15
| | | | darcs-hash:20060611095400-4e3e3-5624cdc454d14b7f4ffb03cc84f8883bf2fe291e.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
* emms-info: Never return 0 for info-mtime, since emms-time-less-p does not ↵Michael Olson2006-06-101-2/+2
| | | | | | like this. Use nil instead. darcs-hash:20060610230409-1bfb2-fa73c67de417d1643dfb3b99cd7cf16b861ff8ab.gz
* Add mpd volume settings to customMartin Schoenmakers2006-06-091-0/+2
| | | | | | | Small patchlet so mpd users can use custom to change the volume setting backend to use the appropriate volume functions. darcs-hash:20060609231150-97144-06f60160ea3afb3de4a43dcd861601c03a8a6dc2.gz
* browse subcategories (eg artist->album->title)Damien Elmes2006-06-091-30/+202
| | | | | | | | | | | | - subcategories can now be expanded and contracted, and added to playlist - see the new keybindings at the top of the file - add new faces for the various sublevels (only the dark background colours are useful at the moment - any light background users want to fix that?) - fix a bug in emms-smart-browse with (recenter) darcs-hash:20060609185950-4e3e3-70f66178dae24374b5023d6f76ec08bea779d1e1.gz