aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-browser.el
Commit message (Collapse)AuthorAgeFilesLines
* Define all mode-maps with defvar instead of defconstPierre Neidhardt2017-12-291-2/+2
|
* emms-browser: Add mode hookPierre Neidhardt2017-12-291-1/+6
|
* Fix 'seq' requirement in emms-browserPierre Neidhardt2017-12-091-0/+1
|
* Add progress reporter to EMMS browser expansionPierre Neidhardt2017-12-091-7/+22
| | | | | The thumbnail display makes expansion even slower because of cache building and querying.
* Add support for dynamic thumbnail cachingPierre Neidhardt2017-12-091-3/+118
|
* lisp/emms-browser.el: Extract year from info-date or fallback on info-yearPierre Neidhardt2017-11-271-2/+2
|
* lisp/emms-browser.el: Add autoloads to emms-browser and emms-smart-browsePierre Neidhardt2017-11-261-0/+2
|
* * lisp/emms-browser.el: Remove pitchforkYoni Rabkin2017-11-151-27/+0
| | | | | Pitchfork is not a desirable resource. See the discussion on the emms-help mailing list for references.
* Move from cl to cl-lib.Yoni Rabkin2017-07-141-4/+3
| | | | Patch by tumashu <tumashu@163.com>.
* * lisp/emms-browser.el: Cover only on info album.Yoni Rabkin2017-04-171-5/+8
| | | | | Get the cover only when the album info is requested. Small patch by Cedric Chepied <cedric.chepied@gmail.com>.
* Fix bug in emms-browser.elRasmus2016-02-071-1/+1
| | | | * lisp/emms-browser.el: setq requires an even number of arguments now.
* emms-browser-goto-random only goes to lowest levelRasmus2015-08-101-2/+4
| | | | | | emms-browser-goto-random only considers item of lowest level. For instance, in level 2 emms-browser-goto-random will only stop once an albums has been found and so forth.
* Sort using locale language in the browserRasmus2015-08-101-2/+11
| | | | | - Use string-collate-lessp if available for alphabetic sorting. - Use emms-browser-alpha-sort-function to sort in the browser.
* emms-browser: fix bug in 9e48ab1aRasmus2015-03-221-0/+2
| | | | move emms-volume directly to emms-browser mode map.
* Handle covers with different file extensionsrasmus2015-03-081-5/+34
| | | | | | Covers are can now have different file extensions. See emms-browser-covers-file-extensions. The first file from emms-browser--covers-filename, which is build when needed, is used.
* * lisp/emms-browser.el: Fix bug in use of compare-strings.Johnathan Rabkin2012-09-201-1/+1
| | | | | The standard use of compare-strings in this manner is (eq t (compare-st...)).
* Add support for disc-number sorting of FLAC files.Johnathan Rabkin2012-09-181-0/+10
| | | | Patch from Christophe Rhodes <csr21@cantab.net>.
* * lisp/emms-browser.el (emms-browser-track-duration): New function to allow ↵Lucas Bonnet2011-04-251-0/+11
| | | | custom browser track-formats to display track duration.
* * lisp/emms-browser.el: fix typo in commentLucas Bonnet2011-04-251-1/+1
|
* Replace ``?\ '' with ``?\s''.Tim Landscheidt2010-06-271-1/+1
| | | | * lisp/emms-browser.el: Replace ``?\ '' with ``?\s''.
* emms-browser-top-level-type: Fix typo.William Xu2009-12-241-1/+1
|
* Fix compiler warnings.William Xu2009-11-231-1/+2
| | | | | For emms-browser.el, emms-compat.el, emms-last-play.el, emms-lyrics.el and emms-streams.el.
* (emms-browser-mmatches-p): When performing searches, check whetherJose Antonio Ortega Ruiz2009-03-091-3/+3
| | | | | | This is the second patch addressing the null track fields issue. In this case, before trying to STRING-MATCH in a search, we check that the track's field is non-null.
* * emms-browser.el (emms-browser-make-hash-by): Check that field is present ↵Jose Antonio Ortega Ruiz2009-03-091-4/+5
| | | | | | | | | | | | | before attempting to add entries. Addresses an issue'm encountered when using lastfm integration and mpd as the player. After requesting streaming from last.fm, a new track gets added to EMMS' database, which is named after the streaming URL but has no other fields. Thus, when adding entries or making searches, checking the the field at hand is non-nil is needed. This patch checks that for emms-browser-make-hash-by.
* Update copyright headers.Michael Olson2009-02-081-1/+1
|
* Update copyright lines.Michael Olson2008-09-201-1/+1
| | | | | | | | Also, - Force utf-8 encoding in all files. - Update header of tq.el from version in Emacs.
* *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory.William Xu2008-06-171-0/+1959