| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Lyrics are now fetched from lyricwiki.org. It is possible to change the
url, but it assumes a certain order of the format string.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
resumed.
When resuming from a paused session, played lyrics timers will have a
negative time, but timer-duration is so nice to convert it as
positive, thus messing lyrics display. Check the `time' to fix.
Thanks to Ian D.
|
|
|
|
|
|
|
| |
* lisp/emms-compat.el: support highlighting for both XEmacs (highlight) and
Emacs (hl-line).
* lisp/emms-lyrics.el: use compatibility functions defined in emms-compat.el.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lyric.
* emms-lyrics.el/emms-lyrics-display-buffer: New var.
emms-lyrics-buffer: New var.
(emms-lyrics-toggle-display-buffer): New func.
(emms-lyrics-create-buffer): New func.
(emms-lyrics-start): Call `emms-lyrics-create-buffer'.
(emms-lyrics-set-timer): Store corresponding LINE number in
emms-lyrics-timers.
(emms-lyrics-display-handler): Add new arg -- LINE;
emms-lyrics-scroll-p's taking effect also depends on
emms-lyrics-display-on-modeline.
(emms-lyrics-display): Add new arg -- LINE; highlight playing lyric
line in emms-lyrics-buffer.
(emms-lyrics-scroll): Add new arg -- LINE.
* NEWS: Support displaying lyrics in a dedicated buffer, to highlight
playing lyric.
Thanks to Fang Lungang for the initial patch.
|
|
|
|
|
| |
For emms-browser.el, emms-compat.el, emms-last-play.el, emms-lyrics.el and
emms-streams.el.
|
|
|
|
|
|
| |
This function is a safe way to insert the contents of a file without
triggering major mode detection, and has been tested on several versions
of Emacs and XEmacs.
|
| |
|
|
|