[python-win32] iTunes control using win32.com

2011-10-11 Thread 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 for: - Renaming a playlist - Rename track

Re: [python-win32] iTunes control using win32.com

2011-10-11 Thread Riz Hossain
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 amaur...@gmail.com Date: Tue, 11 Oct 2011 18:13:54 To: Riz Hossainhossain.iq...@gmail.com Cc:

Re: [python-win32] iTunes control using win32.com

2011-10-11 Thread Amaury Forgeot d'Arc
2011/10/11 Riz Hossain hossain.iq...@gmail.com 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

Re: [python-win32] iTunes control using win32.com

2011-10-11 Thread Riz Hossain
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