Just noticed the nowplaying.mls causes version 3 to fail.
The error message complains about an error in the script 9it works fine on earlier versions of mairlist).
Unknown identifier ‘GETARTIST’
Any ideas.
Just noticed the nowplaying.mls causes version 3 to fail.
The error message complains about an error in the script 9it works fine on earlier versions of mairlist).
Unknown identifier ‘GETARTIST’
Any ideas.
See my post here: http://forum.mairlist.com/index.php/topic,3470.msg23759.html#msg23759
I might add that convenience function to the default set of functions in mAirListScript.
Just noticed that the function is already there. I wasn’t aware of that. It’s a method of IPlaylistItem named “GetArtistsString”, so you just write
Item.GetArtistsString
instead of
Item.GetArtist