I don't know why, but it's saving the images as "artist - .jpg" and I haven't been able to figure out why o.o And I wanted to put my own covers in because sometimes it takes the wrong cover, but since it's somehow messing up with the album part, I can't do that.
Edit: Here's what I get with debug:
code:
Function called: OnGetScriptMenu
Function called: OnEvent_MyMediaChange
String: Winamp\0Music\01\0{0}\0The Leaving Song Pt. 2 - AFI\0AFI\0\0\0
Artist: AFI
Album:
Dpfile: C:\Program Files\Messenger Plus! Live\Scripts\psm2dp\cache\AFI - .jpg
Remote Image:http://images.amazon.com/images/P/B000FL7B5Q.01._SCMZZZZZZZ_.jpg
Image Download: yes
Function called: OnEvent_MyMediaChange
String: Winamp\0Music\01\0{0}\0Bleed Black - AFI\0AFI\0\0\0
Artist: AFI
Album:
Dpfile: C:\Program Files\Messenger Plus! Live\Scripts\psm2dp\cache\AFI - .jpg
Not downloading image cached
And I think it's getting the wrong cover because it's not getting the album tag, but I'm too stupid to see why >.>
EDIT!!!: I fixed it!
yay! I was using my own "thing" in the {0} field in the plugin, so I moved it to {3} and filled the {0} {1} and {2} with %title% %artist% and %album% and then it started working right