This is a pretty awesome script! Good work man!
Everything works well, but a bit of feedback:
1. The display picture doesn't return to default when the music is stopped/closed. The debugger shows that the previous album directory is searched in, even though the artist and album are undefined:
code:
Artist: undefined
Album: undefined
Dir:C:\<...>\Fort Minor\The Rising Tied\
Default local albumcover found, loading..
Default local albumcover loaded.
2. ScriptInfo.xml
:
code:
<Name>MSN Album Cover</Name>
3. Is it possible to get this to work with SHOUTcast internet radio? This will mean that the art can't be saved, and the album cover search has to be done with title and artist.
Also, the SHOUTcast titles will need to be split by themselves for searching, because Winamp receives both the title and artist information as one title string from the radio server.
That's about it. Again, well done on the script!