From 8572742ece1f09e37281dfe260b293f5ee28678e Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 22 Feb 2009 19:56:50 +0100 Subject: Add descriptions and tooltip to some settings. --- nephilim/plugins/AlbumCover.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'nephilim/plugins') 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): -- cgit v1.2.3