| blog | about | music | dev |
|
Hey, if you're using macirssi (or original irssi) in Mac OS X with iTunes, hope you will like alias that prints "now playing" to current channel. just enter these commands in irssi:
/alias np script exec \$np = `osascript -e 'tell application \"iTunes\" to get artist of current track & \" - \" & name of current track'`\; Irssi::active_win->command("me is now listening: \$np")
/save
| hosted by x-demon | myspace / last.fm / 8bc |