leon <[EMAIL PROTECTED]> writes:

> Yoni Rabkin Katzenell <[EMAIL PROTECTED]> writes:
>
>  | leon <[EMAIL PROTECTED]> 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"


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

Reply via email to