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

24.04.2008 20:43:12
Re: iTunes 7.6.1 creates problems with RB?

This posting is older than 6 months and can contain outdated information.
 
... 
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). 
...

 
I tried these two scripts. The first one returns immediately, and the second returns after about 1 second. Both return data that looks reasonable.

Yet, I am unable to see any information on the playing track using iTunes 7.6.2 and Remote Buddy 1.1.0. No hangs, at least, but it makes Remote Buddy almost useless. 

Thread-display::