You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
769 B
28 lines
769 B
# MPD Jabber bot
|
|
|
|
Jabber/XMPP bot that controls streaming MPD instance.
|
|
|
|
This software is written in Ruby and allows you to control mpd server with simple commands written in MUC chat.
|
|
|
|
It can skip to prev/next song, play/pause/stop playback, control outputs, return info about current song and song which will be played next.
|
|
|
|
This software is still in alpha stage. It works for me so I can't promise updates in near future. Feel free to send me a patch if you want. I'll consider merging them.
|
|
|
|
TODO:
|
|
|
|
* Create persistent config file
|
|
* Code cleanup
|
|
* Possibly add some more features
|
|
* Make it work in all versions of private messages
|
|
|
|
Do:
|
|
|
|
<botnick>: help
|
|
|
|
to get basic usage help.
|
|
|
|
This bot depends on following ruby modules:
|
|
|
|
* rubygems
|
|
* jabbot
|
|
* ruby-mpd |