Doug183
07-30-2003, 08:26 PM
I have a large library, 30,000 plus songs, 145 gigs. I am trying to automate the creation of playlists by Artists. The Apple script (from Apple I think) "Make playlist by Artist" gives me an Applescript of error 'Times Out" while doing these lines:
tell source "Library"
tell playlist "Library"
set the master_list to the artist of every track
Anybody else have this problem and figure out how to fix it?
Question #2. This script seems to make normal playlists. Can I edit the script so it makea the Playlists Smart with "Live Updating?"
One note: At 30,000 songs, i-tunes is not yet slowing down. I have 512mb of RAM in a dual 800mhz Quicksilver running running 10.2.3. I also ran this same library on my Lombard powerbook running 10.2.3 with no slowdown. Just soem more info.
Thanks
Doug
tell source "Library"
tell playlist "Library"
set the master_list to the artist of every track
Anybody else have this problem and figure out how to fix it?
Question #2. This script seems to make normal playlists. Can I edit the script so it makea the Playlists Smart with "Live Updating?"
One note: At 30,000 songs, i-tunes is not yet slowing down. I have 512mb of RAM in a dual 800mhz Quicksilver running running 10.2.3. I also ran this same library on my Lombard powerbook running 10.2.3 with no slowdown. Just soem more info.
Thanks
Doug