diff options
author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-10-06 13:29:31 +0000 |
---|---|---|
committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-10-06 13:29:31 +0000 |
commit | ea2fb28071fee9f56ebdecc6878df4801888a1bb (patch) | |
tree | 1e869fb13e7c2b3f212a0bd9040a56e98303f4d1 /README | |
parent | 4b0f7c5b42c95714e62a31bf7aff44d42e9ddc16 (diff) | |
download | vdr-plugin-muggle-ea2fb28071fee9f56ebdecc6878df4801888a1bb.tar.gz vdr-plugin-muggle-ea2fb28071fee9f56ebdecc6878df4801888a1bb.tar.bz2 |
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
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -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 |