So I am trying to implement some iTunes control in a script but I am having trouble finding out how to use their COM files (Never used anything with COM before)
So here is the section from the iTunes COM Interface file:
HRESULT _IiTunesEvents::OnPlayerPlayEvent ( [in] VARIANT iTrack )
The ITEventPlayerPlay event is fired when a track begins playing.
When iTunes switches to playing another track, you will received an ITEventPlayerStop event followed by an ITEventPlayerPlay e