Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuba160/ddb_gui_qt5
Qt5 plugin for DeaDBeeF
https://github.com/kuba160/ddb_gui_qt5
deadbeef deadbeef-gui deadbeef-plugin
Last synced: 2 months ago
JSON representation
Qt5 plugin for DeaDBeeF
- Host: GitHub
- URL: https://github.com/kuba160/ddb_gui_qt5
- Owner: kuba160
- License: gpl-2.0
- Created: 2019-04-29T19:36:20.000Z (over 5 years ago)
- Default Branch: quick
- Last Pushed: 2024-09-07T23:36:03.000Z (4 months ago)
- Last Synced: 2024-09-08T00:30:59.855Z (4 months ago)
- Topics: deadbeef, deadbeef-gui, deadbeef-plugin
- Language: C++
- Homepage:
- Size: 886 KB
- Stars: 9
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ddb_gui_qt5
This plugin provides a Qt interface for [deadbeef](http://deadbeef.sourceforge.net/). This plugin is continuation of [deadbeef-qt plugin](https://github.com/redpunk231/deadbeef-qt.git) ported to Qt5
![image](https://user-images.githubusercontent.com/6359901/56922057-a6252880-6ac7-11e9-807f-3dc7b49ad502.png)
## 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:
```bash
$ git clone git://github.com/kuba160/ddb_gui_qt5
```
Run qmake:
```bash
$ 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.
```bash
$ make install
```Then choose the QT gui plugin in the preferences and restart DeaDBeeF. Another possibility is to start deadbeef with `--gui qt5` parameter.