Tagged Questions

1
vote
2answers
20 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 …
0
votes
0answers
27 views

Need an explanation on iTunes COM persistent ID. Is the ID for a track same when its transferred to an iPod?

I am writing a JScript script with iTunes COM api for updating ratings and played count from the iPod database back into iTunes Library. In order to do so, the script should be abl …
0
votes
1answer
91 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 …
-1
votes
0answers
114 views

Adding an m3u playlist to iTunes programatically

In both the Windows COM SDK and AppleScript support on Mac for iTunes, I see ways to create new playlists and add songs to them, but not any way to add an m3u directly. Heck, even …
0
votes
2answers
116 views

how do i catch itunes events?

i have added this code iTunes.OnPlayerPlayingTrackChangedEvent += new _IiTunesEvents_OnPlayerPlayingTrackChangedEventEventHandler(iTunes_OnPlayerPlayingTrackChangedEvent); …
3
votes
1answer
152 views

ITunes SDK: Loading shared music

I've been messing with the iTunes SDK under .NET 3.5 with C#, but I have not found a way to load a shared music library from another computer on the network. Does anyone know how I …