aboutsummaryrefslogtreecommitdiff
path: root/emms-streams.el
diff options
context:
space:
mode:
authoryonirabkin <yonirabkin>2005-09-18 18:06:00 +0000
committeryonirabkin <mwolson@gnu.org>2005-09-18 18:06:00 +0000
commit5b613ee4d76d6964d0747135271c0875f7c4d3a4 (patch)
treee69e1520d615c091bbfc166ddc9819c3986be772 /emms-streams.el
parenta6ffe948ddbb1c061114bdf5b4a7c424d756bc97 (diff)
comment out emms-info-playlist breakage
darcs-hash:20050918180623-be80e-74f66cbc862e694acae8ec78ca52d1861ca775d1.gz
Diffstat (limited to 'emms-streams.el')
-rw-r--r--emms-streams.el21
1 files changed, 11 insertions, 10 deletions
diff --git a/emms-streams.el b/emms-streams.el
index 0ecf15d..d790069 100644
--- a/emms-streams.el
+++ b/emms-streams.el
@@ -431,16 +431,17 @@ about it, use this. Otherwise returns the name alone."
(setq emms-track-initialize-functions '(emms-stream-add-data-to-track))
-(when (featurep 'emms-info)
- (eval-when-compile (require 'emms-info)) ; appease byte-compiler
- (add-to-list 'emms-info-methods-list 'emms-info-playlist)
- (defun emms-info-playlist-providep (track)
- (if (eq (emms-track-type track) 'streamlist)
- t
- nil))
- (define-emms-info-method emms-info-streamlist ;; FIXME-PLS ?
- :providep 'emms-info-streamlist-providep ;; FIXME-PLS ?
- :get 'emms-info-url-get))
+;; emms-info-playlist is no more, anyone wish to fix this (Lukhas).
+;; (when (featurep 'emms-info)
+;; (eval-when-compile (require 'emms-info)) ; appease byte-compiler
+;; (add-to-list 'emms-info-methods-list 'emms-info-playlist)
+;; (defun emms-info-playlist-providep (track)
+;; (if (eq (emms-track-type track) 'streamlist)
+;; t
+;; nil))
+;; (define-emms-info-method emms-info-streamlist ;; FIXME-PLS ?
+;; :providep 'emms-info-streamlist-providep ;; FIXME-PLS ?
+;; :get 'emms-info-url-get))
(provide 'emms-streams)
;;; emms-streams.el ends here