Mercurial > pidgin-audacious
annotate README @ 4:19782faf1f00 2.0.0
- add a msn alias patch to the repository.
- clean up for 2.0.0 release.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Sun, 02 Sep 2007 13:45:07 +0900 |
parents | 8d4d17a528ef |
children | d5702f04b19c |
rev | line source |
---|---|
4
19782faf1f00
- add a msn alias patch to the repository.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
0
diff
changeset
|
1 pidgin-audacious-2.0.0 |
0 | 2 |
3 1. What's this? | |
4 | |
5 pidgin-audacious is a pidgin plugin which updates status and userinfo | |
6 message for your pidgin accounts, reflecting the current track name what | |
7 you are listening in Audacious. | |
8 | |
4
19782faf1f00
- add a msn alias patch to the repository.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
0
diff
changeset
|
9 Moreover, from version 1.1.0, pidgin-audacious can alter your alias |
0 | 10 (aka friendly name or nickname) in msn protocol using the current |
11 track name. | |
12 | |
13 This plugin requires pidgin 2.0.0 or later and development version of | |
4
19782faf1f00
- add a msn alias patch to the repository.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
0
diff
changeset
|
14 audacious (which capable of DBus connection expected to be released |
19782faf1f00
- add a msn alias patch to the repository.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
0
diff
changeset
|
15 as 1.4.0.). |
0 | 16 |
17 2. How to build | |
18 | |
19 Building pidgin-audacious plugin is very simple. Please do | |
20 | |
21 ./configure | |
22 make | |
23 make install | |
24 | |
25 If you would like to test new alias substitution feature, please apply | |
4
19782faf1f00
- add a msn alias patch to the repository.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
0
diff
changeset
|
26 included patch against the pidgin source. |
0 | 27 |
28 3. Usage | |
29 | |
30 This plugin expands the token "%song" in your status/userinfo message | |
31 and alias with the name of the currently playing music. To show the | |
32 track name, you have to compose a message containing the token. The | |
33 text format used in audacious playlist will be applied for | |
34 substitution. | |
35 | |
36 You can enable or disable expansion in status message, userinfo or | |
37 alias respectively. The preferences dialog is available from plugins | |
38 window in pidgin. | |
39 | |
40 4. Acknowledgment | |
41 | |
42 This plugin has been built based on Jon Oberheide's | |
43 gaim-rhythmbox-2.0beta2. I greatly appreciate his work. | |
44 | |
45 | |
46 Yoshiki Yazawa | |
47 yaz@honeyplanet.jp |