Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (28 loc) · 1.57 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.57 KB

DeaDBeeF Library Browser

Music library plugin for DeadDBeeF based off of the Filebrowser plugin by Jan D. Behrens.

Thanks to Alexey Yakovenko for the awesome music player that is DeaDBeeF.

Library Plugin

Compiling & Installing

To build the plugin from source, you'll need the DeaDBeeF and GTK2 headers (deadbeef-dev, libgtk2.0-dev). Clone this repository and make sure the DeaDBeeF headers are in your library path.

Then just simply run

./autogen.sh
./configure [--enable-gtk3]
make

./userinstall.sh #Installs the plugin to $HOME/.local/lib/deadbeef/

License

DeaDBeeF Library Browser
Copyright (C) 2011  Jan D. Behrens <[email protected]>
Copyright (C) 2014  Jesse Farebrother <[email protected]>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.