]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- better lyrics url, fallbacks to lyrc. see also http://bugs.kde.org/show_bug.cgi...
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 17 Aug 2005 12:21:47 +0000 (12:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amarok-lyricsurl.patch -> 1.1

amarok-lyricsurl.patch [new file with mode: 0644]

diff --git a/amarok-lyricsurl.patch b/amarok-lyricsurl.patch
new file mode 100644 (file)
index 0000000..c1619f4
--- /dev/null
@@ -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 ) );
This page took 0.032934 seconds and 4 git commands to generate.