On 11/28/06, Jamie Stuart <[EMAIL PROTECTED]> wrote:
> Thanks Simon - I've now got it adding correctly to the playlist but
> still can't seem to set the track name. This is what I was attempting:
>
> convertfile = itunes.convert(addfile)
> convertfile.name.set('New Title')
H. Perhaps what the
It seems that itunes.convert returns a list of all of the converted
tracks, therefore, I needed to do:
convertfile[0].name.set('New Title')
since I have a single-element list.
Simon Brunning wrote:
> On 11/28/06, Jamie Stuart <[EMAIL PROTECTED]> wrote:
>> Thanks Simon - I've now got it adding c
Does anybody have a Python 2.5 PyOpenGL binary package available or
at least knows if the latest source release compiles on a mac?
Thanks,
-- Emanuele.
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/