emms-help
[Top][All Lists]
Advanced

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

Re: [emms-help] Re: Emms error in Emacs 22.0.55


From: Yoni Rabkin Katzenell
Subject: Re: [emms-help] Re: Emms error in Emacs 22.0.55
Date: Sat, 03 Dec 2005 16:00:07 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

leon <address@hidden> writes:

> Yoni Rabkin Katzenell <address@hidden> writes:
>
>  | leon <address@hidden> writes:
>  | 
>  | `define-emms-info-method' is defined in `emms-info' and required by
>  | `emms-streams', so:
>  | 
>  |     (require 'emms-auto)
>  |     (require 'emms-info)
>  |     (require 'emms-streams)
>  | 
>  | ...should work.
> Yes it fixes the error but introduced another error:
> "emms-stream-play: Symbol's function definition is void:
> emms-add-playlist"
>
> I search the source code using grep and can't find a definition of 
> emms-add-playlist.

You can't find it because it is defined using the macros in
`emms.el'. Specifically, the `emms-define-source' macro.

You should therefore check which players you have defined in the
variable `emms-player-list'.

Does the following work?

(require 'emms-default)
(emms-setup 'cvs "~/YOUR/AUDIO/DIRECTORY/HERE/")
(require 'emms-streams)

>  | 
>  | I haven't tested it though since I'm currently using Emms2.
>
> I'd love try EMMS2. Where can I download it?

Emms2 is currently under development so it should be even more raw than
CVS EMMS, although that in many senses it is already better performing
than the old Emms. If you feel like adventure then try:

darcs get http://www.kollektiv-hamburg.de/~forcer/darcs/emms

...and help us squash bugs. To set it up read the included manual.

-- 
"Cut your own wood and it will warm you twice"




reply via email to

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