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

No Artwork #7

Closed
CenterStage40 opened this issue Aug 19, 2020 · 4 comments
Closed

No Artwork #7

CenterStage40 opened this issue Aug 19, 2020 · 4 comments

Comments

@CenterStage40
Copy link

Not sure what's going on but my player doesn't generate any artwork, just says it can't find the .jpg for any music. Any ideas? Using Apple Music btw

@noatpad
Copy link
Owner

noatpad commented Sep 27, 2020

In theory, it should work alright, but I'm afraid I can't test this with full confidence; since I don't have an Apple Music subscription (I can only really test with locally stored tracks).

I just put out a new release with a few changes and reworks, so maybe that'll do the trick. Do tell if it does or not

@IbrahimFadel
Copy link

I also had this problem on Mojave with Apple Music. For me the solution was to edit lib/getTrack.scpt in the subroutine extractMusicArt

Instead of:

set myAltPath to (myAltPath's text items 1 thru -2 as string) & "/"

I did:

set myAltPath to (myAltPath's text items 1 thru -3 as string) & "/"

This made the path correct for me. If you're unsure, the way i debugged was just doing

display dialog myAltPath

to see where it was going

@noatpad
Copy link
Owner

noatpad commented Oct 19, 2020

Duly noted for the next update when I get around to it. Kinda odd that change is necessary, though I can't test that on my end

@noatpad
Copy link
Owner

noatpad commented Dec 16, 2020

Closing this now as the new release also applies the fix mentioned just above and hopefully everything should be working now~

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