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

Saved README file before commiting.
Author: xaizek
Author date (UTC): 2011-02-06 18:08
Committer name: xaizek
Committer date (UTC): 2011-02-06 18:08
Parent(s): dcca486c1afe09e6bf8ffeffd6d5c338b9d340e5
Signing key:
Tree: ca765a34b4edfee033cd64aa8804b57bc97f7191
File Lines added Lines deleted
README 2 2
File README changed (mode: 100644) (index 202cdf2..2019888)
... ... Contents
4 4 3. Arguments 3. Arguments
5 5 4. Options in mpdknotifierrc file 4. Options in mpdknotifierrc file
6 6 5. Album art search algorithm 5. Album art search algorithm
7 6. Bug reporting
7 6. Troubleshooting
8 8 7. See also 7. See also
9 9
10 10 1. Authors 1. Authors
 
... ... this patterns:
124 124 if we found something take any of results and finish. Else take first image from if we found something take any of results and finish. Else take first image from
125 125 results of first search. results of first search.
126 126
127 6. Bug reporting
127 6. Troubleshooting
128 128
129 129 If you've found a bug or have some problems using this program, please inform If you've found a bug or have some problems using this program, please inform
130 130 the developers. Thus you can help to make this software better. If you have an the developers. Thus you can help to make this software better. If you have an
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