xaizek / mpdknotifier (License: GPLv2+) (since 2018-12-07)
A notification application that informs you about currently played song.
Commit adf1bb21456e1c02618ead08abdecb0f2ca52057

Fixed format string.
Author: xaizek
Author date (UTC): 2011-02-06 20:44
Committer name: xaizek
Committer date (UTC): 2011-02-06 20:44
Parent(s): fc927ce9d7a7a5948dc8984b02c476ffc2e12438
Signing key:
Tree: a219dcee1b92742cc610f30a964a5ff31aa48699
File Lines added Lines deleted
src/notifier.cpp 1 1
File src/notifier.cpp changed (mode: 100644) (index 3580e3b..1be436b)
... ... void Notifier::slotAction(unsigned int _n)
230 230 debug("Executing command: '" + cmd + "'"); debug("Executing command: '" + cmd + "'");
231 231 system(cmd.toLocal8Bit()); system(cmd.toLocal8Bit());
232 232 } else { } else {
233 debug(QString("Invalid cmdnum: %d of %d")
233 debug(QString("Invalid cmdnum: %1 of %2")
234 234 .arg(_n) .arg(_n)
235 235 .arg(m_commands.size())); .arg(m_commands.size()));
236 236 } }
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