// code blurb
// is MediaPlayer open?
//hwindow = ::FindWindow("Media Player 2",NULL);
hwindow = ::FindWindow("WMP Skin Host",NULL);
//song = GrabPlaying(hwindow, "- Windows Media Player", 22, 3);
song = GrabPlaying(hwindow, "WMP Skin Host", 5, 3);
// end blurb
and ....
case 3:
// i took out the "is this mp3" stuff cause i didn't need it
// return song;
song = this_title;
break;
i re-edited the code cause it looked like crap inside the post window
this is just the parts i changed