Description: This is modified lyrics theme taken from SpiffiDesk. It supports juk or xmms (default is juk but you can change this in SpiffiJukLyrics.py)
Original theme and screenshots: http://kde-look.org/content/show.php?content=15819Last changelog:
Thanks to Alfonso this should work with amarok.
New graphics is a bit smoother so it should look better.
I have the same problem.
Clicking on widget has no effects...
On terminal when you try to click, it says that moveImage at line 176 expects an integer, while it has got a float.
I don't know if this is the problem.
Anywhere, great theme!
This is a cool theme, and I'm using it. However, it would be really nice if it would dynamically grow and shrink vertically to fit the lyrics, with some maximum number.
I tried to hack this in myself but couldn't manage it.
This is really handy. Only problem is that I use a dark background and can not see the song tilte and artist. Is there any way to change the color of the fonts?
Changing myPlayer to amarok gives me this error:
[output]
File "/home/amund/income/SpiffiJukLyrics/SpiffiJukLyrics.py", line 254
Page = re.sub('< B >','', Page)
^
IndentationError: unindent does not match any outer indentation level
------------------------------------------------------
What does ImportError mean?
It means that I couldn't load a python add-on for SpiffiJukLyrics.theme
If this is a regular theme and doesn't use python
extensions, then nothing is wrong.
[/output]
I'm using KDE-3.3.0 and amaroK-1.1-beta2
ps. had to add two spaces in the < B > . Stupid html tags
Fixed it myself :)
There error was due to some autoformat in KEdit. So I deleted the hole thing, untarred it again, edited it with nano instead, and now it works perfectly.
I have modified the SpiffiLyrics script to operate with amarok. Just paste the code below in a file (sp.diff for example) in the same dir as the script and do:
patch SpiffiJukLyrics.py sp.diff
[code]
11c11
< myPlayer = "juk"
---
> #myPlayer = "juk"
12a13
> myPlayer = "amarok"
73c74,80
< else:
---
> if (myPlayer == "amarok") :
> if (os.system("which amarok") == 0):
> pass
> else:
> os.system("kdialog --error \"amarok could not be found! Please install it to use this theme. \" --title \"Amarok Bar Error\"")
> print "\nCan't find amarok in your path. Please install it to make this work. "
> if (myPlayer == "xmms") :
187c194,196
< else:
---
> if (myPlayer == "amarok"):
> playingCmd = "dcop amarok default nowPlaying"
> if (myPlayer == "xmms"):
[/code]
hope it helps :)
U r wellcome.
Btw the file available for download also includes some lyrics of several artists. I've heard lyrics are copyrighted so may be you would like to remove those files from downloads to avoid problems. It's just a sugestion, I'm not going to do anything about it ;-).
Ratings & Comments
21 Comments
some problem ò. à, è, "...", and many others letters are not supported in this karamba theme...
hi i have a little problem because i haven't got a scroollbar in spiffylyrics so when the songs lyrics are longer than the skin a can't read it ;(
I have the same problem. Clicking on widget has no effects... On terminal when you try to click, it says that moveImage at line 176 expects an integer, while it has got a float. I don't know if this is the problem. Anywhere, great theme!
It was my problem... It works fine! Great!
I think it would be a nice feature if a lyric is not available in the selected lyric_engine, trying to search it in the other.
This is a cool theme, and I'm using it. However, it would be really nice if it would dynamically grow and shrink vertically to fit the lyrics, with some maximum number. I tried to hack this in myself but couldn't manage it.
This is really handy. Only problem is that I use a dark background and can not see the song tilte and artist. Is there any way to change the color of the fonts?
Yea that's true I whant to change that, to!o it would be great if you add the possibility to change the colors of the text!! m0
Changing myPlayer to amarok gives me this error: [output] File "/home/amund/income/SpiffiJukLyrics/SpiffiJukLyrics.py", line 254 Page = re.sub('< B >','', Page) ^ IndentationError: unindent does not match any outer indentation level ------------------------------------------------------ What does ImportError mean? It means that I couldn't load a python add-on for SpiffiJukLyrics.theme If this is a regular theme and doesn't use python extensions, then nothing is wrong. [/output] I'm using KDE-3.3.0 and amaroK-1.1-beta2 ps. had to add two spaces in the < B > . Stupid html tags
Fixed it myself :) There error was due to some autoformat in KEdit. So I deleted the hole thing, untarred it again, edited it with nano instead, and now it works perfectly.
Another fine contribution to a great gui.
It worked with amaroK. Thank you very much, you two! =)
I have modified the SpiffiLyrics script to operate with amarok. Just paste the code below in a file (sp.diff for example) in the same dir as the script and do: patch SpiffiJukLyrics.py sp.diff [code] 11c11 < myPlayer = "juk" --- > #myPlayer = "juk" 12a13 > myPlayer = "amarok" 73c74,80 < else: --- > if (myPlayer == "amarok") : > if (os.system("which amarok") == 0): > pass > else: > os.system("kdialog --error \"amarok could not be found! Please install it to use this theme. \" --title \"Amarok Bar Error\"") > print "\nCan't find amarok in your path. Please install it to make this work. " > if (myPlayer == "xmms") : 187c194,196 < else: --- > if (myPlayer == "amarok"): > playingCmd = "dcop amarok default nowPlaying" > if (myPlayer == "xmms"): [/code] hope it helps :)
Thanks, I included this in download
U r wellcome. Btw the file available for download also includes some lyrics of several artists. I've heard lyrics are copyrighted so may be you would like to remove those files from downloads to avoid problems. It's just a sugestion, I'm not going to do anything about it ;-).
I can't scroll down the lyrics! Is anyone having the same problem?
Hi, try mouse wheel
My mouse has no wheel... Besides, the lateral scroll bar doesn't seem to work. Any other ideas?
My mouse has no wheel... Besides, the scroll bar doesn't seem to work. Any other ideas?
Are we going to see an amaroK version? :)
Does exactly as advertised- works great with Juk. Good work!