

I'm currently pretty busy with getting the whole app to a Qt-only environment. There are some other issues/features in the pipeline that should follow next.
So any new bigger feature probably needs a helping hand. But why don't you propose anything (mockup or such)! I'll be happy to discuss. - May 30 2010

Chat & Messenging by chrisKA 3 comments

Kopete Styles by suslik 13 comments

MP3 Taggers by chrisKA 2 comments
Your error is connected to incompatible versions of PyQt and PyKDE.
See: http://www.mail-archive.com/pyqt@riverbankcomputing.com/msg14205.html
This is probably a problem of your distribution. - Oct 12 2008

Dolphin Service Menus by painkiller101 174 comments

Amarok 1.x Scripts by chrisKA 15 comments
I know about this problem, but as this shouldn't be found too often I am just to lazy to change this script, which for me isn't more then a quick hack (though I wish to keep the encoding guesser clean).
What you can do is try to copy the ID3V2 tag to ID3V1 and then use this script. This isn't the best solution as ID3V1 tags have less space so it only works for short tags. Try to make a backup of your mp3 though first.
I'm sorry that there isn't any more elegant solution available here. Well, unless you don't mind changing some stuff in the script, which I would warmly welcome. - Jan 21 2008

Amarok 1.x Scripts by chrisKA 15 comments
If you want quicker support, please write me an email. - Jan 08 2008

Amarok 1.x Scripts by chrisKA 15 comments
Once running, you can see a new entry in the context menu when clicking on a playlist entry.
If you wan't quicker support, please write me an email. - Jan 06 2008
Mail me if you have any questions. I'm not checking kde-apps regularly. - Dec 29 2007

Amarok 1.x Scripts by chrisKA 15 comments

Amarok 1.x Scripts by chrisKA 15 comments
Please try to give more detail. For example you can check the debug output in /tmp/encodingconverter.debug if you have debugging turned on (default).
Furthermore you can see the script output in Amarok if you go to the script settings and right click on the script's entry. - Dec 26 2007

Amarok 1.x Scripts by chrisKA 15 comments
But if you open the Amarok "metadata" dialog where you can see the tag info you should be at least able to see the changed data immediately.
If not and you have removed the line as I proposed as an alternate (though bad) solution, then the tags haven't been converted properly.
This script could be made nicer, with some more simple options, but I hope it is useable for the beginning. - Dec 13 2007

Amarok 1.x Scripts by chrisKA 15 comments
I'm running 0.93-1 here and the function that's missing in your version has been added just lately.
You can alternatively try to disable the one line
id3v2.FrameFactory.instance().setDefaultTextEncoding(tagpy.StringType.UTF8)
that's quite at the beginning of the whole script. This might render some conversions unuseful though. - Dec 12 2007

Amarok 1.x Scripts by chrisKA 15 comments
defaultEncodings = {'windows1250': ('slovak', ),
'windows1256': ('arabic', ), 'cp874': ('thai', ),
'gb2312': ('chinese', ), 'big5': ('chinese', ), 'gbk': ('chinese', ),
'euc_jp': ('japanese', ), 'shift_jis': ('japanese', ),
'euc_kr': ('korean', ),
'iso8859_1': ('english', 'german', 'french', 'africaans', 'spanish',
'danish', 'swahili', 'finnish', 'portuguese', 'norwegian',
'swedish', 'rumantsch', 'catalan', 'basque', 'latin'),
'iso8859_2': ('bosnian', 'polish'), 'iso8859_6': ('arabic', ),
'iso88597': ('greek', ), 'iso8859_8': ('hebrew', )}
# 'tscii': ('tamil', ) # seems not to be supported in python
Adding your language will mean: a) making its encoding show up in the selector, b) make textcat guess your language.
As 0 people already made a comment your feedback is appreciated. Does this script work for you? - Dec 10 2007

Various KDE Stuff by gaojian2008cnn 1 comment
I installed the debian package and it works without any flaws yet.
I wasn't so sure before installing what the data source is, but it seems to download the word definition from a dict server. - Nov 27 2007
My Amarok script http://kde-apps.org/content/show.php/AmarokMPC?content=51577 will synchronise Amarok with an MPD instance.
Furthermore mpdemu http://kde-apps.org/content/show.php/mpdemu?content=68431 will act as a mpd server and let amarok play this stuff. - Nov 27 2007

Amarok 1.x Scripts by gauret 143 comments
Quote:
def saveState(self, sessionmanager):
# script is started by amarok, not by KDE's session manager
sessionmanager.setRestartHint(QSessionManager.RestartNever)
HTH - Nov 27 2007

Amarok 1.x Scripts by gentakojima 2 comments
But isn't it a bit of a waste calling the date function every 0.3 seconds? There should exist methods to set a wake signal for your app, so you can sleep for 59 minutes. - Nov 27 2007
Having this it should be possible to synchronise two Amarok instances just by using the mpd server and client. Maybe somebody wants to try this out and tell us if it worked. - Nov 26 2007

Audio Apps by asdex 11 comments
I was told that there exist buggy pairing implementations. Also 4 digits are a quite week password protection.
Anyway: Had great fun today demonstrating the remote function to the neighbours. - Feb 13 2005

Audio Apps by asdex 11 comments
Btw: the german .cfg isn't completly in german. But it shouldn't be to difficult to change that. - Feb 13 2005