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

Album artwork assistant hangs on "Fetching tracks from ITunes" on Mavericks #15

Open
stgunholy opened this issue Jan 20, 2014 · 3 comments

Comments

@stgunholy
Copy link

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

@liyanage
Copy link
Owner

Thanks, I'll use this to track a new build for 10.9 compatibility. I don't have much time right now to work on it though.

@kapiljaveri
Copy link

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!

@liyanage
Copy link
Owner

@kapiljaveri thanks for the thorough investigation! That will be very helpful when I get around to working on this.

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

3 participants