On May 24, 12:59 am, Denrael <[EMAIL PROTECTED]> wrote:
> On May 24, 12:17 am, Tony Meyer <[EMAIL PROTECTED]> wrote:
>
> > On May 24, 4:23 pm, Denrael <[EMAIL PROTECTED]> wrote:> I've been playing
> > with the iTunes sdk on windows, and have come across
> > > a strange problem. With the following
On May 24, 12:17 am, Tony Meyer <[EMAIL PROTECTED]> wrote:
> On May 24, 4:23 pm, Denrael <[EMAIL PROTECTED]> wrote:> I've been playing
> with the iTunes sdk on windows, and have come across
> > a strange problem. With the following code:
>
> The object you get back from iTunes.CurrentTrack (the t
On May 24, 4:23 pm, Denrael <[EMAIL PROTECTED]> wrote:
> I've been playing with the iTunes sdk on windows, and have come across
> a strange problem. With the following code:
>
> import win32com.client
> iTunes = win32com.client.gencache.EnsureDispatch("iTunes.Application")
> curr = iTunes.CurrentT
I've been playing with the iTunes sdk on windows, and have come across
a strange problem. With the following code:
import win32com.client
iTunes = win32com.client.gencache.EnsureDispatch("iTunes.Application")
curr = iTunes.CurrentTrack
name = curr.Name
skipped = curr.SkippedCount
skipdate = curr.