
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 a lrc editor against amarok, depends on pyqt3.It's version now is 0.2.0, but is the first release.
It is not amarok script, but need amarok provide the time tag of current song.
README in package for more detail.
NOTE:
This applicatin won't be update any more, now you have another choice of editing .lrc file, it's name's lrcShow-II, please visit http://www.kde-apps.org/content/show.php/lrcShow-II?content=71983
lrShow-II is a lyrics (.lrc file) showing application (Amarok script), written by pyqt3 and pyqt4 so it has the same dependency as lrceditor-amarok, but editing lrc is just its one function, it's very powerful.
13 years ago
0.2.1:
now it supports all codecs to import or export
0.3.0:
1.re-write almost codes and re-design the GUI
2.add some useful function
3.fix encoder bug
0.3.1:
1.fix a Amarok button status bug when Amarok stops by himself, Lrceditor-Amarok's interface would change button status, Amarok could not change him status without your action except stop. Note: you'd better use Lrceditor-Amarok's interface to control Amarok.
2.add fast seek buttons, 5 seconds to seek backward or seek forward when you click them.
3.fix a spell mistake
4.re-write the part of control button status.
5.better interface arrangement.
13 years ago
0.2.1:
now it supports all codecs to import or export
0.3.0:
1.re-write almost codes and re-design the GUI
2.add some useful function
3.fix encoder bug
0.3.1:
1.fix a Amarok button status bug when Amarok stops by himself, Lrceditor-Amarok's interface would change button status, Amarok could not change him status without your action except stop. Note: you'd better use Lrceditor-Amarok's interface to control Amarok.
2.add fast seek buttons, 5 seconds to seek backward or seek forward when you click them.
3.fix a spell mistake
4.re-write the part of control button status.
5.better interface arrangement.
haukew
13 years ago
Report
strongwind
13 years ago
simple and works perfect!
thanks!
Report
DeDood
13 years ago
I just tried out your program and I like it very much, with exception of a few annoying things.
When the song is finished playing in Amarok the play button in your interface stays disabled. It would also be nice if the program tried to find out which encoding the files use you load, because if you don't know it yourself you have to try until you find the one that matches the file.
It would also be nice that if you had a shortcut key to go a few seconds forth and backward in the song so that you don't have to grab the slider if you where a bit to early when inserting a time-tag, and also overwriting the tag that's already there should be useful.
Well except from my comment I think it's a great program, and now I know I don't have to hurry to create the internal LRC editor for Amalyp :)
Thanks!
Report
sanfanling
13 years ago
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 :)
Report