Unable to tell Picard to open files from Applescript

Hello,

With OSX 10.12.3 and Picard v1.3.2, it was possible to open a folder via applescript. eg:

tell application "MusicBrainz Picard"
	try
		open pathToFiles
	end try
	activate
end tell

In v1.4, this no longer works. Picard itself still opens, but no files are added. I’ve also tried this with the dev version mentioned here that fixes the drag & drop problem with 1.4.

thanks

I opened up a ticket about this issue in our ticket tracker:
https://tickets.metabrainz.org/browse/PICARD-1035

Thanks!

1 Like

Hi,

Just updating that this is still the same in 1.4.2.

thanks.