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 aut

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

2011-10-11 Thread Amaury Forgeot d'Arc
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

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

2011-10-11 Thread Riz Hossain
python-win32] iTunes control using win32.com 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 iTu

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

2011-10-11 Thread Amaury Forgeot d'Arc
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

[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 i