summaryrefslogtreecommitdiff
path: root/nephilim/plugins
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-02-22 19:56:50 +0100
committerAnton Khirnov <wyskas@gmail.com>2009-02-22 19:56:50 +0100
commit8572742ece1f09e37281dfe260b293f5ee28678e (patch)
tree5ff70cbcb692cc92206839b8ff87d5aeaaef142f /nephilim/plugins
parent48c4b4d88e762575c8a835570af374ea8e7a9037 (diff)
Add descriptions and tooltip to some settings.
Diffstat (limited to 'nephilim/plugins')
-rw-r--r--nephilim/plugins/AlbumCover.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/nephilim/plugins/AlbumCover.py b/nephilim/plugins/AlbumCover.py
index e8dd38d..27ab6df 100644
--- a/nephilim/plugins/AlbumCover.py
+++ b/nephilim/plugins/AlbumCover.py
@@ -231,9 +231,13 @@ class AlbumCover(Plugin):
self._add_widget(self.coverdir, 'Cover directory',
'Where should %s store covers.\n'
'$musicdir will be expanded to path to MPD music library\n'
- '$songdir will be expanded to path to the song (relative to $musicdir'
+ '$songdir will be expanded to path to the song (relative to $musicdir\n'
+ 'other tags same as in covername'
%APPNAME)
- self._add_widget(self.covername, 'Cover filename', 'Filename for %s cover files.'%APPNAME)
+ self._add_widget(self.covername, 'Cover filename', 'Filename for %s cover files.\n'
+ 'All tags supported by MPD will be expanded to their\n'
+ 'values for current song, e.g. $title, $track, $artist,\n'
+ '$album, $genre etc.'%APPNAME)
self.settings.endGroup()
def save_settings(self):