Questions tagged [itunes-sdk]

Questions about the iTunes SDK COM interface for interacting with the iTunes application.

83 questions
0
votes
1 answer

Access iOS Apps List in iTunes via Win32 COM?

I've been using Python to script Win32 iTunes, and it's been rocky but doable. However, I wanted to move beyond just media (songs, etc.) to analyze what apps were on my devices. Can anyone recommend how to use the iTunes Win32 COM interface to,…
Michael Wexler
  • 111
  • 1
  • 1
  • 5
0
votes
1 answer

iTunes Search API returning extra, incorrect results

I've been using the iTunes API in my app for a while now, but as of the last few days I've noticed that it is returning odd results. I currently use it to search for software however it's now started adding Software Artists to the results which I…
Mackey18
  • 2,322
  • 2
  • 25
  • 39
0
votes
3 answers

applescript transforming a list into a txt file

I'm trying to write all the song names my iTunes to a txt document. The first issue I had was that I can't seem to correctly loop the operation. Here is my test case with the first 15 songs in my iTunes: tell application "TextEdit" make new…
user2548450
0
votes
1 answer

ITunes album artwork is not ready for retina display! how to solve that?

I'm developign an app that display the image from itunes store album covers, and the biggest immage available in the itunes api is 100x100 image which sux in the retina display off couse...unless I subtract by 2 the image size, which I don't wnat…
RollRoll
  • 8,133
  • 20
  • 76
  • 135
0
votes
1 answer

How Can I sort ITunes store API entity=song by popularity?

I don't see the popularity field in the song entity json, am I able to sort by it? something like that: https://itunes.apple.com/lookup?id=211192863&entity=song&sort=popular it seems like a pretty basic stuff, it would be a shame of apple not having…
RollRoll
  • 8,133
  • 20
  • 76
  • 135
0
votes
1 answer

iTunes COM for Windows SDK IITUserPlaylist::AddFile access violation

I am just try to write simple program for some practice. But iTunes COM for Windows SDK threw me a little surprise. I am want to create playlist and add file to it but when i call IITUserPlaylist::AddFile program crash with access violation. I can…
silverrulezz
  • 105
  • 1
  • 8
0
votes
1 answer

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? If all else fails, is there an easy way to setup a…
user177034
0
votes
2 answers

C# ... Connect to iPhone via USB/iTunes - possible?

Does anyone know if it is possible to read/edit an iPhone's contact list using C#, assuming offcourse that the iPhone is plugged in into a Windows PC via USB cable/iTunes?
Jay
  • 1
  • 3
1 2 3 4 5
6