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
I noticed that the fetch-selection-info.applescript fails on returning the text of myPlist. The plist requires a key which is why the following line wouldn't work.
set myPlist to make new property list item with properties {value:myTracks, kind:list}
If you send it back with a key as follows (for example):
set myPlist to make new property list item with properties {value:{iTunesTracks:myTracks}, kind:list}
it works just fine.
This would require modification of AppDelegate.m to accept a NSDictionary with the key above ("iTunesTracks"), whose value would then give us the NSArray of tracks required by the code. Not sure if anything else was required as I couldn't test it all.
But hopefully you can get a new build out soon! Love the app btw!
Clicking "Get albums" causes application hang on "Fetching tracks from ITunes" and spinning wheel at status bar.
OSX version: 10.9.1
Album artwork assistant version: 3.2
ITunes version: 11.1.3 (8)
Would be really nice to get Album artwork assistant to work again - one of the most handy tools... :(
The text was updated successfully, but these errors were encountered: