Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when using with Itunes there are file "read errors" #19

Open
Hardcore-fs opened this issue Sep 26, 2019 · 0 comments
Open

when using with Itunes there are file "read errors" #19

Hardcore-fs opened this issue Sep 26, 2019 · 0 comments

Comments

@Hardcore-fs
Copy link

Seems to be a bug related to the apple script

Add to iTunes Library.scpt

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant