diff options
author | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-04-14 05:35:45 +0000 |
---|---|---|
committer | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-04-14 05:35:45 +0000 |
commit | de3c8ba5abd0799275c9b33dff774a4a8142b35c (patch) | |
tree | 0f6eebc5d05c75a1f97d693e69efd3cf01c72808 | |
parent | e615838ce8c4e687db2c84293b8c5fd97d820767 (diff) | |
download | vdr-plugin-muggle-de3c8ba5abd0799275c9b33dff774a4a8142b35c.tar.gz vdr-plugin-muggle-de3c8ba5abd0799275c9b33dff774a4a8142b35c.tar.bz2 |
Lyrics: mention problem with vdr before 1.5.4 in README
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1185 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -319,6 +319,11 @@ the lyrics as soon as it is available. If you change track before the retrieval finished, two retrieval scripts might be running at the same time - no problem. +with vdr versions before 1.5.4, muggle cannot start this in the background. +Instead it waits until the script has finished. Meanwhile it will not +respond to commands, and the message "loading lyrics" will only appear +after they have been loaded. + Muggle calls the script muggle_getlyrics which in turn calls googlyrics - this is slightly adapted to muggle. The original is here: http://www.kde-apps.org/content/show.php/GoogLyrics?content=73850 |