From ea2fb28071fee9f56ebdecc6878df4801888a1bb Mon Sep 17 00:00:00 2001 From: LarsAC Date: Thu, 6 Oct 2005 13:29:31 +0000 Subject: Seek hierarchy upwards for covers if there are none in the song tags or directory git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@845 e10066b5-e1e2-0310-b819-94efdf66514b --- README | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'README') diff --git a/README b/README index e5fc27e..9d9c1f0 100644 --- a/README +++ b/README @@ -231,14 +231,16 @@ If a track has no ID3 tags, the following defaults will be applied: \section covers COVERS -muggle can display cover images. This is how it tries to find them: -1. if the database field album.coverimg contains something: This is - displayed. If the image file does not exist, show an error. -2. else: take the track filename and replace its extension by .jpg - if this file exists, display it -3. else try the file "cover.jpg" in the current directory. If it - does not exist, try parent directory. Repeat until the TLD is - reached. +muggle can display cover images. Currently, muggle simply displays all +images which reside in the same directory as the current file. + +#1. if the database field album.coverimg contains something: This is +# displayed. If the image file does not exist, show an error. +#2. else: take the track filename and replace its extension by .jpg +# if this file exists, display it +#3. else try the file "cover.jpg" in the current directory. If it +# does not exist, try parent directory. Repeat until the TLD is +# reached. So if you want a default background for all tracks you should put it into TLD/cover.jpg. It is strongly recommended to define such a default -- cgit v1.2.3