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

Added 'Troubleshooting' section to README file.
Author: xaizek
Author date (UTC): 2011-02-06 18:07
Committer name: xaizek
Committer date (UTC): 2011-02-06 18:07
Parent(s): 32e16671b474061fce898e0770708f4464a57570
Signing key:
Tree: 7b50d3e2ea5692e8f54154aead0ffd5d0be463c2
File Lines added Lines deleted
README 10 2
File README changed (mode: 100644) (index 55ee0b8..202cdf2)
... ... 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. See also
7 6. Bug reporting
8 7. See also
8 9
9 10 1. Authors 1. Authors
10 11
 
... ... this patterns:
123 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
124 125 results of first search. results of first search.
125 126
126 6. See also
127 6. Bug reporting
128
129 If you've found a bug or have some problems using this program, please inform
130 the developers. Thus you can help to make this software better. If you have an
131 account on GitHub.com you can create an issue there. Or you can always contact
132 developers by email (see 'Authors' section).
133
134 7. See also
127 135
128 136 For additional instructions: For additional instructions:
129 137 http://mpd.wikia.com/wiki/Client:MpdKNotifier http://mpd.wikia.com/wiki/Client:MpdKNotifier
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