Tagged Questions
7
votes
2answers
6k views
Where is iTunes SDK/API documentation?
I downloaded a zipped archive from Apple that consists of a C++ header file and source. Included in this was a help file. For some reason this help file opens but I cannot read the content. Is there ...
3
votes
4answers
662 views
C# event not being handled
I'm learning C# event handling by writing an app that uses the iTunes COM API. I have a method that should run when iTunes stops playing a song, but the method is never getting called when I trigger ...
2
votes
3answers
589 views
Media Kind in iTunes COM for Windows SDK
I recently found out about the awesomeness of the iTunes COM for Windows SDK. I am using Python with win32com to talk to my iTunes library. Needless to say, my head is in the process of exploding. ...
1
vote
1answer
88 views
How can I use iTunesLib in unattended mode?
I'm making a little app to automate my iPod update. My purpose is sync my iTunes library with my actual one and reencode songs in a lower quality for the iPod.
I use the Interop "iTunesLib" from ...
1
vote
0answers
112 views
How to navigate to iPod Summary View using iTunes SDK?
I'm using the Windows COM SDK with iTunes. I can see my iPod Source, but I want to programmatically "select" it in the iTunes application, so the Device Summary page will be displayed in the iTunes ...
1
vote
1answer
465 views
How to access iTunes Library both in Windows and Mac OS X
I would like to know how can I access to the iTunes Library information in multi-plataform way. I want to make a program that can run in both Windows and Mac OS X. Which programming language, API do ...
1
vote
2answers
187 views
accessing enums in a COM object [jscript]
How do I access an enum that is defined within a COM interface? Specifically, I've created a new instance of an iTunes.Application:
var iTunesApp = WScript.CreateObject("iTunes.Application");
...
0
votes
1answer
43 views
How to get given App names and details by searching app name in objective c?
I need to connect my app from xcode to iTunes to fetching apps details. I will provide a name and then it will return me a result of those apps names which contains the keywords. Then I need to fetch ...
0
votes
0answers
20 views
how can i get promotional (turned free) apps & free applist via itunes api?
Hello & thanks in advance.
I need 2 things
- retriving "free"(without using price=0.0) or "paid only" apps list from appstore using itunes api
- retrive apps that turned free for a promotional ...
0
votes
1answer
48 views
regarding the itunes com sdk, is there a way to load files to an application
Example - there is a free application called Stanza - when my iDevice is connected, I can load files to the application through iTunes which then makes them accessible in the application after ...
0
votes
0answers
80 views
itunes com interface: how to remove a track from a playlist?
How can I remove one track from an iTunes playlist using the Windows COM sdk?
Reading the iTunes COM Interface Doc, I can see functions to list the tracks in a playlist [oldplay.Tracks], create a new ...
0
votes
2answers
168 views
itunes persistent id - music library xml version and iTunes hex version
I'd like to read a hex PersistentID string from ItunesMusicLibrary.xml, get two ints representing the high and low 32 bits, then use those two ints in an iTunes script.
Unfortunately, the Persistent ...
0
votes
1answer
170 views
acessing itunes dj related information through the itunes api
i am in the process of writing a wpf application for a local bar
they currently are using itunes dj to manage a voting system to handle patrons song requests
they are currently looking for a way to ...
0
votes
0answers
86 views
how to delete iTune SDK c# in dynamic Playlist?
I want to erase a iTunes Playlist entry from a dynamic playlist in c#.
With normal playlists i don't have any problem, but iTunes don't want to touch dynamic playlists.
can u give me an advice ?
Ta
0
votes
0answers
78 views
Timeout/exception when accesing iTunes COM interface on Windows as admin
I'm trying to write an iTunes script for Samurize (the bundled media DLL doesn't grab album art), and running into all sorts of errors. I tried (Active)Python first and then JScript, and the error is ...
0
votes
2answers
338 views
Upload music to iPhone/iPod/… directly without iTunes
is it possible to program a tool that sends music to iPhone/iPod without putting the songs in iTunes?
the tool can work with "iTunes SDK" andit is not attended to go against Apple rules
the idea is ...
0
votes
1answer
294 views
iPhone: Writability of the Documents directory
Is there a way to write files to this directory remotely? I'm hoping it's possible to do via iTunes or whenever the iPhone is connected to a Mac/PC via USB. Could this be done with an iTunes plugin? ...