Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.99 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.99 KB

DeaDBeeF Library Browser

Music library plugin for DeadDBeeF based off of the Filebrowser plugin by Jan D. Behrens. This fork fixes keyboard support for the plugin -- you can add music and collapse/expand folders without the mouse! Additionally, the context menu is properly supported with the Menu Button and Shift+F10. This fork integrates the changes from Jesse Farebrother which simplify the display.

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 [--disable-gtk2|--disable-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]>
Copyright (C) 2015  Daniel Bordak <[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/>.