From 7749a597540993c1fe49e086ff41623541658160 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 4 Jul 2006 12:56:00 +0000 Subject: browser: add no-cover documentation darcs-hash:20060704125634-4e3e3-f75ae479c99c8085119f4ce35698ad432ea635e4.gz --- emms-browser.el | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/emms-browser.el b/emms-browser.el index bfbae7d..8be96db 100644 --- a/emms-browser.el +++ b/emms-browser.el @@ -78,6 +78,17 @@ ;; scroll-up-aggressively 0.0 ;; scroll-down-aggressively 0.0 +;; To show a 'no cover' image for albums which don't have a cover, add +;; the following code to your .emacs: + +;; (setq emms-browser-default-covers +;; (list "/path/to/cover_small.jpg" nil nil) + +;; (the medium and large images can be set too, if you want) + +;; You can download an example 'no cover' image from: +;; http://repose.cx/cover_small.jpg + ;;; Code: (require 'emms) -- cgit v1.2.3