
Lrc Editor
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
Lrc Editor
A Lrc Files Editor
Copyright (C) 2009 Jan Fucek
Requirements:
Qt (>= 4.5) (May work on lesser versions but is tested only on 4.5)
Qt-devel (>= 4.5)
Amarok (== 1.4.X)
Building and Installation:
$ ./compile
This script will compile the Lrc Editor and put its binary into the bin directory.
Installation is still not yet completed.
License:
Lrc Editor is distributed under the GNU General Public License.
Features:
-Amarok 1.4.X compatibility (2.X is yet to come)
-Interactive .lrc files editing
-Automatic text clean up
-Actually playing track info
-Amarok Control directly from the application
-Translated User Interface
a1000
11 years ago
[root@biblioteca lrceditor-0.1.2]# ./compile
Creating Makefiles
./compile: line 4: qmake: command not found
./compile: line 6: qmake: command not found
Compiling...
make: *** No targets specified and no makefile found. Stop.
[root@biblioteca lrceditor-0.1.2]#
As you can see, I can not compile it. What can I do now?
Report
PingusPepan
11 years ago
You probably doesn't have qmake (>=4.5) installed on your computer.
I'm sorry, I forgot to list the qmake in the list of dependencies, but I'll fix it soon.
Please, try to install qmake, compile again and then let me know, if it'll work for you.
Sorry, for my mistake again,
Ping
Report
PingusPepan
11 years ago
Report
sanfanling
11 years ago
Is it developed from Lrceditor-Amarok? I am curious :)
Report
PingusPepan
11 years ago
If you tried it, then you may noticed that in configuration, there is an Amarok version chooser (Amarok 2.X is not working though), so I'm working on the dbus interface too, but it will take some time, so for now it supports Amarok 1.4.X (probably also 1.X) only.
:-)
Report