Bug 54273

Summary: other lyrics page www.letssingit.com
Product: noatun Reporter: Stephan <stephan>
Component: generalAssignee: Multimedia Developers <kde-multimedia>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Stephan 2003-02-08 01:41:25 UTC
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
Comment 1 Stefan Gehn 2004-11-23 11:35:30 UTC
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) {