On 2007-02-01, Yoni Rabkin Katzenell said:

> Leo <[EMAIL PROTECTED]> writes:
>
>> I did an update of emms on 10 Jan from a fresh checkout. I didn't
>> notice until today lyrics stop functioning.
>>
>> I have these lines in my ~/.emacs
>> ,----
>> | (emms-devel)
>> | (emms-lyrics 1)
>> `----
>
> Looking at emms-setup I see that emms-lyrics is required by emms-devel.
>
> BTW, you don't need the (emms-lyrics 1), it is already called by
> emms-all and emms-devel.
>
> Is emms-lyrics not being loaded or is it malfunctioning?


My emms config are attached. I test it with emacs -q.

--8<---------------cut here---------------start------------->8---
  (emms-devel)
  (setq emms-source-file-default-directory "/home/common/Music")
  (define-emms-simple-player mplayer-mp3 '(file url)
    "\\.[mM][pP][23]$" "mplayer")
  (define-emms-simple-player mplayer-ogg '(file)
    (regexp-opt '(".ogg" ".OGG" ".FLAC" ".flac" )) "mplayer")
  (define-emms-simple-player mplayer-playlist '(streamlist)
    "http://"; "mplayer" "-playlist")
  (define-emms-simple-player mplayer-apachemp3 '(file url)
    ".m3u" "mplayer" "-playlist")
  (define-emms-simple-player mplayer-video '(file url)
    (regexp-opt '(".ogg" ".mp3" ".wav" ".mpg" ".mpeg" ".wmv"
                  ".wma" ".mov" ".avi" ".divx" ".ogm" ".asf"
                  ".mkv" "http://";)) "mplayer")
  (setq emms-player-mplayer-parameters '("-slave")
        emms-player-list '(emms-player-mplayer
                           emms-player-mplayer-playlist
                           emms-player-mpg321))
  (setq emms-playlist-buffer-name "*EMMS*")
  (setq emms-info-asynchronously t)
  (setq emms-stream-default-action "play")
  (setq emms-track-description-function 'fc-emms-track-description)
  (defun fc-emms-track-description (track)
    "Return a nice description of TRACK."
    (let ((desc (emms-track-simple-description track)))
      (file-name-sans-extension (file-name-nondirectory desc))))
  (global-set-key (kbd "<C-f10>") 'emms-play-directory-tree)
--8<---------------cut here---------------end--------------->8---

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)



_______________________________________________
Emms-help mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emms-help

Reply via email to