Description: 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
copying and pasting:
[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?
Hello,
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
Yes, main inspiration is taken from Lrceditor-Amarok and the design is quite the same, but the original app was written in Python and used Qt3, so I rewrote it to use C++ as I don't know python and used a Qt4 library.
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.
:-)
Ratings & Comments
5 Comments
copying and pasting: [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?
Hello, 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
Qmake is a part of qt-devel package...
Base on dbus system, it could support more media players. Is it developed from Lrceditor-Amarok? I am curious :)
Yes, main inspiration is taken from Lrceditor-Amarok and the design is quite the same, but the original app was written in Python and used Qt3, so I rewrote it to use C++ as I don't know python and used a Qt4 library. 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. :-)