Problem with slash in [SearchBy]

Hello, I wanted to write a script which fetches genre and mood from last.fm like the one from dano, but with a whitelistfilter...
It should respect the tag for the track and not only from artist.

Now I have following problem: The url is http://ws.audioscrobbler.com/1.0/track/%ar...le%/toptags.xml
But I think you can only pass one var, so [SearchBy] is "%artist/%title%", but it always results in 404 - Not found, but when I hardcode a artist and just search for title the script works perfect :wink:
What can I do to pass the var with a slash without Mp3Tag convert it or otherwise modify it?

Regards Fabian

Remove url from Encoding:
[Encoding]=utf-8

ok thanks now it works :wink: