You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you need to add a "delay"
`tell application "iTunes"
set library_source to first source whose kind is library
set audio_item to (add audio_file to library_source)
if playlist_name is not equal to "" then
`
tell application "iTunes"
set library_source to first source whose kind is library
set audio_item to (add audio_file to library_source)
delay 10
if playlist_name is not equal to "" then
10 seems to fix everything I have come across so far, less than this still throws errors on large number of file imports..
The text was updated successfully, but these errors were encountered:
Seems to be a bug related to the apple script
Add to iTunes Library.scpt
you need to add a "delay"
`tell application "iTunes"
`
tell application "iTunes"
10 seems to fix everything I have come across so far, less than this still throws errors on large number of file imports..
The text was updated successfully, but these errors were encountered: