This plugin provides a Qt interface for deadbeef. This plugin is continuation of deadbeef-qt plugin ported to Qt5
For installation requires Qt 5 (>=5.9.0) or greater and DeaDBeeF (>=1.8.0). For debian based systems install qt5-default
.
Get ddb_gui_qt5 sources from repository:
$ git clone git://github.com/kuba160/ddb_gui_qt5
Run qmake:
$ qmake ddb_gui_qt5.pro
$ make
The default install path on linux is ~/.local/lib/deadbeef
, on other systems copy ddb_gui_qt5.so
/ ddb_gui_qt5.dll
to your plugins directory.
$ make install
Then choose the QT gui plugin in the preferences and restart DeaDBeeF. Another possibility is to start deadbeef with --gui qt5
parameter.