


Audio Apps by sanfanling 28 comments
http://www.sanfanling.cn/svn/lrcShow-X/branches/2-series/lrcShow-X/
If you have any problem, mail to me. Thank you. - May 15 2013

Audio Apps by sanfanling 28 comments
let me know if it can't work - May 01 2010

Audio Apps by sanfanling 28 comments

Audio Apps by sanfanling 28 comments
lrcShow-X has this feature already.
Please see: menu - other functions - configure - normal page - search and name lrc as media file's name.
Have a try. - Nov 18 2009

Utilities by PingusPepan 5 comments
Is it developed from Lrceditor-Amarok? I am curious :) - Oct 19 2009

Audio Apps by sanfanling 28 comments

Audio Apps by sanfanling 28 comments

Audio Apps by sanfanling 28 comments

Audio Apps by sanfanling 28 comments
btw, could you try to fix a bug in your starter. when I quit the app from itself, the menu in amarok2 would update, and sometime it would cause launch two app instance - Apr 25 2009

Audio Apps by sanfanling 28 comments

Amarok 1.x Scripts by sanfanling 19 comments
I found minilyrics' server is not stable, maybe it is the reason that the module failed last time. But now, it works well. - Jan 31 2009

Amarok 1.x Scripts by sanfanling 19 comments
- Dec 18 2008

Amarok 1.x Scripts by sanfanling 19 comments
so i thing next generation lrcShow-III (maybe) would not be amarok script any more, but just a independent app, could support other players with dbus system and full signals. - Dec 12 2008

Amarok 1.x Scripts by sanfanling 19 comments
It is possible, and I thought it before, but give it up because two reasons: first you should be waiting until app searched all engines, second this function would give you many result maybe, even useless. - Nov 15 2008

Amarok 1.x Scripts by sanfanling 37 comments
if still can't work, let me know. - Aug 06 2008

Amarok 1.x Scripts by sanfanling 19 comments
2.I thought this before, but I think, if the artist and title in amarok are wrong and cause to download a wrong lrc, one way is to set strategy, the other is to modify them with amarok, but at least your idea is also good
3.that's why I must add the strategy function for every track
4.change engine? just in right click menu
and, in our country, minilyrics also is popular, but only in wimnap times, now we like to use ttplayer and its lrc show function is the best so far, lrcShow-II learns many functions and work methods from ttp's lrc show, you could try it.
Thanks for your good suggestion. - Jul 25 2008

Amarok 1.x Scripts by sanfanling 19 comments
I think this problem is very strange, you know I just get the current time from Amarok with dcop function, and convert it into the former of "xx:xx.xxx", nothing else.
I suggest that when you insert the time tag, you should compare it with the time showing on Amarok rapidly, if it is correct, it means my converting is right; if not, I should check my app.
If everything is right but the problem still exists, please mail me the lrc file you made, even the media file.
Best regards - Jul 13 2008

Amarok 1.x Scripts by sanfanling 19 comments
Thanks for your suggestion.
In this app, resize the window is not easy, because the problem of location the current lyrics. In fact, full screen means cover all desktop including task bar, I think you need a display mode of maximum the window, I will add.
The custom search engine is difficult.Every search engine has its own search rule. But if you have good search site, tell me and let me try if it could be added.
My English also poor....
Happy Spring Festival - Feb 15 2008
Thanks. Your codes are great! - Dec 25 2007
Thanks. Your codes are great! - Dec 25 2007

Amarok 1.x Scripts by sanfanling 19 comments

Amarok 1.x Scripts by ultramancool 51 comments
Maybe it's package problem. Every script has its own directory. - Dec 14 2007

Various KDE 1.-4. Improvements by CraigD 453 comments

Amarok 1.x Scripts by sanfanling 37 comments
I just say sorry, it too long since last version - Sep 02 2007

Amarok 1.x Scripts by sanfanling 37 comments
This is my post for help
http://forums.gentoo.org/viewtopic-t-556507-highlight-.html
- Aug 07 2007

Utilities by sanfanling 4 comments
Play button problem is true, it is a bug. Because my amarok would not stop until I close it, I will fix it.About encoder, I have no idea about it, do you have some advice to detect encoder automatically?
And I will add fast skip button next version.
Your advise is good, thanks :) - May 28 2007

Amarok 1.x Scripts by CuteRabbit 8 comments
import commands
cmd=commands.getoutput("kdialog --getexistingdirectory '/home' 2>/dev/null")
print cmd
if you use scim just like me," 2>/dev/null" is very important
waiting for your new version - May 12 2007

Amarok 1.x Scripts by sanfanling 37 comments
http://hk.music.yahoo.com has redesigned their web, the rule of fetching lyrics of this script now is out of date. - May 07 2007

Amarok 1.x Scripts by CuteRabbit 8 comments

Amarok 1.x Scripts by sanfanling 37 comments
1.make sure your amarok is playing, and the track's tag is Traditional Chinese, then type in console "dcop amarok player title" and "dcop amarok player artist", give me the two result.
2.in console type "python", in python-console-mode, type:
import locale #return
print locale.getdefaultlocale()
then give me the result
Thanks - May 03 2007

Amarok 1.x Scripts by sanfanling 37 comments
Otherwise, you can mail me - Apr 20 2007

Amarok 1.x Scripts by sanfanling 37 comments
Open the source,and find line 274-281, delete them(include 274 and 281),and add:
user_locale=('zh_CN','utf8')
or
user_locale=('zh_TW','utf8')
Just cheat computer :) - Apr 18 2007

Amarok 1.x Scripts by BoknesMonster 19 comments
ScimInputContextPlugin()
QMultiInputContext::changeInputMethod(): index=0, slave=scim
~ScimInputContextPlugin()
Maybe in this section, the code:
cmd=commands.getoutput('kdialog --inputbox "xxxxxx" 2>/dev/null')
would be better.
The other some-function script has this problem too,but it is finall version.
- Apr 15 2007

Amarok 1.x Scripts by sanfanling 37 comments
you can read the source,14 and 15 lines,I did not consider this problem about chinese songs have " ' " in title, so 15 line is "pass", infact after+='%27' is better, then it could find the right url. I have tried, but have difficult in show lyrics because of complex colons matching, maybe use xml is better.
Maybe next version I will add Simplified search engine under Traditional locale and add a line by line lrc show module or 0.4.1 is final - Mar 17 2007

Amarok 1.x Scripts by sanfanling 37 comments

Amarok 1.x Scripts by sanfanling 37 comments
Of course you can use baidu to fetch lyrics, but baidu returns you Simplified-Chinese lyrics, do you really want even you are a Traditional-Chinese user? To ensure the lyrics you fetch is according with user's locale, I hide the baidu sohu etc engine under zh_TW.* locale. - Mar 16 2007

Amarok 1.x Scripts by sanfanling 37 comments

Amarok 1.x Scripts by sanfanling 37 comments
Here is a post of my blog, see the first comment :)
http://bbs.xsui.net/sanfanling/article.asp?id=108
If you open the source file, you can find the blank space of getting traditional lyrics, but you know the damned earthquake, and I have not found a good traditional lyrics search engine. - Feb 01 2007

Amarok 1.x Scripts by sanfanling 37 comments
Here is a post of my blog, see the first comment :)
http://bbs.xsui.net/sanfanling/article.asp?id=108
If you open the source file, you can find the blank space of getting traditional lyrics, but you know the damned earthquake, and I have not found a good traditional lyrics search engine. - Feb 01 2007