| Summary: | other lyrics page www.letssingit.com | ||
|---|---|---|---|
| Product: | [Unmaintained] noatun | Reporter: | Stephan <stephan> |
| Component: | general | Assignee: | Multimedia Bugs <multimedia-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Stephan
2003-02-08 01:41:25 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) { |