Mercurial > pidgin-audacious
annotate README @ 29:c1e5ff55f1b4 default tip
now /song command can be followed by plain text message.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Fri, 23 Oct 2009 01:37:07 +0900 |
parents | d5702f04b19c |
children |
rev | line source |
---|---|
9
d5702f04b19c
Fixed a bug that disabling this plugin while watch dog function has been hooked causes crash.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4
diff
changeset
|
1 pidgin-audacious-2.0.1 |
d5702f04b19c
Fixed a bug that disabling this plugin while watch dog function has been hooked causes crash.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4
diff
changeset
|
2 |
0 | 3 |
4 1. What's this? | |
5 | |
6 pidgin-audacious is a pidgin plugin which updates status and userinfo | |
7 message for your pidgin accounts, reflecting the current track name what | |
8 you are listening in Audacious. | |
9 | |
4
19782faf1f00
- add a msn alias patch to the repository.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
0
diff
changeset
|
10 Moreover, from version 1.1.0, pidgin-audacious can alter your alias |
0 | 11 (aka friendly name or nickname) in msn protocol using the current |
12 track name. | |
13 | |
14 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
|
15 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
|
16 as 1.4.0.). |
0 | 17 |
9
d5702f04b19c
Fixed a bug that disabling this plugin while watch dog function has been hooked causes crash.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4
diff
changeset
|
18 |
0 | 19 2. How to build |
20 | |
21 Building pidgin-audacious plugin is very simple. Please do | |
22 | |
23 ./configure | |
24 make | |
25 make install | |
26 | |
27 If you would like to test new alias substitution feature, please apply | |
9
d5702f04b19c
Fixed a bug that disabling this plugin while watch dog function has been hooked causes crash.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4
diff
changeset
|
28 included patch against the pidgin source. |
d5702f04b19c
Fixed a bug that disabling this plugin while watch dog function has been hooked causes crash.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4
diff
changeset
|
29 |
0 | 30 |
31 3. Usage | |
32 | |
33 This plugin expands the token "%song" in your status/userinfo message | |
34 and alias with the name of the currently playing music. To show the | |
35 track name, you have to compose a message containing the token. The | |
36 text format used in audacious playlist will be applied for | |
37 substitution. | |
38 | |
39 You can enable or disable expansion in status message, userinfo or | |
40 alias respectively. The preferences dialog is available from plugins | |
41 window in pidgin. | |
42 | |
9
d5702f04b19c
Fixed a bug that disabling this plugin while watch dog function has been hooked causes crash.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4
diff
changeset
|
43 |
d5702f04b19c
Fixed a bug that disabling this plugin while watch dog function has been hooked causes crash.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4
diff
changeset
|
44 4. History |
d5702f04b19c
Fixed a bug that disabling this plugin while watch dog function has been hooked causes crash.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4
diff
changeset
|
45 |
d5702f04b19c
Fixed a bug that disabling this plugin while watch dog function has been hooked causes crash.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4
diff
changeset
|
46 2.0.1 |
d5702f04b19c
Fixed a bug that disabling this plugin while watch dog function has been hooked causes crash.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4
diff
changeset
|
47 |
d5702f04b19c
Fixed a bug that disabling this plugin while watch dog function has been hooked causes crash.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4
diff
changeset
|
48 Fixed a bug that disabling this plugin while watch dog function has |
d5702f04b19c
Fixed a bug that disabling this plugin while watch dog function has been hooked causes crash.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4
diff
changeset
|
49 been hooked causes crash. |
d5702f04b19c
Fixed a bug that disabling this plugin while watch dog function has been hooked causes crash.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4
diff
changeset
|
50 |
d5702f04b19c
Fixed a bug that disabling this plugin while watch dog function has been hooked causes crash.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4
diff
changeset
|
51 |
d5702f04b19c
Fixed a bug that disabling this plugin while watch dog function has been hooked causes crash.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4
diff
changeset
|
52 5. Acknowledgment |
0 | 53 |
54 This plugin has been built based on Jon Oberheide's | |
55 gaim-rhythmbox-2.0beta2. I greatly appreciate his work. | |
56 | |
57 | |
58 Yoshiki Yazawa | |
59 yaz@honeyplanet.jp |