diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-27 07:26:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-27 07:26:38 +0800 |
commit | d91506a51edeaff4932b16ba19e54acb9b27490d (patch) | |
tree | 84146cb3af25da6cba7b8b63f41a5cbf22f1ec8b /net-im/pidgin-pidgimpd/pkg-descr | |
parent | 9e3c2436251cb2067a8f0f26c1570810cd13f081 (diff) | |
download | freebsd-ports-gnome-d91506a51edeaff4932b16ba19e54acb9b27490d.tar.gz freebsd-ports-gnome-d91506a51edeaff4932b16ba19e54acb9b27490d.tar.zst freebsd-ports-gnome-d91506a51edeaff4932b16ba19e54acb9b27490d.zip |
PidgiMPD is a Pidgin plugin for monitoring/controlling MPD.
PidgiMPD can do both automatic and manual tasks.
The manual tasks are handled via the command /mpc in conversation windows.
Help about that command can be found using the parameter help.
The automatic tasks are:
* Automatically set away message to user defined string OR set Pidgin TUNE
status, if available. (TUNE status is supported in MSNP14 and Jabber)
* Automatically send currently playing song information to users in
active conversations.
The syntax of the messages can be user configured.
WWW: http://ayeon.org/projects/pidgimpd/
PR: ports/127523
Submitted by: hrkfrd at googlemail.com
Diffstat (limited to 'net-im/pidgin-pidgimpd/pkg-descr')
-rw-r--r-- | net-im/pidgin-pidgimpd/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-im/pidgin-pidgimpd/pkg-descr b/net-im/pidgin-pidgimpd/pkg-descr new file mode 100644 index 000000000000..c88d32e7d3ef --- /dev/null +++ b/net-im/pidgin-pidgimpd/pkg-descr @@ -0,0 +1,15 @@ +PidgiMPD is a Pidgin plugin for monitoring/controlling MPD. + +PidgiMPD can do both automatic and manual tasks. +The manual tasks are handled via the command /mpc in conversation windows. +Help about that command can be found using the parameter help. + +The automatic tasks are: +* Automatically set away message to user defined string OR set Pidgin TUNE + status, if available. (TUNE status is supported in MSNP14 and Jabber) +* Automatically send currently playing song information to users in + active conversations. + +The syntax of the messages can be user configured. + +WWW: http://ayeon.org/projects/pidgimpd/ |