Since mIRC scripts can't read the new CurrentTrack.txt file because it's Unicode now, I've created this little DLL to get information about the current track from iTunes.
The DLL should be placed in the same folder with the script.
You use it in the script the following way:
$dll(mIRC_iTunes.dll, GetInfo, *INFOSTRING*)
The value of that will be the string pointed by *INFOSTRING* formatted with the requested data, if it is available.
the *INFOSTRING* is a string without quotes, which uses the following formatting tags
:
!Playlist - The play list that the track is in
!Album
!Artist
!Name
!Genre
!Grouping
!Composer
!DiscCount
!DiscNumber
!Position - The player's position within the currently playing track (valid only for the main window title)
!Duration
!TimeLeft - The time left for the track to play (valid only for the main window title)
!PlayCount
!Rating
!TrackCount
!TrackNumber
!Year
!BitRate
!SampleRate
!Kind - The file type of the track.
Download it here
Aqua-Soft Forums