The search from the last update was a little wonky, so I redid it to omit "artist" and "fan" hits from the search query. The new search will find album and track hits from the search.
Fields obtained from this src:
ARTIST, ALBUM, TRACK, TITLE, YEAR, _LENGTH, WWW
Fields that are set as blank (can be restored if set FIELD lines at the bottom are commented with "#"):
BANDCAMP_COMMENT, CREDITS, MONTH_DAY
Again, if there are performances issues due to the downloading of huge cover art and you only want the small preview cover art, then replace the # Coverart section with the following:
# Coverart
gotoline 3
outputto "COVERURL"
findline "link rel=\"shortcut icon\"" 1 1
#replace "3.jpg" "0.jpg"
findinline "href=\"" 1 1
sayuntil "\""
If you don't want any coverart, then just comment out the entire # Coverart section like this:
# Coverart
#gotoline 3
#outputto "COVERURL"
#findline "link rel=\"shortcut icon\"" 1 1
#replace "3.jpg" "0.jpg"
#findinline "href=\"" 1 1
#sayuntil "\""
&Bandcamp#&1 Def&ault.src (6.0 KB)