'GETARTIST' error in NowPlayingHTML.mls

When using the NowPlayingHTML.mls notification script, mAIRList 3.0 displays the following error when I try and load it.

Error loading C:…\NowPlayingHTML.mls: [Error] (16:20): Unknown identifier ‘GETARTIST’

This is preventing me from displaying the artist via EdCast. Any chance you could fix it?

Cheers,
Sven

mAirList 3.0 supports multiple artists per item, so you either need to write “GetArtists.GetItem(0)” (for outputting only the first one) or “GetArtistsString” to get a single string into which all artists are joined.

Sorry that I haven’t updated the scripts yet, I have been too busy…

Perect - that’s great thanks!