aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-browser.el
Commit message (Collapse)AuthorAgeFilesLines
* 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