I am posting this response with zero knowledge of AutoIt, and zero knowledge of any WinAMP plugins.
I would assume that MediaItem is going to be an item in the playlist. But which item? So my first guess is that MediaItem is an array (or collection). So maybe try MediaItem(0) or MediaItem(1)Code:$winamp=ObjCreate("ActiveWinamp.Application") $album=$winamp.mediaitem.album
If that's not the case, you could try being more granular.
Code:$winamp=ObjCreate("ActiveWinamp.Application") $mItem=$winamp.mediaitem $album=$mItem.album



LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks