


Plasma 4 Extensions by mjmccans 397 comments

Amarok 2.x Scripts by garthps 35 comments
copycover FTW :) - Oct 08 2009

Amarok 2.x Scripts by garthps 35 comments
Check there :
http://gitorious.org/amarok/amarok/trees/master/playground/src/scripts/copycover
It has been done already, with a config UI etc ...
I just was to lazy to create a tar.gz :p
Maybe you can make a mix of both code and publish it in here. The basic for the ui works just need some more extension, especially I would like it to automatically write the cover when we've downloaded one ...
Maybe we can discuss about that on irc (#Takahani)
Thanks
- Simon - Oct 07 2009

Amarok 2.x Scripts by tobgle 21 comments
Anyway, your script is great !
With the upcoming video-clip applet in amarok 2.2 (http://takahani.wordpress.com/2009/06/04/video-clip-applet/) it would even better, b/c the video can be played inside the context view !
So i hope you'll find a way to fixed the link ...
If you don't know how to get manually the link, it's done there :
http://websvn.kde.org/trunk/extragear/multimedia/amarok/src/context/engines/videoclip/VideoclipEngine.cpp?revision=982591&view=markup
-Simon (Takahani)
- Jun 16 2009

Amarok 2.x Scripts by kk7 19 comments
Looking here :
http://amarok.kde.org/wiki/Development/Script_API
There are 2 signals
# void trackRemoved(int row)
# void trackInserted(QVariant track, int row)
Is that it ? - May 25 2009

Plasma 4 Extensions by Emdek 142 comments
Here is a bug report :
https://bugs.kde.org/show_bug.cgi?id=191696
Thanks for updating this nice plasmoid
- May 05 2009

Plasma 4 Extensions by Emdek 142 comments
In fact the video works fine with gstreamer now, but don't know what has changed ...
If U find the reason, let me know
Thks - Apr 30 2009

Plasma 4 Extensions by Emdek 142 comments
On two different computers :
Kubuntu 64 bit 8.10 qt4.4.3 nvidia 3D ok
Kubuntu 32 bit 9.04 qt4.5 intel 3D ok,
I can't get a video playing neither with xine or gstreamer backend :/
Sound ok, but black video ...
I've got the same pb on my playground applet in amarok which use the trunk version of plasma::VideoWidget
I always get a black screen ..
On both computer something might be wrong with the phonon/xine/gstreamer/qt/plasma configuration, but i don't where to go ...
Do you have any clue about this problem of not working video ?
Thanks for your work !
Simon
- Apr 23 2009

Amarok 2.x Scripts by tobgle 21 comments

Amarok 1.x Scripts by gauret 143 comments
Right now it can retrieve the current album url, problem is we'll have to wait for amarok 2.1 because the script API has been extended just for this functionnality, and this will be available for everybody only at this stage (2.1) ...
But I'll post here when it'll be finish
- Jan 26 2009

Amarok 1.x Scripts by gauret 143 comments
I'm trying to write exactly the same script using qtscript, let U know when it's finished ... - Jan 12 2009

GTK1 Themes by davidsansome 280 comments
#ifndef abs
#define abs(x) (x<0?-x:x)
#endif - Dec 03 2008