Version: (using KDE KDE 3.1) Installed from: SuSE RPMs OS: Linux As lyrics page you can add "Let's Sing It" (www.letssingit.com). IMHO the best lyrics server. Here is the search string to use: http://www.letssingit.com/cgi-exe/am.cgi?a=search&p=1&s=$(title)&l=song Stephan
CVS commit by metz: Finally added another search URL to the lyrics plugin, no idea why I didn't do this earlier, it was sooo easy. BUG: 54273 M +2 -1 cmodule.cpp 1.14 --- kdeaddons/noatun-plugins/lyrics/cmodule.cpp #1.13:1.14 @@ -42,5 +42,6 @@ const char *const DEFAULT_QUERY = "http://www.google.com/search?q=lyrics+%22$(title)%22+%22$(author)%22+%22$(album)%22&btnI=I%27m+Feeling+Lucky," "http://everything2.com/index.pl?node=$(title)," - "http://everything2.com/index.pl?node=$(author)"; + "http://everything2.com/index.pl?node=$(author)," + "http://www.letssingit.com/cgi-exe/am.cgi?a=search&p=1&s=$(title)&l=song"; LyricsCModule::LyricsCModule(QObject *_parent) : CModule(i18n("Lyrics"), i18n("Configure Lyrics Plugin"), "document", _parent) {