Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.
/ mpd-notify Public archive

UNMAINTAINED -- Sends a notification whenever MPD's state (play/pause/stop) or current song changes

License

Notifications You must be signed in to change notification settings

Hjdskes/mpd-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MPD Notify

MPD Notify sends you a notification whenever MPD's state changes (play/pause/stop) as well as when the currently playing song changes. For this to work, it requires a running notification daemon: it is not a notification daemon by itself.

Usage

MPD Notify supports connecting to remote instances. You can pass the -c flag to change the host and the -p flag to change the port:

-c host	  the server's host name, IP address or Unix socket path.
-p port	  the TCP port to connect to, or 0 for the default port. If "host" is a Unix socket
		  path, this parameter is ignored.

Installation

To be able compile and run MPD Notify, you will need to have the following dependencies installed:

  • libnotify
  • libmpdclient

To build and install, just run the following commands:

$ make
# make clean install

Bugs

For any bug or request fill an issue on GitHub.

License

Please see LICENSE on GitHub.

MPD Notify is a fork of MPD Notification by Christian Hesse.

About

UNMAINTAINED -- Sends a notification whenever MPD's state (play/pause/stop) or current song changes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published