hmmm, i used this script:
Its based on Pone and also not working after late Feb.
I modify the script and it works fine for me. At the beginning i added the JSON "ON"...
[ParserScriptIndex]=...
#?
[ParserScriptAlbum]=...
# Pone Mod 4.1
# debug "on" "C:\debug.txt"
json "ON"
#< ## Totaldiscs #
outputto "totaldiscs temp"
and at the end added
# Coverurl
outputto "coverurl"
json_foreach "images"
json_select "type"
if "primary"
json_select "uri"
say "http://cache.mp3tag.de/coxy"
sayregexp "(?<=\.com).*"
#sayrest
endif
json_foreach_end