Hi guys, i'm italian boys , and thx you for the hard work in script. But i have a question. pls, help me:
Why if the title of the track is different from the album name, i haven't result with the script.
The result wich are back is Artist, Release, Released, Label, Catalog. I have try to modify the script, in parseScriptIndex i have add:
TITLE
findinline "<name>"
sayuntil "</"
say "|"
But nothing do.
If i search "Alex Kenji - My Oscar".....(artis+title), lot of result; the album is "No Matter What They Say". If i search "Alex Kenji No Matter What They Say" (is also a song) the result is perfect.
Can u help me to understand which i do modify in the script? If is possible, of course. Is more boring search the exact title with beatport on browser and than point the script with the name of album.
Thank's a lot, and sorry for my poor english.....bye bye.
Unusual
I use this: [SearchBy]=$repl($regexp($regexp($regexp($if2($regexp(%albumartist%,^(va|various artists|v.a.)$,VA,1),%artist%),The (.),$1,1),''s( |$),$1,1), (feat.+| ft.+|presents|pres|and|vs|w/|+|/|&). , ,1),',',) $regexp(%title%, feat.+| ft.+| pres.+| and.+| vs.+| .|.| (Original Mix)| &|(|),)
