cbot: Mod_PlayList

playlist action
Commands
search ... private
Search for songs
queue NUM private
Queue a song
queue ANUM [shuffle] private
Queue a whole album
limit {genre|artist} NAME NUM {hours|minutes} private
Randomly select from NAME for a period of time
next private
Skip current track
dload NUM private
Download a song over DCC
genre GENRE [NUM] private
Add a genre to the current or NUM track
Description

Music server interface with PostgreSQL as the database backend.

search takes the following parameters:

a.artist
The album artist name.
a.name
The album name.
t.artist
The track artist name.
t.name
the track name.

eg.

/msg plbot search a.artist lamb t.name please
*PLBot* Found 1 matches
*PLBot* lamb by lamb/god-bless (02) [9970]
/msg plbot queue 9970
<PLBot> Q MyNick: lamb by lamb/god-bless (02) [9970]

$Id: mod_playlist.m4,v 1.7 2004/11/26 10:30:27 john Exp $