I've performed the following two small CVS commits:

1) Updated the default Internet radio stations list in
   emms-streaming.el. Cleaned out dead servers, updated server IPs and
   added a couple.

2) Changed emms-stream-info.el to use `make-network-process' instead of
   `open-network-stream', since RMS talked about reducing the amount of
   `open-network-*' procedures. `make-network-process' is not slated for
   change.

Now for the query:

The EMMS README file states that setup looks like this:

...
(require 'emms)
(require 'emms-player-simple)
(require 'emms-source-file)
(setq emms-player-list '(emms-player-mpg321
                         emms-player-ogg123
                         emms-player-mplayer)
      emms-source-list '((emms-directory-tree "~/media/")))
...

When the web-site says:

...
(require 'emms-default)
(emms-setup 'tiny "directory-1" "directory 2" ...)
...

This should probably be changed (I can even do it myself) if this is OK
with the grand-united-all-high-counsel-of-emms-developers.

-- 
"Cut your own wood and it will warm you twice"
        Regards, Yoni Rabkin Katzenell


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

Reply via email to