Re: Accessing iTunes with Python via the Windows SDK

2007-05-23 Thread Denrael
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

Accessing iTunes with Python via the Windows SDK

2007-05-23 Thread Denrael
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.

Updating Windows File Summary Data

2005-04-18 Thread Denrael
I am looking for a way in Python to update Windows File Summary Metadata. By that I mean the data (Title, Subject, Keywords, Comments) found when you right click a windows file, select properties and then summary. Can anyone point me in the right direction? -- http://mail.python.org/mailman/listi