What's the dependence of lrcShow-X

Created by frank
Keywords:

lrcShow-X is written by python, and the GUI is created by QT4 libarary, so first of all, it dependents on pyqt4 (qt and python bindings, the package name would be different in different distributions). Also, you have to install dbus-python (dbus and python bingdings) and pygobject (python and gobject bindings).

lrcShow-X also dependents on other python modules, such as chardect, pytag, beautifulsoup, apetag, etc, but for convenience, lrcShow-X is distributed with all of those modules.