quote:
Originally posted by Mattike
Hmm... I like the idea, and I guess it's not even so hard to make! (Smilie)
You just have to know how to retrieve the file path of a media player.
getting the current song filepath is harder than you may think =p
winamp = easyish (Open its process and read some memory)
iTunes = alex says its easyish =p (though i havent been bothered to try to find out how )
WMP = hard (need to do wmp control remoteing)
jetaudio = hard but easier than WMP (need to make a form to receive the WM_COPYDATA messages)
Im currently working on jetaudio and wmp support in my "music now playing" script , Ill add the command for you