Hello,
I am trying to automate some of the iTunes control using python. So far I
have been able to manage:
- Add tracks to iTunes library
- Create Playlist in iTunes
- Delete Playlist in iTunes
- Add tracks to Playlist
I haven't found any help online for:
- Renaming a playlist
- Rename track i
2011/10/11 Riz Hossain
> Hello,
>
> I am trying to automate some of the iTunes control using python. So far I
> have been able to manage:
>
> - Add tracks to iTunes library
> - Create Playlist in iTunes
> - Delete Playlist in iTunes
> - Add tracks to Playlist
>
> I haven't found any help online
Thanks Amaury for the quick reply.
I was actually using it but, couldn't find much help for python.
Thanks,
Riz
Sent from my BlackBerry Torch
-Original Message-
From: "Amaury Forgeot d'Arc"
Date: Tue, 11 Oct 2011 18:13:54
To: Riz Hossain
Cc:
Subject: Re: [python-win32] iTunes con
2011/10/11 Riz Hossain
> I was actually using it but, couldn't find much help for python.
But you don't need python documentation!
A COM library implement objects, their attributes and methods.
It's independent from the programming language,
the available classes and functions are really the sa
Thanks for your help guys. I did get a webpage that has some of the items i
was looking for. However, the iTunes SDK does not have any mention of
"reanme" or "replace". I am not an expert at coding myself. Is there
anyway i can share my work to control all the basic functionality to run any
aut
I just pushed a change which introduces a new win32com.client.VARIANT
object. This object can be used in some situations to control the
specific types passed as parameters to COM objects and should address a
relatively common problem people hit when COM objects are very picky
about the types t