[python-win32] iTunes control using win32.com

Amaury Forgeot d'Arc amauryfa at gmail.com
Tue Oct 11 18:54:59 CEST 2011


2011/10/11 Riz Hossain <hossain.iqbal at 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 functions are really the same.

Try to find the documentation related to iTunes.Application.CreatePlaylist for
example.
I'm sure that the corresponding examples will look similar to the code you
showed earlier.

-- 
Amaury Forgeot d'Arc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20111011/9473dd8f/attachment.html>


More information about the python-win32 mailing list