I know there is a plugin for winamp that works with MM but still i did not like it so i made a small script that does exactly the same thing.
I did not understand the inno setup really so if anyone is willing to help i'd appreciate if anyone could ehlp me with making a setup.
note for the security freaks: the password is not stored as clear text anywhere. As soon as u press OK it is converted into MD5 hash and only that value is stored. The fact that the textbox shows your password cleartext is because i didn't find one with password-mask in MM.
There are two files:
last.fm.vbs that goes in the scripts folder
and
last.fm.cfg.vbs that goes in the auto folder
add following entry to the scripts.ini file:
Code: Select all
[lastfm]
Filename=last.fm.vbs
ProcName=lastfm
Order=4
DisplayName=&Last.fm
Description=Send list with listened tracks to your profile at Last.fm
ScriptType=2
Language=VBScript
This version does not cache your listened songs, meaning that if u're not online the moment u listen to the song it will not be sent later. This function will come in future versions if ppl see any need of it.



