From c3b98240a007c693a5269dbf36b97d78c50bb6db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 17 Aug 2005 12:21:47 +0000 Subject: [PATCH] - better lyrics url, fallbacks to lyrc. see also http://bugs.kde.org/show_bug.cgi?id=94437 Changed files: amarok-lyricsurl.patch -> 1.1 --- amarok-lyricsurl.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 amarok-lyricsurl.patch diff --git a/amarok-lyricsurl.patch b/amarok-lyricsurl.patch new file mode 100644 index 0000000..c1619f4 --- /dev/null +++ b/amarok-lyricsurl.patch @@ -0,0 +1,15 @@ +--- ./amarok/src/contextbrowser.cpp~ 2005-08-16 21:04:08.000000000 +0200 ++++ ./amarok/src/contextbrowser.cpp 2005-08-16 21:10:46.000000000 +0200 +@@ -2407,10 +2407,10 @@ + } + + if ( !hash.isEmpty() && hash != QString( "reload" ) ) +- m_lyricCurrentUrl = QString( "http://lyrc.com.ar/en/tema1en.php?hash=%1" ) ++ m_lyricCurrentUrl = QString( "http://glen.alkohol.ee/lyrics.php?hash=%1" ) + .arg( hash ); + else +- m_lyricCurrentUrl = QString( "http://lyrc.com.ar/en/tema1en.php?artist=%1&songname=%2" ) ++ m_lyricCurrentUrl = QString( "http://glen.alkohol.ee/lyrics.php?artist=%1&songname=%2" ) + .arg( + KURL::encode_string_no_slash( EngineController::instance()->bundle().artist() ), + KURL::encode_string_no_slash( title ) ); -- 2.44.0