kuba160 / ddb_gui_qt5

Qt5 plugin for DeaDBeeF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ddb_gui_qt5

This plugin provides a Qt interface for deadbeef. This plugin is continuation of deadbeef-qt plugin ported to Qt5

image

Install

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.

About

Qt5 plugin for DeaDBeeF

License:GNU General Public License v2.0


Languages

Language:C++ 60.5%Language:C 22.2%Language:QML 16.5%Language:QMake 0.6%Language:Shell 0.2%