Hi,
i tried now for several hours to read through a win32com API to access
Itunes and read out myplaylists.
First of all the Code:
import os, sys, pythoncom, win32com.client, pywintypes, sets
def showplaylists():
iTunes = win32com.client.Dispatch("iTunes.Application")
playlists = iTunes
On Jul 4, 12:14 pm, [EMAIL PROTECTED] wrote:
> On Jul 4, 12:40 am, Tim Roberts <[EMAIL PROTECTED]> wrote:
>
>
>
> > KuhlmannSascha <[EMAIL PROTECTED]> wrote:
>
> > >i tried now for several hours to read through a win32com API to access
> > >Itune