Itunesapp
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 7 articles for 0.304 sec
Hi, I'm trying to access my iTunes library in VB6. If I add the itunes.exe reference to my project, I can access the itunes classes. I can't seem to come up with the right syntax for scrolling through my itunes library. I can access the itunesapp class, which allows me access to the current track, but I can't get all of the tracks in a collection that I can use. If anyone has done     

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Itunesapp in microsoft.public.vb.general.discussion
Author: Keith
Date: Mar 10, 2008 11:48

I too am not an iTunes user or I would have used TLViewer to look at the COM interface. I appreciate your posting the URL. The help file gives me a feel for what iTunes is capable of, but it is not an easy read. Before seeing this thread I didn't know iTunes was scriptable. -Paul Randall "Trevor Sullivan" <pcgeeknosp4m86@gmail.com> wrote in message news:ettT6aeUIHA.5288@TK2MSFTNGP04
Show full article (0.45Kb)
I've made a js script for iTunes, so I can clean up my playlist of five thousand songs without much labor. I hope to run it on a webpage, since js is supposedly cross-platform. But when I have the js loaded with html, it shows up an error: WScript is undefined The error message is referring to my header line var iTunesApp = WScript.CreateObject("iTunes.Application"); and the     

Group: microsoft.public.scripting.vbscript · Group Profile · Search for Itunesapp in microsoft.public.scripting.vbscript
Author: Paul Randall
Date: Jan 8, 2008 08:14

PowerShell's not always able to "hook" into every COM object... between its adaptation layer and .NET's interop, some COM objects just don't work the right way all the time. Is there a strong reason to port this into PowerShell if it's working in C#? -- Don Jones Windows PowerShell MVP Founder: www.ScriptingAnswers.com Co-Author: "Windows PowerShell: TFM" "Mycroft" <Mycroft.2r2jhb@no
Show full article (3.39Kb) · Show article thread
First of all I know next to nothing about COM, fiddling in Powershell is my first experience with it. Apologies if this is obvious but I can't for the life of me find the answers. I've created the following C# program based on the iTunes SDK examples, which works fine Code: -------------------- using System; using System.Collections.Generic; using System.Text; using iTunesLib     

Group: macromedia.dreamweaver · Group Profile · Search for Itunesapp in macromedia.dreamweaver
Author: ttdevelop
Date: Nov 19, 2007 04:45

"Jack B. Pollack" <N@NE.nothing> wrote in message news:eXcFKkYwGHA.1296@TK2MSFTNGP02.phx.gbl... Hi, Maybe someone can help me with this - I am trying to script some actions in iTunes. There is a help file in the SDK but it is very confusing to me (http://developer.apple.com/sdk/itunescomsdk.html). I have also read several online articles this is one of the better ones: http
Show full article (0.54Kb)
Hi, Maybe someone can help me with this - I am trying to script some actions in iTunes. There is a help file in the SDK but it is very confusing to me (http://developer.apple.com/sdk/itunescomsdk.html). I have also read several online articles this is one of the better ones: http://www.microsoft.com/technet/scriptcenter/funzone/tunes.mspx. I have been able to add files, playlists, add files     

Group: microsoft.public.windows.powershell · Group Profile · Search for Itunesapp in microsoft.public.windows.powershell
Author: Don Jones [MVP]
Date: May 24, 2007 09:50

Show full article (1.85Kb) · Show article thread
    

Group: microsoft.public.windows.powershell · Group Profile · Search for Itunesapp in microsoft.public.windows.powershell
Author: Mycroft
Date: May 23, 2007 20:33

Show full article (1.33Kb)
    

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Itunesapp in microsoft.public.vb.general.discussion
Author: Jack B. Pollack
Date: Aug 18, 2006 09:07

Show full article (4.54Kb) · Show article thread
    

Group: microsoft.public.scripting.vbscript · Group Profile · Search for Itunesapp in microsoft.public.scripting.vbscript
Author: Jack B. Pollack
Date: Aug 18, 2006 03:31

Show full article (4.34Kb)