Via private email the user "ra7h35m20s" has asked me this question ...
thanx a bunch!!
unfortunately the file uploader is not working so i have pasted the index portion of the script here... sorry
[Name]=iTunes - Artist
[BasedOn]=http://itunes.apple.com
[IndexUrl]=http://itunes.apple.com/search?term=%s&media=music&entity=album&attribute=albumTerm&limit=15
[AlbumUrl]=
[WordSeperator]=-
[IndexFormat]=%_url%|%Artist%|%Album%|%Price%|%Tracks%
[SearchBy]=%album%
[Encoding]=utf-8
[ParserScriptIndex]=...
############################
# SEARCH RESULTS DIALOG #
############################
findline "wrapperType\""
do
replace "\\\"" """
# URL
findline "wrapperType\""
replace "?uo=4" ""
findinline "\"collectionViewUrl\":\""
sayuntil "\""
say "|"
# ARTIST
findline "wrapperType\""
findinline "\"artistName\":\""
sayuntil "\""
say "|"
# ALBUM
findline "wrapperType\""
findinline "\"collectionName\":\""
sayuntil "\""
say "|"
# PRICE
findline "wrapperType\""
say "$"
findinline "\"collectionPrice\":"
sayuntil ","
say "|"
# TRACKS
findline "wrapperType\""
findinline "\"trackCount\":"
sayuntil ","
saynewline
findline "wrapperType\"" 2 1
while "{\"wrapperType" 99<!--QuoteEnd--></div><!--QuoteEEnd-->
... and I think it is a question of general interest and can be answered by other users, who have more affinity to Mp3tag web source scripts than me.
The Mp3tag built in regex machine knows the character class \s, for example ..
$regexp($char(9)$char(10)$char(11)$char(12)$char(13)$char(32)$char(160),'\s',)... will give an empty string.
... there are character classes ...
tab \t
newline \n
vertical-tab \v
form-feed \f
carriage-return \r
DD.20120305.0725.CET