xaizek / mpdknotifier (License: GPLv2+) (since 2018-12-07)
A notification application that informs you about currently played song.
<root> / INSTALL (140fcec012cc47598bf3bdbbaace9db6524a3997) (446B) (mode 100644) [raw]
Dependences:

- KDE4
- knotify
- CMake

Assuming that your current directory is one containing this file use following
commands to compile program (prefix is /usr/ since /usr/local/ may work
incorrect):

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr/ ..
make

And to install it run:

su -c "make install"

To configure do:

cp mpdknotifierrc-sample ~/.kde/share/config/mpdknotifierrc

And edit it. See README file for available options.
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/mpdknotifier

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/mpdknotifier

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master