
Amarok Vinyl (+ colored vinyls)
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
0.2 This version adds colored vinyl! using the compare command, so again, you have to have imagemagick properly installed, it is not always accurate buy anyways most of the times it works quite well displaying the color most suited for the most prominent color in the cover, added 2 themes for the big mode, Cd and Jewelcase.
******************************************************************************
IF YOU HAD THE OLDER VERSION OF THIS THEME INSTALLED, PLEASE DELETE THIS DIRECTORY: ~/.superkaramba/Vinyl BEFORE TRYING THE NEW VERSION, THANKS TO ZeKiller-Whale FOR POINTING OUT THIS ISSUE.
******************************************************************************
------------------------------------------------------------------------------
I want to share this theme I made for personal use, maybe someone finds it useful.
The theme displays the cover and song info for the amarok current track (in 2 modes: default and big, selectable in the right-click menu), it provides some basic controls (previous track, pause, next track and mute), plus a way to change the song's rating, the theme uses utf-8 encoding, thus providing support for non-english characters.
The theme depends on imagemagick, so it has to be installed for the theme to work at all, the theme was made with the mac os x fonts in mind (the one in the screenshots is Lucida Grande, Bold), which are not free, therefore the default font is Sans Serif (this font looks just fine anyways), you can change the font type with the right-click menu, but not the size, as a result of this, some fonts may be very small or very big (again, the default one works fine).
It can display last.fm streams covers, however, for this feature to work properly you have to set the default size for cover previews to 160px in the amarok preferences, otherwise you may get some ugly things.
*****************************************************************
The theme needs python bindings for KDE, as it uses the amarok DCOP interface
*****************************************************************
12 years ago
0.2 Added colored vinyls, + 2 themes for big mode, CD and Jewelcase
0.1 First Release
12 years ago
0.2 Added colored vinyls, + 2 themes for big mode, CD and Jewelcase
0.1 First Release
sangrehirviendo
11 years ago
Thanks a lot to all the people interested.
Report
madsheytan
12 years ago
Report
ZeKiller-Whale
12 years ago
I downloaded the v0.2, but it doesn't seem to work anymore on my computer, when the song changes in amaroK it doesn't on the vinyl until I right-click and select reload, additionally sometimes the image doesn't load at all and a transparent square is displayed.
About the new themes the CD color remains black and I can't find where to select the themes for the big mode.
I'm on Ubuntu 8.04 with KDE 3.5.9 and AmaroK 3.5.9.
I'd like to know if there's a way to get the v0.1 back to try if it still works and if you know where the problem could be from.
Report
ZeKiller-Whale
12 years ago
(Still no color nor skin for Big Mode)
Report
sangrehirviendo
12 years ago
As for the problem, if you didn´t had any issues with 0.1, I think you may be missing the compare command, check it out and let me know if the issue remains the same.
Could you please run the theme from the command line and copy/paste the output here?
Report
ZeKiller-Whale
12 years ago
Output:
[...]
`/home/guillaume/.superkaramba/Vinyl/images/blacks.png': No such file or directory.
I think it was a compatibility error with the config of the older version.
I'm sorry for loosing your time but I hope this will help if someone has the same issue.
Still thanks a lot, it's a great theme ;)
Report
sangrehirviendo
12 years ago
Report
acpiek
12 years ago
What I mean is, I normally play full cd's, not just singles, so therefore I would like to have something that displays a full LP playing.
I would try and change your theme to my needs, but I'm not too good with python & IM.
Report
skaar
12 years ago
Report
cqx
12 years ago
..but what make me nuts is that i can see the nice transparent effect like plastic in the middle of the 7inch. > screenshot1
by me its like normal picture over it.
Report
lebrun
13 years ago
Report
sangrehirviendo
13 years ago
Report
Kraplax
13 years ago
I've tried to uninstall it (IM i mean) and nothing helps - all i get is a "transparent" skaramba-widget without even any slightest hint on what is it doing or is to do. Is there any configurations that are to be made in Amarok or SKaramba or my system? Do i need those bloody -devel packages for making this thing usable?
Report
sangrehirviendo
13 years ago
Report
Kraplax
13 years ago
[kraplax@localhost ~]$ convert -resize 50% ./Slax_blue.jpg
convert: missing an image filename `./Slax_blue.jpg'
I've also tried to quote the filename with ' and " but id didn't help.
Also, as it turned out imginfo utility (which i suppose to the part of ImageMagick alongside with that convert one) is also unusable for png and gif files. At least with .jpg it works fine - shows some stats...
What am i to do further to make it work?
Report
sangrehirviendo
13 years ago
Report
Kraplax
13 years ago
convert input.file [options] output.file
So, I've tried it this way:
[kraplax@localhost ~]$ convert ./Slax_blue.jpg -resize 50% ./Slax_blue1.jpg
and it worked! It just contracted my image and saved it under another name. And i've also opened your theme file and have found out, that everywhere in your scripts you use it something like:
convert [options] some.file another.file
see the difference? I wonder if it depends on IM's version that it's syntax varies so much, but i suppose that's the root of the problem. Btw, what version are you using?
And how could i launch skaramba theme from konsole? just give me an exaple and i could tell you what it says.
Thanx in advance =)
Report
sangrehirviendo
13 years ago
My version of imagemagick is 6.3.5, but as imagemagick is quite versatile i don't thing your problem is a question of sintaxis or versions, maybe you are missing some python libraries, or maybe the problem comes from write permissions.
Report
Kraplax
13 years ago
[kraplax@localhost ~]$ superkaramba /home/kraplax/.superkaramba/Vinyl/Vinyl.theme
'import site' failed; use -v for traceback
superkaramba: addThemeToList() file: /home/kraplax/.superkaramba/Vinyl/Vinyl.theme
superkaramba: Starting theme: Vinyl pretty name: Vinyl - 1
superkaramba: /home/kraplax/.superkaramba/Vinyl.rc
superkaramba: Loading python module: Vinyl
sys.path.insert(0, '/home/kraplax/.superkaramba/Vinyl/')
Traceback (most recent call last):
File "/home/kraplax/.superkaramba/Vinyl/Vinyl.py", line 14, in ?
import dcop
ImportError: No module named dcop
------------------------------------------------------
What does ImportError mean?
It means that I couldn't load a python add-on Vinyl.py
If this is a regular theme and doesn't use python
extensions, then nothing is wrong.
------------------------------------------------------
I don't know which packages are to be installed to make it work, 'cause i have "fantastik" and "4in1 rss" themes which works ideally for me. Could you please specify the dependencies of your theme (and it would be nice of you to list them in your theme description too).
Report
Kraplax
13 years ago
[kraplax@localhost ~]$ superkaramba /home/kraplax/.superkaramba/Vinyl/Vinyl.theme
'import site' failed; use -v for traceback
superkaramba: addThemeToList() file: /home/kraplax/.superkaramba/Vinyl/Vinyl.theme
superkaramba: Starting theme: Vinyl pretty name: Vinyl - 1
superkaramba: /home/kraplax/.superkaramba/Vinyl.rc
superkaramba: Loading python module: Vinyl
sys.path.insert(0, '/home/kraplax/.superkaramba/Vinyl/')
Traceback (most recent call last):
File "/home/kraplax/.superkaramba/Vinyl/Vinyl.py", line 14, in ?
import dcop
ImportError: No module named dcop
------------------------------------------------------
What does ImportError mean?
It means that I couldn't load a python add-on Vinyl.py
If this is a regular theme and doesn't use python
extensions, then nothing is wrong.
------------------------------------------------------
I don't know which packages are to be installed to make it work, 'cause i have "fantastik" and "4in1 rss" themes which works ideally for me. Could you please specify the dependencies of your theme (and it would be nice of you to list them in your theme description too).
Report
sangrehirviendo
13 years ago
Report
beany
13 years ago
wow
You are very skilled here. Perhaps it would be possible to make this work with other media players like xmms, juk, etc. in the way that Soundmania Karamba does?
Report
sangrehirviendo
13 years ago
Report
beany
13 years ago
Report