
SpiffiLyrics (Juk + xmms + amarok)
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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=15819
16 years ago
Thanks to Alfonso this should work with amarok.
New graphics is a bit smoother so it should look better.
16 years ago
Thanks to Alfonso this should work with amarok.
New graphics is a bit smoother so it should look better.
YoShiTux
15 years ago
ò. à , è, "...", and many others letters are not supported in this karamba theme...
Report
ania
15 years ago
Report
joe81
15 years ago
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!
Report
joe81
15 years ago
It works fine!
Great!
Report
persilon
15 years ago
Report
kundor
15 years ago
I tried to hack this in myself but couldn't manage it.
Report
Bugtoy
16 years ago
Report
m0m0
15 years ago
m0
Report
RockeGomp
16 years ago
[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
Report
RockeGomp
16 years ago
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.
Report
coastdweller
16 years ago
Report
Ekardnam
16 years ago
you two! =)
Report
APBLB
16 years ago
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 :)
Report
gstnet
16 years ago
Report
APBLB
16 years ago
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 ;-).
Report
tiagobt
16 years ago
Report
gstnet
16 years ago
Report
tiagobt
16 years ago
Report
tiagobt
16 years ago
Report
madpenguin8
16 years ago
Report
Paradoxdruid
16 years ago
Good work!
Report