Skip to content

hyperblast/ddb_signals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.