]> git.pld-linux.org Git - packages/amarok-script-lyricviewer.git/commitdiff
- usee dcop binary
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 16 Aug 2005 20:56:46 +0000 (20:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lyricviewer-dcop.patch -> 1.1

lyricviewer-dcop.patch [new file with mode: 0644]

diff --git a/lyricviewer-dcop.patch b/lyricviewer-dcop.patch
new file mode 100644 (file)
index 0000000..6074f2a
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./lyricviewer.sh~  2005-08-16 23:46:30.000000000 +0300
++++ ./lyricviewer.sh   2005-08-16 23:51:26.889106664 +0300
+@@ -27,7 +27,7 @@
+       do
+               #kfmexec "dcop amarok player lyricsByPath" $song | sed -e s'~<br
+               #\/>~~g' -e s'~<\/body>~~' -e s'~<\/html>~~' | tee .lyrics_final
+-              kfmexec "dcop amarok player lyricsByPath" $song | html2text     -nobs | tee .lyrics_final
++              dcop amarok player lyricsByPath $song | html2text       -nobs | tee .lyrics_final
+               if [ -n "$(cat .lyrics_final)" ] ; then 
+                       kdialog --icon amarok --title "View Lyrics"  --textbox .lyrics_final 225 500
+               else 
This page took 0.072067 seconds and 4 git commands to generate.