Getting information about the current iTunes track in C #

How do apps like Google Talk and Last.fm desktop client access iTunes to get the current track that is playing? Is there a library for this? I want to make a C # application that sends song information to my site. Any help is appreciated.

+3
source share
1 answer

UPDATE

I have some sample code here to do this in C # using LinqPad fooobar.com/questions/1774366 / ...


Here you will find: http://developer.apple.com/sdk/itunescomsdk.html

You need to register with an apple, of course.


# COM API. "":

http://www.ohscope.com/2009/04/itunes-com-api-in-c.html

+3

Source: https://habr.com/ru/post/1774364/


All Articles