summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-10-06 13:29:31 +0000
committerLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-10-06 13:29:31 +0000
commitea2fb28071fee9f56ebdecc6878df4801888a1bb (patch)
tree1e869fb13e7c2b3f212a0bd9040a56e98303f4d1 /README
parent4b0f7c5b42c95714e62a31bf7aff44d42e9ddc16 (diff)
downloadvdr-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--README18
1 files changed, 10 insertions, 8 deletions
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