Bug 54273 - other lyrics page www.letssingit.com
Summary: other lyrics page www.letssingit.com
Status: RESOLVED FIXED
Alias: None
Product: noatun
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Multimedia Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-08 01:41 UTC by Stephan
Modified: 2004-11-23 11:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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) {