Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 954 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 954 Bytes

Signals support plugin for DeaDBeeF player

This plugin adds support for unix signals to DeaDBeeF player.

Build Status

Features

  • Clean shutdown on SIGTERM and SIGINT
  • Restart player on SIGHUP

How to install prebuilt plugin

  • Download binary package for your CPU architecture from releases section
  • Extract all files to $HOME/.local/lib/deadbeef
  • Restart DeaDBeeF

How to install from source

  • Make sure gcc (or clang) and make are installed
  • Clone repository to the destination folder of your choice
  • Run make install in the source directory
  • Restart DeaDBeeF

How to use

There are no configuration options. Once plugin is activated it will intercept signals and initiate correct player termination.