Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

25.02.2008 15:08:17
Re: Re: iTunes 7.6.1 creates problems with RB?

This posting is older than 6 months and can contain outdated information.
Thanks for the info. That sounds like a pretty standard setup then 
(and it's identical to mine, with which I'm not experiencing any 
issues).

What is causing the problem I don't know. It definately seems to be an 
issue with the AppleScript-support of version 7.6.1. The only solution 
for the time until Apple fixes the problem seems to downgrade to 
iTunes 7.6 (the same user I mentioned previously wrote me that the 
problem disappeared for him after doing so).

In the meantime, try running this AppleScript snippet in Script 
Editor.app (/Applications/AppleScript):

tell application "iTunes" 
{artist, duration, rating, album, genre, name, id, year, persistent 
ID, database ID} of current track 
end tell

It shouldn't take longer than the fraction of a second.

And then

tell application "iTunes" 
data of artworks of current track 
end tell

which shouldn't take longer than 5 seconds (mainly because Script 
Editor needs to display binary data as hex values).

Does iTunes hang on your machine on either of the two scripts?

Best regards, 
Felix Schwarz 

Thread-display::