Hi,
I'm completely new to Python and something is evading me completely. I'm
using appscript to add (and convert to mp3) a bunch of .aif files to
iTunes. I also want to create a new playlist which they are all added to
and then tagged. This is what I have at the moment:
itunes = app(id='com.app
On 11/28/06, Jamie Stuart <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm completely new to Python and something is evading me completely. I'm
> using appscript to add (and convert to mp3) a bunch of .aif files to
> iTunes. I also want to create a new playlist which they are all added to
> and then tagged.
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')
Simon Brunning wrote:
> On 11/28/06, Jamie Stuart <[EMAIL PROTECTED]> wrote:
>> Hi,
Hi -
I've had an iTunes appscript question nagging at me, so I'll add another
question...
I've moved a bunch of my files around and rather than do the 1 at a time
showing iTunes the new location, I'd like to use appscript to set the
location of the moved songs to the new value.
Based on my read
On Tue, Nov 28, 2006 at 11:09:41AM -0800, Craig Amundsen wrote:
> I've moved a bunch of my files around and rather than do the 1 at a time
> showing iTunes the new location, I'd like to use appscript to set the
> location of the moved songs to the new value.
Just FYI if you don't know already, iTu
On Wed, Nov 22, 2006 at 04:35:07PM -0700, Todd Thal wrote:
> I finally got readline working with python2.5. I now get these errors
>
> I have mac ppc darwin 8.8.0 kernel
>
> I use the
>
> Apple's gcc
> Apple's veclib for BLAS and LAPACK
>
> fink g77
> fink fftw
>
> latest src of Python-2.5; n