


jonp wrote:I have only done a quick test and v4.0 is working for me.


trixmoto wrote:despite the API stated that Artist.getInfo included the tags in actual fact it doesn't seem to. I'll have to modify the script to use Artist.getTopTags instead.

Dim run : run = Int(que.Item("run")) Dim run : run = que.Item("run") Select Case run
Case 1
sql = FieldToAlbumSQL(f,aid)
Case 2
sql = FieldToArtistSQL(f,aid)
End Select Select Case run
Case "albums"
sql = FieldToAlbumSQL(f,aid)
Case "artists"
sql = FieldToArtistSQL(f,aid)
End Select Select Case run
Case 1
Call cac.Add("Album"&aid,dic)
Case 2
Call cac.Add("Artist"&aid,dic)
End Select Select Case run
Case "ablums"
Call cac.Add("Album"&aid,dic)
Case "artists"
Call cac.Add("Artist"&aid,dic)
End Select
Users browsing this forum: listaykx and 26 guests