new irssi mocp script

Forums:

Made another, a bit more advanced mocp script for irssi than the one @ the contrib-page.

iMOCP is a script that make Irssi able to talk with MOCP. Put the script in ~/.irssi/scripts or
~/.irssi/scripts/autorun to make it autoload, when you start Irssi. If you dosen't use the autorun folder
then you have to load iMOCP with this command:

/script load imocp.pl

iMOCP commands:
/mocp play - Play track

/mocp pause - Pause track
/mocp p - Toggle between play and pause

/mocp next - Play next track
/mocp n

/mocp prev - Play previous track
/mocp b

/mocp info - Display track information i status window
/mocp i

/mocp npf - Print now playing filename to channel.
/mocp np - Print current track title to chat window. This only supports id3-tag yet.

http://illvilja.org/imocp.pl

Thanks! Two questions:

- Should I write Author: #hack.se or some person?
- Why the np command supports only id3-tags, I can see that it uses the mocp --info command, so any tags should be supported, em I wrong?

--
Damian Pietras - MOC developer

is this still available anywhere?

Nevermind, found it on the http://moc.daper.net/contrib page.