vote up 2 vote down star
1

How does Google Talk get the current song played? Can I do this using .net?

Edit : Looks like every player has its own SDK for use

Winamp : Here is a good thread about the clas to be used : http://forums.winamp.com/showthread.php?postid=2481680

iTunes :http://developer.apple.com/sdk/itunescomsdk.html

Windows Media Player : http://msdn.microsoft.com/en-us/windowsmedia/default.aspx

flag

2 Answers

vote up 2 vote down check

I'm not sure that there is a consistent way of doing this, but I think that both iTunes and Windows Media Player have COM interfaces, which you can use for this sort of thing.

link|flag
How does Gtalk get Winamp's track ;-) they code for every player? – Shoban Jul 24 at 18:56
Yeah interesting. If they do have to it would be a cool project to write a library to abstract it. – Tom Haigh Jul 24 at 19:04
vote up 0 vote down

It uses a plug-in for your media player. I suspect this plug-in is a COM component and exposes a COM interface for Google Talk to interface with and extract the information. If it is COM, then you should be able to do a similar thing using .NET.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.