emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emms-help] 2 possible EMMS bugs


From: Tom Tromey
Subject: [emms-help] 2 possible EMMS bugs
Date: Fri, 08 Jun 2007 13:00:20 -0600
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux)

I start EMMS like this:

    (when (fboundp 'emms-standard)
      (setq emms-source-file-default-directory "~/mp3")
      (emms-standard)
      (emms-default-players)
      (require 'emms-status)
      (emms-status-start))

When I tried M-x emms-add-directory-tree, I got:

  emms-player-get(emms-player-xine regex)
  #[(player) "\301\302\"\206\303\207" [player emms-player-get regex ""] 
3](emms-player-xine)
  mapconcat(#[(player) "\301\302\"\206\303\207" [player emms-player-get regex 
""] 3] (emms-player-mpg321 emms-player-ogg123 emms-player-mplayer-playlist 
emms-player-mplayer emms-player-xine) "\\|")
  emms-source-file-regex()
  [...]

I think the problem here is that emms-setup-default-player-list
includes emms-player-xine, but emms-standard does not require
emms-player-xine.

I think switching to emms-all will fix this.  But perhaps this is a
bug in emms-standard?


Also, when EMMS is first loaded, emms-player-stopped-p is nil -- this
seems a bit odd, since nothing is playing.  Perhaps the variable's
default value in emms.el should be t?

Tom





reply via email to

[Prev in Thread] Current Thread [Next in Thread]