This plugin adds support for unix signals to DeaDBeeF player.
- Clean shutdown on
SIGTERM
andSIGINT
- Restart player on
SIGHUP
- Download binary package for your CPU architecture from releases section
- Extract all files to
$HOME/.local/lib/deadbeef
- Restart DeaDBeeF
- Make sure
gcc
(orclang
) andmake
are installed - Clone repository to the destination folder of your choice
- Run
make install
in the source directory - Restart DeaDBeeF
There are no configuration options. Once plugin is activated it will intercept signals and initiate correct player termination.