artwork not downloading, did I muck about too much

  1. pointless

    Hiya, I've used synergy for quite a while now and have developed this problem. Backstory, I added artwork manually for about 90% av my itunes library and then flaked out and removed the lot (saving a grand total of a pittance). And now I find that synergy refuses to even look for artwork online, does it think that the tracks have artwork because it once actually had? My artwork folders are painfully empty, could you give me an idea of something that might work to fix this maybe? I miss those nice little pics in the left corner of my screen. I'm barely listening to music anymore... it's too depressing.

    In any case, the keyboard controls are still awesome... Thanks for creating this beautiful piece of code so that I could buy it and feel really cool... I'm really not... to be honest...

    With a bunch of thanks and a hope to hear from someone. /Jonny

  2. Greg Hurrell

    Well the basic approach that Synergy takes is to see if it has art on disk (in ~/Library/Application Support/Synergy) and if not, ask iTunes, and if iTunes says that it has no art then it tries asking Amazon (strictly speaking it doesn't ask immediately but instead puts the request in a queue and fires of queries at intervals).

    There are a number of trouble-shooting steps you can take to find out what's actually happening under the covers, like:

    - checking the Library folder to see if there's anything in there

    - asking iTunes if it has art via AppleScript to see if its telling the truth or not; for example, try this in the script editor:

     Code:tell application "iTunes" to get data of front artwork of current track

    - use a program like Little Snitch to confirm that Synergy really is making connections to Amazon

    - you can get even lower down and snoop the actual traffic between Synergy and Amazon using the tcpdump command-line tool, but it's fairly tricky and requires you to know your way around the command-line and the tcpdump man page

  3. pointless

    Thanks for responding so swiftly.

    I checked the synergy folder in the library. It was empty. I tried the applescript for a few songs (not good at scripting, didn't know what I was looking for) it reported a "1" for every track I tried. None of the tracks had artwork visible in itunes btw.

    Installed Little snitch and it reported that something wanted to connect to an ip I looked up to be amazon.com property.

    Also tried it all on another account with the same lack of results.

    Going lower is a tad out of my league.

    From all this one question pops up, does the "1" I got out of the script mean that itunes think the music has art or that it doesn't?

    Oh, and could reinstalling the music do any good? Just removing all music from itunes and putting it back in again?

    Well... with a tired thank you for listening and an even more tired hope to hear from you I'm signing off.

    /Jonny

  4. Greg Hurrell

    If the album has artwork and you try running that AppleScript then you should see something that starts like this and runs on for many pages:

     Code:

Reply

This topic is now closed.