| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The standard use of compare-strings in this manner is (eq
t (compare-st...)).
|
|
|
|
| |
Patch from Christophe Rhodes <csr21@cantab.net>.
|
|
|
|
| |
custom browser track-formats to display track duration.
|
| |
|
|
|
|
| |
* lisp/emms-browser.el: Replace ``?\ '' with ``?\s''.
|
| |
|
|
|
|
|
| |
For emms-browser.el, emms-compat.el, emms-last-play.el, emms-lyrics.el and
emms-streams.el.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
Also,
- Force utf-8 encoding in all files.
- Update header of tq.el from version in Emacs.
|
|
|