diff options
author | rasmus <x200s@pank.eu> | 2015-03-08 19:52:02 +0100 |
---|---|---|
committer | rasmus <x200s@pank.eu> | 2015-03-08 19:53:43 +0100 |
commit | 09f5512e348213af7095f150bb5f7546971d482f (patch) | |
tree | dd78919ac6eefba75625310e8dcfb5e06d104b13 /doc | |
parent | e248dcd4b9bf1763fc84c719c745f7d23f06b13c (diff) |
Handle covers with different file extensions
Covers are can now have different file extensions. See
emms-browser-covers-file-extensions. The first file from
emms-browser--covers-filename, which is build when needed, is used.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emms.texinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo index bdba130..1bfc91b 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -1799,11 +1799,11 @@ Show all files that are not in the pending directory: @section Displaying Covers The browser will attempt to display cover images if they're -available. By default it looks for images cover_small.jpg, -cover_med.jpg, etc. Customize @var{emms-browser-covers} to use your -own covers. Note that you'll probably want to resize your existing -covers to particular sizes. Suggested sizes are 100x100 for small, and -200x200 for medium. +available. By default it looks for images @file{cover_small.jpg}, +@file{cover_med.jpg}, etc. Customize @var{emms-browser-covers} and +@var{emms-browser-covers-file-extensions} to use your own covers. Note +that you'll probably want to resize your existing covers to particular +sizes. Suggested sizes are 100x100 for small, and 200x200 for medium. Also, Emacs by default will jump around a lot when scrolling a buffer with images. In order to prevent that, you can set |