Now Playing from AMIP plugin help

Download plugin

Get "now playing" data from Winamp 2/5, Winamp 3, Apollo, QCD, Foobar2000 (fb2k) and iTunes, via AMIP.

snip
"AMIP is an ultimate now playing (np) plug-in. The title stands for (Advanced mIRC Integration Plug-in). It supports the following players: Winamp 2/5, Winamp 3, Apollo, QCD, Foobar2000 (fb2k) and iTunes."
/snip

Requirements
AMIP 2.53 beta, or better.
You will also need the AMIP Configurator.

Setup
Configure AMIP as displayed in the following two screenshots:
Timer Callback setting
On Exit setting

Parameter explanation:
- Decimal : Used with PositionPercent only (opt: -37..37 default = 0).
- TimeFormat : Not complete but works. Used with SongLength and CurrentTime (opt: default = nn:ss).
  • h or hh = hours
  • n or nn = minutes <--Yes, that's an "N" (pronounced "en" ;)
  • s or ss = seconds
    examples: hh:nn:ss , nn:ss <--It conforms to your locale format settings for time so use the appropriate separator.

    Function usage:
    The functions are all self explanatory.
    They consist of:
    - Title
    - Artist
    - Album
    - TrackNumber
    - Year
    - Genre
    - Filename
    - BitRate
    - SamplingRate
    - ChannelMode
    - SongLength
    - CurrentTime
    - PositionPercent <--Use this for bars and graphs and such.
    - Status

    Change log:
    v 0120
    - added, TrackNumber sensor
    - added, formating for the SongLength and CurrentTime sensors
    v 0110
    - fixed, PositionPercent outputs blanks which is borking all visuals except text output
    - added, optional Decimal parameter for PositionPercent sensor (default = 0)
    - fixed, StrToFloat(string) function not threadsafe
    v 0100
    - first release.