Jon Smith wrote:
I've been using Appscript and have been incredibly happy with it.
However
I'm having a ton of problems getting the list of tracks from my
library. I
was assuming the problem was with my library/iTunes itself however I
can get
the track list with ScriptingBridge. Am I doing
Saddly, I get the same error with :t2 =
app('iTunes').sources()[0].playlists()[0].tracks()
print len(t2)
Which I think is a more Apples to Apples comparison. I suspect something
different is being done in the ScriptingBridge than in appscript. I'll give
the pre-release appscript a try and see if t
In article
<[EMAIL PROTECTED]>,
"Jon Smith" <[EMAIL PROTECTED]> wrote:
> I've been using Appscript and have been incredibly happy with it. However
> I'm having a ton of problems getting the list of tracks from my library. I
> was assuming the problem was with my library/iTunes itself however I ca
Hi,
I've been using Appscript and have been incredibly happy with it. However
I'm having a ton of problems getting the list of tracks from my library. I
was assuming the problem was with my library/iTunes itself however I can get
the track list with ScriptingBridge. Am I doing something wrong? Why