[python-win32] iTunes control using win32.com

Riz Hossain hossain.iqbal at gmail.com
Tue Oct 11 21:23:32 CEST 2011


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
automation testing for iTunes?

I was hoping to collaborate all my finding that are scattered on the web.

example to edit:
newval = track.Album.replace("old_Value", "New_Value")
playlist_1.Name = newval

Thanks,
Riz

On Tue, Oct 11, 2011 at 12:54 PM, Amaury Forgeot d'Arc
<amauryfa at gmail.com>wrote:

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



-- 

Riz Hossain
Engineering Physics (B.Eng)
Software Test Specialist
Research In Motion
295 Phillip Street
Waterloo, ON N2L 3L3


This transmission (including any attachments) may contain confidential
information, privileged material (including material protected by the
solicitor-client or other applicable privileges), or constitute non-public
information. Any use of this information by anyone other than the intended
recipient is prohibited. If you have received this transmission in error,
please immediately reply to the sender and delete this information from your
system. Use, dissemination, distribution, or reproduction of this
transmission by unintended recipients is not authorized and may be unlawful.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20111011/1ccd5304/attachment-0001.html>


More information about the python-win32 mailing list