quote:
Originally posted by m0nst3rkill3r
How can i get just the Title i hear? Not the other things?
Messenger.MyCurrentMedia gives out the wrong.
It's not actually giving it out wrong, just in the format it actually is. To get them correct just use ".split("\\0")" on the currentmedia string. that'll return it to an array, just take the field, or fields you want. I'm not quite sure which field holds the title, but that should be pretty quick to test.